Detail Delivery Order Load
Detail Delivery Order Load
Path Parameters
id uuid required
Delivery Order UUID
load_id uuid required
Delivery Load UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id string
product object
id string
name string
product_type object
id string
name string
quantity integer
uom string
total_weight number
total_volume number
note string
errors object
type
other_errors object
property name* string[]
string
status
{
"data": {
"id": "string",
"product": {
"id": "string",
"name": "string",
"product_type": {
"id": "string",
"name": "string"
}
},
"quantity": 0,
"uom": "string",
"total_weight": 0,
"total_volume": 0,
"note": "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...