Index Delivery Order Load Template
Index Delivery Order Load Template
Path Parameters
id uuid required
Delivery Order Template UUID
Query Parameters
filters string[]
limit integer
page integer
search string
sorts string[]
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
metadata object
count integer
page integer
total_count integer
total_page integer
data object
paginated_result object[]
created_by string
created_on string
id string
note string
product object
id string
is_error boolean
name string
product_type object
id string
name string
quantity integer
total_volume number
total_weight number
uom object
is_error boolean
name string
updated_by string
updated_on string
ids string[]
{
"metadata": {
"count": 0,
"page": 0,
"total_count": 0,
"total_page": 0
},
"data": {
"paginated_result": [
{
"created_by": "string",
"created_on": "string",
"id": "string",
"note": "string",
"product": {
"id": "string",
"is_error": true,
"name": "string",
"product_type": {
"id": "string",
"name": "string"
}
},
"quantity": 0,
"total_volume": 0,
"total_weight": 0,
"uom": {
"is_error": true,
"name": "string"
},
"updated_by": "string",
"updated_on": "string"
}
],
"ids": [
"string"
]
}
}
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...