Show Internal Delivery Order
Detail Delivery Order for Internal Purpose
Path Parameters
id string required
Delivery Order UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object
id string
number string
company_id integer
customer object
id string
name string
origin_address object
full_name string
geolocation string
geolocation_type string
id integer
name string
destination_address object
full_name string
geolocation string
geolocation_type string
id integer
name string
vendor object
id string
name string
status object
name string
color string
visited_statuses string[]
load_weight number
load_volume number
errors object
type
{
"data": {
"id": "string",
"number": "string",
"company_id": 0,
"customer": {
"id": "string",
"name": "string"
},
"origin_address": {
"full_name": "string",
"geolocation": "string",
"geolocation_type": "string",
"id": 0,
"name": "string"
},
"destination_address": {
"full_name": "string",
"geolocation": "string",
"geolocation_type": "string",
"id": 0,
"name": "string"
},
"vendor": {
"id": "string",
"name": "string"
},
"status": {
"name": "string",
"color": "string",
"visited_statuses": [
"string"
]
},
"load_weight": 0,
"load_volume": 0
},
"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...