Attach BOL to an order
Documents
Attach BOL to an order
Send a base 64 encoded PDF and attach it to an existing order
POST
Attach BOL to an order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the order to attach the BOL to
Body
application/json
Base 64 encoded PDF
Example:
"JVBERi0xL..."
Name of the file
Example:
"bol.pdf"
Bill of Lading number
Example:
"12345689"
Pro Number
Example:
"123-4567890"
Carrier
Example:
"UPS FREIGHT"
Carrier Alpha Code
Example:
"EXLA"
Scheduled delivery date in format: YYYY-MM-DD HH:mm:ss
Pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$Example:
"2024-10-19 07:00:00"
External Load ID
Example:
"LOAD-1234"
Response
Successfully uploaded BOL
Success message

