{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":"",
"SubmitPickup":"true",
"DispatchOverride":"false",
"LoadData":{
"ProNumber":"",
"BOLNumber":"",
"ActualCarrierName":"",
"QuoteID":""
}
}
curl --location --request POST 'https://ws.integration.banyantechnology.com/services/api/rest/DispatchLoad' \
--header 'Content-Type: application/json' \
--data-raw '{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":"",
"SubmitPickup":"true",
"DispatchOverride":"false",
"LoadData":{
"ProNumber":"",
"BOLNumber":"",
"ActualCarrierName":"",
"QuoteID":""
}
}'
{
"LoadId": 0,
"Success": true,
"PickupNumber": "string",
"ProNumber": "string",
"UserMessage": "string",
"BOLLink": "string",
"Errors": [
"string"
]
}