StartWaterfallTendering
POST
/services/api/rest/StartWaterfallTenderingThis function will start Waterfall Tendering for given load.
Request
Header Params
Content-Type
string
required
Example:
application/json
accept
string
optional
Example:
application/json
Body Params application/json
AuthenticationData
#/definitions/3334519required
Banyan Credentials
LoadId
integer
required
Banyan's primary Shipment Identifier
Example
{
"AuthenticationData": {
"Username": "",
"Password": "",
"ClientRefNum": ""
},
"LoadID": "12345678"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Whether or not the request was successful.
error
#/definitions/3334520optional
An object containing any errors
Example
Not configured
Last modified: 3 months ago