Show Delivery Orders Setting
Show Delivery Orders Setting of Route Optimization
Path Parameters
id uuid required
Route Optimization UUID
Query Parameters
filters string[]
limit integer
page integer
search string
sort string[]
Responses
- 200
- 400
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
ids string[]
paginated_result object[]
base_uuid string
billed_customer object
id string
name string
company_id integer
created_by string
created_on string
customer object
id string
name string
destination_address object
full_name string
geolocation string
geolocation_type string
id integer
name string
expected_delivered_on string
expected_pickup_on string
fleet_task object
id string
number string
id string
load_volume number
load_weight number
marketing_user object
id integer
name string
number string
origin_address object
full_name string
geolocation string
geolocation_type string
id integer
name string
parent_uuid string
reference_number string
shipment_number string
shipped_customer object
id string
name string
status object
color string
name string
vendor object
id string
name string
metadata object
count integer
page integer
total_count integer
total_page integer
{
"data": {
"ids": [
"string"
],
"paginated_result": [
{
"base_uuid": "string",
"billed_customer": {
"id": "string",
"name": "string"
},
"company_id": 0,
"created_by": "string",
"created_on": "string",
"customer": {
"id": "string",
"name": "string"
},
"destination_address": {
"full_name": "string",
"geolocation": "string",
"geolocation_type": "string",
"id": 0,
"name": "string"
},
"expected_delivered_on": "string",
"expected_pickup_on": "string",
"fleet_task": {
"id": "string",
"number": "string"
},
"id": "string",
"load_volume": 0,
"load_weight": 0,
"marketing_user": {
"id": 0,
"name": "string"
},
"number": "string",
"origin_address": {
"full_name": "string",
"geolocation": "string",
"geolocation_type": "string",
"id": 0,
"name": "string"
},
"parent_uuid": "string",
"reference_number": "string",
"shipment_number": "string",
"shipped_customer": {
"id": "string",
"name": "string"
},
"status": {
"color": "string",
"name": "string"
},
"vendor": {
"id": "string",
"name": "string"
}
}
]
},
"metadata": {
"count": 0,
"page": 0,
"total_count": 0,
"total_page": 0
}
}
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"
}
Not Found
Loading...