Upload Drop Attachment V1 Ep
POST/v1/order/upload_delivery_attachment
Upload Drop Attachment to Order Movement
Required Scopes (io.w)
This endpoint allows upload of drop attachments to orders on Order Movements.
Request Parameters
order_id: str
Internal identifier for the order.
order_number: str
Order number for validation and reference.
location_id: str
internal identifier of the location/store for the drop.
store_id: str
id of the store associated with the drop
store_number: str
number of the store associated with the drop
file: UploadFile
Image file to upload (supports common image formats).
Response
Returns 200 on success
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Example (from schema)
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...