List Internal Delivery Order
List Internal DeliveryOrder with pagination and filter
Query Parameters
filters string[]
limit integer
page integer
search string
sorts string[]
Responses
- 200
- 400
- 401
desc
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
metadata object
count integer
page integer
total_count integer
total_page integer
data object
paginated_result object[]
base_uuid string
parent_uuid string
reference_number string
id string
number string
is_late boolean
customer object
! Attention: Remove this field soon as the breaking shipped&billed_customer go to production
id string
name string
shipped_customer object
id string
name string
billed_customer object
id string
name string
marketing_user object
id integer
name string
fleet_task object
id string
number string
driver_user object
id integer
name string
vehicle object
id integer
license_plate string
origin_address object
city string
id integer
name string
full_name string
geolocation string
geolocation_type string
destination_address object
city string
id integer
name string
full_name string
geolocation string
geolocation_type string
expected_pickup_on string
expected_delivered_on string
vendor object
id string
name string
status
load_count integer
load_weight number
load_volume number
created_on string
created_by string
canceled_reason string
rescheduled_reason string
shipment_number string
external_reference_number string
user_definition_fields object[]
key string
Possible values: [udf1
, udf2
, udf3
, udf4
, udf5
, udf6
, udf7
, udf8
, udf9
, udf10
, udf11
, udf12
, udf13
, udf14
, udf15
, udf16
, udf17
, udf18
, udf19
, udf20
]
name string
type string
Possible values: [NUMBER
, TEXT
, BOOL
, DATE
]
value
timestamp object
picked_on string
delivered_on string
ids string[]
{
"metadata": {
"count": 0,
"page": 0,
"total_count": 0,
"total_page": 0
},
"data": {
"paginated_result": [
{
"base_uuid": "string",
"parent_uuid": "string",
"reference_number": "string",
"id": "string",
"number": "string",
"is_late": true,
"customer": {
"id": "string",
"name": "string"
},
"shipped_customer": {
"id": "string",
"name": "string"
},
"billed_customer": {
"id": "string",
"name": "string"
},
"marketing_user": {
"id": 0,
"name": "string"
},
"fleet_task": {
"id": "string",
"number": "string",
"driver_user": {
"id": 0,
"name": "string"
},
"vehicle": {
"id": 0,
"license_plate": "string"
}
},
"origin_address": {
"city": "string",
"id": 0,
"name": "string",
"full_name": "string",
"geolocation": "string",
"geolocation_type": "string"
},
"destination_address": {
"city": "string",
"id": 0,
"name": "string",
"full_name": "string",
"geolocation": "string",
"geolocation_type": "string"
},
"expected_pickup_on": "string",
"expected_delivered_on": "string",
"vendor": {
"id": "string",
"name": "string"
},
"load_count": 0,
"load_weight": 0,
"load_volume": 0,
"created_on": "string",
"created_by": "string",
"canceled_reason": "string",
"rescheduled_reason": "string",
"shipment_number": "string",
"external_reference_number": "string",
"user_definition_fields": [
{
"key": "udf1",
"name": "string",
"type": "NUMBER",
"value": {}
}
],
"timestamp": {
"picked_on": "string",
"delivered_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
Loading...