Get documents for the specified shipment.
POST
/api/v3/shipments/{Id}/GetDocumentsGet documents related to the specified shipment.
Request
Path Params
Id
integer
required
The shipment (load) id to be canceled. Banyan supplied.
Body Params application/json
No schema defined
Example
{
"documentTypes": [
"banyan_bol"
]
}
Request samples
Responses
Success(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Too Many Requests(429)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/3334576)[]
optional
#/definitions/3334576
optional
Example
Not configured
Last modified: 2 months ago