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