Detail Delivery Order Request
Detail Delivery Order Request
Path Parameters
id uuid required
Delivery Order Request UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id string
parent_number string
parent_company object
id integer
name string
parent_customer object
id string
name string
parent_aju_number string
parent_e_seal_number string
parent_shipment_number string
parent_reference_number string
parent_delivery_notes string[]
parent_customer_notes string[]
parent_note string
parent_origin_service_time string
parent_expected_pickup_on string
parent_origin_address object
id integer
name string
city string
start_operational_on string
end_operational_on string
start_break_on string
end_break_on string
parent_destination_service_time string
parent_expected_delivered_on string
parent_destination_address object
id integer
name string
city string
start_operational_on string
end_operational_on string
start_break_on string
end_break_on string
parent_box_type object
id integer
name string
weight_capacity integer
parent_load_count integer
parent_load_weight number
parent_load_volume number
is_billed_customer_exists boolean
status object
color string
name string
delivery_order object
id string
number string
created_on string
created_by string
errors object
type
other_errors object
property name* string[]
string
status
{
"data": {
"id": "string",
"parent_number": "string",
"parent_company": {
"id": 0,
"name": "string"
},
"parent_customer": {
"id": "string",
"name": "string"
},
"parent_aju_number": "string",
"parent_e_seal_number": "string",
"parent_shipment_number": "string",
"parent_reference_number": "string",
"parent_delivery_notes": [
"string"
],
"parent_customer_notes": [
"string"
],
"parent_note": "string",
"parent_origin_service_time": "string",
"parent_expected_pickup_on": "string",
"parent_origin_address": {
"id": 0,
"name": "string",
"city": "string",
"start_operational_on": "string",
"end_operational_on": "string",
"start_break_on": "string",
"end_break_on": "string"
},
"parent_destination_service_time": "string",
"parent_expected_delivered_on": "string",
"parent_destination_address": {
"id": 0,
"name": "string",
"city": "string",
"start_operational_on": "string",
"end_operational_on": "string",
"start_break_on": "string",
"end_break_on": "string"
},
"parent_box_type": {
"id": 0,
"name": "string",
"weight_capacity": 0
},
"parent_load_count": 0,
"parent_load_weight": 0,
"parent_load_volume": 0,
"is_billed_customer_exists": true,
"status": {
"color": "string",
"name": "string"
},
"delivery_order": {
"id": "string",
"number": "string"
},
"created_on": "string",
"created_by": "string"
},
"errors": {},
"other_errors": {},
"status": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Not Found
Loading...