CancelWaterfallTendering
POST
/services/api/rest/CancelWaterfallTenderingThis function will cancel Waterfall Tendering for the 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
object {0}
Example
{}
Last modified: 3 months ago