go back to EdiStatusService

GET /ediStatus/search

Searches the database for shipment statuses 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:
  • edistatus - use no prefix
  • customer - use customer prefix
  • edistatus_profile - use profile prefix
For example, /ediStatus/search?partner_id=TESTPARTNER&customer.state_id=AL would find shipment statuses for partner ID 'TESTPARTNER' where the related customer is located in Alabama.
context HttpServletRequest

Result

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

a list of RowEdiStatus objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help