Show Delivery Order Template
Show Delivery Order Template
Path Parameters
id uuid required
Delivery Order Template UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
data object
id string
name string
description string
shipped_customer object
id string
is_error boolean
name string
billed_customer object
id string
is_error boolean
name string
marketing_user object
id integer
is_error boolean
name string
origin_address object
city string
end_break_on string
end_operational_on string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id integer
is_error boolean
name string
start_break_on string
start_operational_on string
destination_address object
city string
end_break_on string
end_operational_on string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id integer
is_error boolean
name string
start_break_on string
start_operational_on string
load_count integer
load_weight number
load_volume number
vendor object
id string
is_error boolean
name string
expected_pickup_on_interval string
expected_delivered_on_interval string
origin_service_time string
destination_service_time string
is_special boolean
box_type object
id integer
is_error boolean
name string
weight_capacity integer
delivery_notes string[]
customer_notes string[]
note string
user_definition_fields object[]
error string
is_active boolean
is_editable boolean
is_required boolean
key string
name string
type string
value
created_on string
created_by string
updated_on string
updated_by string
errors
errors object
property name* string[]
string
{
"data": {
"id": "string",
"name": "string",
"description": "string",
"shipped_customer": {
"id": "string",
"is_error": true,
"name": "string"
},
"billed_customer": {
"id": "string",
"is_error": true,
"name": "string"
},
"marketing_user": {
"id": 0,
"is_error": true,
"name": "string"
},
"origin_address": {
"city": "string",
"end_break_on": "string",
"end_operational_on": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": 0,
"is_error": true,
"name": "string",
"start_break_on": "string",
"start_operational_on": "string"
},
"destination_address": {
"city": "string",
"end_break_on": "string",
"end_operational_on": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": 0,
"is_error": true,
"name": "string",
"start_break_on": "string",
"start_operational_on": "string"
},
"load_count": 0,
"load_weight": 0,
"load_volume": 0,
"vendor": {
"id": "string",
"is_error": true,
"name": "string"
},
"expected_pickup_on_interval": "string",
"expected_delivered_on_interval": "string",
"origin_service_time": "string",
"destination_service_time": "string",
"is_special": true,
"box_type": {
"id": 0,
"is_error": true,
"name": "string",
"weight_capacity": 0
},
"delivery_notes": [
"string"
],
"customer_notes": [
"string"
],
"note": "string",
"user_definition_fields": [
{
"error": "string",
"is_active": true,
"is_editable": true,
"is_required": true,
"key": "string",
"name": "string",
"type": "string",
"value": {}
}
],
"created_on": "string",
"created_by": "string",
"updated_on": "string",
"updated_by": "string"
},
"errors": {},
" errors": {}
}
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...