{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":""
}
curl --location --request POST 'https://ws.integration.banyantechnology.com/services/api/rest/CancelLoad' \
--header 'Content-Type: application/json' \
--data-raw '{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":""
}'
{
"LoadID": 12345678,
"Success": true,
"Error": null
}