Uploads an escalation photo for the batch (e.g., dirty truck condition).
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params multipart/form-dataRequired
Responses
application/json
Escalation photo uploaded successfully
{
"success": true,
"message": "string",
"data": {
"batch_id": 0,
"batch_code": "string",
"escalation_photo": "http://example.com",
"uploaded_at": "2019-08-24T14:15:22.123Z"
}
}
Modified at 2026-02-23 18:27:16