Searches the database for shipment statuses matching the given request 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/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 |
a list of RowEdiStatus objects
Additional attributes:
__directionDescr
This value represents the status' direction, found in the edistatus.direction
field.__errorDescr
This value represents the error description, found in the edistatus.error
field.__readyToSendDescr
This value represents the ready to send description, found in the edistatus.ready_to_send
field.__eventTypeDescr
This value represents the event type description, found in the edistatus.event_type
field.__shipmentMatchingDescr
This value represents the shipment matching method description, found in the edistatus.ship_match_type
field.__stopTypeDescr
This value represents the stop type description, found in the edistatus.curr_stop_type
field.RowEdiStatusProfile
This element represents the EDI Shipment Status Profile associated with the status.
The element contains a __name
attribute with the value profile
.