Show Delivery Order Load Template
Show Delivery Order Load Template By Template UUID and Load UUID
Path Parameters
id uuid required
Delivery Order Template UUID
load_id uuid required
Delivery Order Load Template UUID
Responses
- 200
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object
id string
product object
is_error boolean
id string
name string
product_type object
id string
name string
quantity integer
uom object
is_error boolean
name string
total_weight number
total_volume number
note string
errors
{
"data": {
"id": "string",
"product": {
"is_error": true,
"id": "string",
"name": "string",
"product_type": {
"id": "string",
"name": "string"
}
},
"quantity": 0,
"uom": {
"is_error": true,
"name": "string"
},
"total_weight": 0,
"total_volume": 0,
"note": "string"
},
"errors": {}
}
Unauthorized
Not Found
Loading...