DispatchLoad
POST
/services/api/rest/DispatchLoadThis function will move a shipment to dispatched status. Communication to the carrier is controlled with the SubmitPickup but within the request. When set to true, a pickup request will be sent to the selected carrier, and when it is set to false the shipment will be moved into dispatched status.
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
optional
Example:
application/json
Body Params application/json
No schema defined
Example
{
"AuthenticationData": {
"Username": "",
"Password": "",
"ClientRefNum": ""
},
"LoadID": "",
"SubmitPickup": "true",
"DispatchOverride": "false",
"LoadData": {
"ProNumber": "",
"BOLNumber": "",
"ActualCarrierName": "",
"QuoteID": ""
}
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 months ago