Skip to main content

List Delivery Order

GET 

/delivery-order

List Delivery Order with pagination and filter

Available Filter

Value TypeExample
stringDO-0001
date2010-02-02T20:23:05+07:00
float90.345
Operator TypeDescription
gteGreater Than or Equal
gtGreater Than
lteLower Than or Equal
ltLower Than
eqEqual
Field TypeValue Type
numberstring
shipped_customer.idstring
shipped_customer.namestring
billed_customer.idstring
billed_customer.namestring
customer.idstring
customer.namestring
marketing_user.idnumber
marketing_user.namestring
fleet_task.idstring
fleet_task.numberstring
fleet_task.vehicle.license_platestring
origin_address.idnumber
origin_address.namestring
destination_address.idnumber
destination_address.namestring
expected_pickup_ondate
expected_delivered_ondate
load_countfloat
load_weightfloat
load_volumefloat
status.namestring
vendor.idstring
vendor.namestring
created_ondate
created_bystring
updated_ondate

Example Filter

Field TypeOperatorValue
numbereqDO-0090
shipped_customer.ideqdbffb68c-f5ab-4ec4-83fd-91ca6bc1d1df
shipped_customer.nameeqRobert
billed_customer.ideqdbffb68c-f5ab-4ec4-83fd-91ca6bc1d1df
billed_customer.nameeqRobert
customer.ideqdbffb68c-f5ab-4ec4-83fd-91ca6bc1d1df
customer.nameeqJNE
marketing_user.ideq12
marketing_user.nameeqRobert
fleet_task.ideqdbffb68c-f5ab-4ec4-83fd-91ca6bc1d1df
fleet_task.numbereqFO-1234
origin_address.nameeqSumatra
destination_address.nameeqSulawesi
expected_pickup_onlt2023-02-02T20:13:05+07:00
expected_delivered_onlt2023-02-02T20:13:05+07:00
load_countlt1324.670
load_weightgte2000
load_volumelte200000
statuseqDraft
created_onlt2023-02-02T20:13:05+07:00
created_byeqAdmin
updated_ongt2022-02-02T20:23:05+07:00

Available Sort

Operator TypeDescription
ascSmallest to Largest
descLargest to Smallest
FieldDescriptionExample
numberNumber of Delivery Ordernumber asc
shipped_customer.nameName of Shipped Customershipped_customer.name asc
customer.nameName of Customercustomer.name asc
billed_customer.nameName of Billed Customerbilled_customer.name asc
marketing_user.nameName of Marketing Usermarketing_user.name desc
fleet_task.numberNumber of Fleet Taskfleet_task.number desc
fleet_task.vehicle.license_plateLicense Plate of Fleet Task Vehiclefleet_task.number desc
origin_address.nameName of Origin Addressorigin_address.name desc
origin_address.cityName of Origin Cityorigin_address.city desc
destination_address.nameName of Destination Addressdestination_address.name desc
destination_address.cityName of Destination Citydestination_address.city desc
expected_pickup_onExpected Pickup Dateexpected_pickup_on asc
expected_delivered_onExpected Delivery Dateexpected_delivered_on desc
load_countTotal Count of Loadsload_count desc
load_weightTotal Weight of Loadsload_weight desc
load_volumeTotal Volume of Loadsload_volume desc
status.nameName of Statusstatus.name desc
created_onDelivery Order Created Atcreated_on desc
created_byDelivery Order Created Bycreated_by desc
updated_onDelivery Order Updated Onupdated_on desc
Field
number
customer.name
marketing_user.name
fleet_task.number
origin_address.name
origin_address.city
destination_address.name
destination_address.city
status
created_by
shipped_customer.name
billed_customer.name
fleet_task.vehicle.license_plate

Request

Responses

desc