go back to EdiOrderService

GET /ediOrder/search

Searches the database for load tenders 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:
  • edi_order - use no prefix
  • stop - use shipper or consignee prefixes as appropriate
  • customer - use customer prefix
  • ediorder_profile - use profile prefix
For example, /ediOrder/search?commodity_id=FAK&shipper.location_id=WARE*&consignee.state=AL would find load tenders with commodity ID of 'FAK' shipping from locations starting with 'WARE' to consignees in Alabama.
context HttpServletRequest

Result

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

a list of RowEdiOrder objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help