go back Home

EdiStatusService

This service provides operations for retrieving and managing EDI shipment statuses.

Operations

name role description
GET /ediStatus Users Retrieves a List of RowEdiStatus objects with a full or partial match to the given value.
GET /ediStatus/partners/{direction} Users Retrieves a list of shipment status partners for a specified direction.
GET /ediStatus/retrieveRecords Users, Fusion Partners 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 Users, Fusion Partners Allows a partner to retrieve a List of 'new' EdiBatch objects (those not already sent to or retrieved by the partner).
GET /ediStatus/search Users Searches the database for shipment statuses matching the given request parameters.
GET /ediStatus/summaryBatchInfo Users Retrieves a summary of batch information for the selected partner and range of batches.
GET /ediStatus/userSavedSearch Users Retrieves a List of RowEdiStatus objects based on an existing saved search.
GET /ediStatus/{id} Users Retrieves a RowEdiStatus object for the given shipment status ID.
GET /ediStatus/{id}/rawDataWithErrors Users Retrieves the raw data and error information for a single shipment status.
POST /ediStatus/submit Fusion Partners Allows a partner to submit status data for processing.
POST /ediStatus/transmitBatches Users Submits a transmission request for the specified EDI shipment status batches for a specified profile ID.
PUT /ediStatus/update Users Updates a RowEdiStatus record for the given status data.