Skip to main content

List DeliveryOrder

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
destination_address.nameName of Destination Addressdestination_address.name 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
destination_address.name
status
created_by
shipped_customer.name
billed_customer.name
fleet_task.vehicle.license_plate
Query Parameters
    filters string[]
    format string

    Possible values: [excel, json]

    limit integer required

    Possible values: >= 1

    page integer required

    Possible values: >= 1

    search string
    sorts string[]
Responses

desc


Schema
    data object
    ids array
    paginated_result object[]
  • Array [
  • billed_customer object
    id string
    name string
    canceled_reason string
    created_by string
    created_on string
    customer object
    id string
    name string
    destination_address object
    id integer
    name string
    expected_delivered_on string
    expected_pickup_on string
    fleet_task object
    driver_user object
    id integer
    name string
    id string
    number string
    vehicle object
    id integer
    license_plate string
    id string
    load_count integer
    load_volume number
    load_weight number
    marketing_user object
    id integer
    name string
    number string
    origin_address object
    id integer
    name 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
Loading...