Cancels a shipment.
POST
/api/v3/shipments/{Id}/CancelCancels a shipment in Banyan.
Cancellation information will not be sent to the carrier.
If the shipment has already been booked, the client is responsible for alerting the carrier.
Request
Path Params
Id
integer
required
The shipment (load) id to be canceled. Banyan supplied.
Request samples
Responses
Success(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
Too Many Requests(429)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 months ago