Upload Bol Attachment V1 Ep
POST/v1/order/upload_bol
Upload BOL Attachment to Order Movement
Required Scopes (io.w)
This endpoint allows upload of BOL images (load attachments) to orders on Order Movements.
Request Parameters
order_id: str
Internal identifier for the order.
order_number: str
number that uniquely identifies order
bol_number: str
BOL (Bill of Lading) number for the attachment.
load_or_drop: str
Whether this is a load or drop BOL. Options: "load", "drop". Defaults to "load".
file: UploadFile
Image file to upload (supports common image formats).
note: str (optional)
Optional notes to attach to the BOL image.
Response
Returns 200 status code on success
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Example (from schema)
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...