List Delivery Order Load
List Delivery Order Load
Path Parameters
id uuid required
Delivery Order UUID
Query Parameters
filters string[]
limit integer
page integer
search string
sorts string[]
Responses
- 200
- 400
- 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[]
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
ids string[]
{
"metadata": {
"count": 0,
"page": 0,
"total_count": 0,
"total_page": 0
},
"data": {
"paginated_result": [
{
"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"
}
],
"ids": [
"string"
]
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors
message string
{
"errors": {},
"message": "string"
}
Not Found
Loading...