Retrieve the freight shipment documents associated with a PRO number. By default this request will return all available document types. You can optionally specify a document_type
value in order to download a particular kind of document.
OK
Bad Request
Too Many Requests
Internal Server Error
External Server Error
{- "transaction_id": "string",
- "scac": "string",
- "auth": { },
- "pro_number": "string",
- "document_type": "bill_of_lading"
}
{- "transaction_id": "string",
- "scac": "string",
- "documents": [
- {
- "type": "bill_of_lading",
- "image": "string",
- "format": "pdf"
}
]
}