This service provides operations for retrieving and managing EDI shipment statuses.
name | description |
---|---|
GET /ediStatus | Retrieves a List of RowEdiStatus objects with a full or partial match to the given value. |
GET /ediStatus/retrieveRecords | Allows a partner to retrieve a List of EdiBatch objects for a single batch number, a range of batch numbers, or a range of dates. |
GET /ediStatus/retrieveRecords/new | Allows a partner to retrieve a List of 'new' EdiBatch objects (those not already sent to or retrieved by the partner). |
GET /ediStatus/search | Searches the database for shipment statuses matching the given request parameters. |
GET /ediStatus/userSavedSearch | Retrieves a List of RowEdiStatus objects based on an existing saved search. |
GET /ediStatus/{id} | Retrieves a RowEdiStatus object for the given shipment status ID. |
GET /ediStatus/{id}/rawDataWithErrors | Retrieves the raw data and error information for a single shipment status. |
PUT /ediStatus/update | Updates a RowEdiStatus record for the given status data. |