Qtrak API Information

insert_do POST
Endpoint:
/insert_do
Description:

Inserts a new Delivery Order (DO) into the system with the provided details.

Parameters:
Name Type Required Description
order_id string Yes Unique identifier for the delivery order.
customer_name string Yes Name of the customer receiving the order.
delivery_address string Yes Delivery address for the order.
items array Yes List of items included in the delivery order.
insert_doto POST
Endpoint:
/insert_doto
Description:

Inserts details related to Delivery Order Transport Operations (DO To), such as transport status or shipment tracking information.

Parameters:
Name Type Required Description
transport_id string Yes Unique identifier for the transport operation.
order_id string Yes Delivery order identifier related to the transport.
status string Yes Status of the transport (e.g. 'in transit', 'delivered').
location string No Current or last known location of the transport vehicle.
insert_po POST
Endpoint:
/insert_po
Description:

Inserts a new Purchase Order (PO) into the system with supplier and item details.

Parameters:
Name Type Required Description
po_number string Yes Unique purchase order number.
supplier_name string Yes Name of the supplier.
order_date string (ISO date) Yes Date the order was placed.
items array Yes List of items to be purchased.