go back to OrderService

GET /orders/search

Searches the database for orders matching the given request parameters.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from tables:
  • orders - use no prefix
  • stop - use shipper or consignee prefixes as appropriate
  • customer - use customer prefix
  • freight_group - use fgp prefix
For example, /orders/search?status=D&shipper.location_id=WARE*&consignee.state=AL would find delivered orders shipping from locations starting with 'WARE' to consignees in Alabama.
context HttpServletRequest

Result

List < RowOrders > of type: application/xml application/json

a list of RowOrders objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help