This function will start Waterfall Tendering for given load.
Request
Body Params application/json
{
"AuthenticationData":{
"Username":"",
"Password":"",
"ClientRefNum":""
},
"LoadID":"12345678"
}
Request Code Samples
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"
}'
Responses
application/json {
"success": true,
"error": {
"Message": "string"
}
}
Modified at 2024-09-16 11:42:17