go back Home

EdiOrderService

This service provides operations for retrieving and managing EDI load tender records.

Operations

name role description
GET /ediOrder Users Retrieves a List of RowEdiOrder with a full or partial match to the given value.
GET /ediOrder/ltx Users Retrieves a List object containing load tenders matching the Load Tender Express Profile that is in use for the supplied user ID.
GET /ediOrder/retrieveRecords Users, EDI 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 /ediOrder/retrieveRecords/new EDI Partners Allows a partner to retrieve a List of 'new' EdiBatch objects (those not already sent to or retrieved by the partner).
GET /ediOrder/search Users Searches the database for load tenders matching the given request parameters.
GET /ediOrder/userSavedSearch Users Retrieves a List of RowEdiOrder objects based on an existing saved search.
GET /ediOrder/{id} Users Retrieves a RowEdiOrder object for the given load tender ID.
GET /ediOrder/{id}/rawDataWithErrors Users Retrieves the raw data and error information for a single load tender.
GET /ediOrder/{id}/replyRawDataWithErrors Users Retrieves the reply raw data and error information for a single load tender.
GET /ediOrder/{id}/replyReasonCodes Users Retrieves the reply reason codes that are appropriate for a RowEdiOrder, as determined by the ID.
PUT /ediOrder/update Users Updates a RowEdiOrder record for the given load tender data.
PUT /ediOrder/{id}/excludeFromLTX Users Marks the 'Exclude from LT Express' (a.k.a. 'Skip Display') flag for the specified RowEdiOrder, as determined by the ID.
PUT /ediOrder/{id}/makeOrder Users Attempts to make order from a specified RowEdiOrder, as determined by the ID, without attempting to reply.
PUT /ediOrder/{id}/reply/submit Users Replies to a specific RowEdiOrder, as determined by the ID, with the specified action, reason code, and remark.