Show Delivery Order
Show Delivery Order Detail
Path Parameters
id string required
Delivery Order UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
data object
id string
number string
shipped_customer object
id string
name string
billed_customer object
id string
name string
marketing_user object
id integer
name string
fleet_task object
driver_user object
id integer
name string
id string
number string
vehicle object
id integer
license_plate string
is_from_vendor_request boolean
reference_info_notes string[]
reference_info_customer_notes string[]
reference_info_box_type object
id integer
name string
weight_capacity integer
aju_number string
e_seal_number string
shipment_number string
reference_number string
delivery_notes string[]
customer_notes string[]
note string
expected_pickup_on string
origin_address object
city string
end_break_on string
end_operational_on string
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id integer
name string
start_break_on string
start_operational_on string
origin_service_time string
expected_delivered_on string
destination_address object
city string
end_break_on string
end_operational_on string
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id integer
name string
start_break_on string
start_operational_on string
destination_service_time string
load_count integer
load_weight number
load_volume number
box_type object
id integer
name string
weight_capacity integer
is_special boolean
vendor object
id string
name string
status object
name string
color string
visited_statuses string[]
rejected_by_vendor_reason string
created_on string
created_by string
customer object
! Attention: Remove this field soon as the breaking shipped&billed_customer go to production
id string
name string
user_definition_fields object[]
key string
name string
type string
value
is_editable boolean
is_required boolean
is_active boolean
external_reference_number string
invoice object
number string
timestamp object
picked_on string
delivered_on string
errors object
property name* object[]
object
other_errors object
property name* string[]
string
status object
{
"data": {
"id": "string",
"number": "string",
"shipped_customer": {
"id": "string",
"name": "string"
},
"billed_customer": {
"id": "string",
"name": "string"
},
"marketing_user": {
"id": 0,
"name": "string"
},
"fleet_task": {
"driver_user": {
"id": 0,
"name": "string"
},
"id": "string",
"number": "string",
"vehicle": {
"id": 0,
"license_plate": "string"
}
},
"is_from_vendor_request": true,
"reference_info_notes": [
"string"
],
"reference_info_customer_notes": [
"string"
],
"reference_info_box_type": {
"id": 0,
"name": "string",
"weight_capacity": 0
},
"aju_number": "string",
"e_seal_number": "string",
"shipment_number": "string",
"reference_number": "string",
"delivery_notes": [
"string"
],
"customer_notes": [
"string"
],
"note": "string",
"expected_pickup_on": "string",
"origin_address": {
"city": "string",
"end_break_on": "string",
"end_operational_on": "string",
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": 0,
"name": "string",
"start_break_on": "string",
"start_operational_on": "string"
},
"origin_service_time": "string",
"expected_delivered_on": "string",
"destination_address": {
"city": "string",
"end_break_on": "string",
"end_operational_on": "string",
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": 0,
"name": "string",
"start_break_on": "string",
"start_operational_on": "string"
},
"destination_service_time": "string",
"load_count": 0,
"load_weight": 0,
"load_volume": 0,
"box_type": {
"id": 0,
"name": "string",
"weight_capacity": 0
},
"is_special": true,
"vendor": {
"id": "string",
"name": "string"
},
"status": {
"name": "string",
"color": "string",
"visited_statuses": [
"string"
]
},
"rejected_by_vendor_reason": "string",
"created_on": "string",
"created_by": "string",
"customer": {
"id": "string",
"name": "string"
},
"user_definition_fields": [
{
"key": "string",
"name": "string",
"type": "string",
"is_editable": true,
"is_required": true,
"is_active": true
}
],
"external_reference_number": "string",
"invoice": {
"number": "string"
},
"timestamp": {
"picked_on": "string",
"delivered_on": "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...