PUT - Update Carrier Relationship
Warning:
When updating a relationship it requires a fully executed Relationship Object with the most recent parameter changes that you'd like to have invoked.
Updating a Carrier Relationship
The PUT relationship endpoint allows the updating of a specific relationship in the Freight Portal.
The PUT relationship endpoint has requires the fully updated JSON and validates though the parameters.
The UPDATE HTTP Endpoint for shipment retrieval is listed below:
HTTP Verb: PUT
URI: /atlas/frexapi/relationship
Authentication: Basic Auth or Bearer Token
Success Response:
{
"FreightHaulerName": "FreeHAulin1",
"FreightHaulerProviderXID": "TESTXID",
"FreightHaulerIdentifierName": "TEST",
"FreightHaulerIdentifierType": 1,
"CanUpdateArrivalTime": "true",
"CanUpdateDeparturetime": "true"
}
Success Response is a 200
Updated about 2 months ago
What’s Next