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