Hi all,
I’m currently trying to receive the owner data of a shipment using the REST API.
The response of GET /entity/Default/24.200.001/Shipment/<ShipmentNbr> contains the contact ID:
...
"OverrideFreightPrice": {
"value": false
},
"Owner": {
"value": "56"
},
"PackageCount": {
"value": 4
}
...However, I can’t request more information about the contact.
The owner of a shipment is an employee. But the REST endpoint /entity/Default/24.200.001/Employee does not contain the ContactID.
Is there any other endpoint that can be used?
Thanks in advance!
