Skip to main content

List Roadway Orders - listRoadOrders()

List Roadway Orders

The listRoadOrders method on the Horoz Logistics E-Export Integration is a function that returns the list of road orders transmitted to the Horoz Logistics system to the client. Important information about the listRoadOrders() method and things to be considered when querying road orders from the Horoz Logistics system are listed below for the information of clients.

  • listRoadOrders() method is a RESFtul web service method that receives data in JSON format with POST method.

  • When querying for road orders from the Horoz system with the listRoadOrders() method, the information about the order must be passed to the body part of the method in the JSON data type. The processKey information of the client should be passed to the header part of the method in parameter type. The submission made with the listRoadOrders() method must be encoded as UTF-8 and transmitted to Horoz Logistics E-Export Integration Web service.

  • The listRoadOrders() method in the export integration web service receives customerOrderNumber, startDate and endDate values as parameters in JSON format as a POST method.

  • The method returns to the client the expected information for the order and/or orders in the list returned to the client in response to the received request parameters.

  • When querying orders with the listRoadOrders() method, querying can be done only on the basis of the customer order number, or querying can be done by giving only the start and end date range.

  • The time difference between the values passed to the startDate and endDate parameters can be up to 30 days.

  • listRoadOrders() returns 2 different arrayList structures, orderDetail and orderTrackingDetail. orderDetail returns information about the product information within the order, while orderTrackingDetail returns the shipping tracking information of the order to the client on a carrier bases.


POST listRoadOrders()

Parameter Descriptions & Rules

The following table shows the input and output parameters of the listRoadOrders() operation and their The types and formats of the parameters are listed.

PARAMETERDESCRIPTIONDATA TYPELENGTHFIELD LOCATIONREQUIRMENT
processKeyprocessKey information defined for the clientstring100HeaderMandatory
customerOrderNumberCustomer order numberstring100inBody RequestOptional
startDateStart dateDate-inBody RequestOptional
endDateEnd dateDate-inBody RequestOptional

Service Responses

You can access the successful/unsuccessful service responses here.