This service provides operations for retrieving and managing EDI load tender records.
name | description |
---|---|
GET /ediOrder | Retrieves a List of RowEdiOrder with a full or partial match to the given value. |
GET /ediOrder/ltx | Retrieves a List |
GET /ediOrder/search | Searches the database for load tenders matching the given request parameters. |
GET /ediOrder/userSavedSearch | Retrieves a List of RowEdiOrder objects based on an existing saved search. |
GET /ediOrder/{id} | Retrieves a RowEdiOrder object for the given load tender ID. |
GET /ediOrder/{id}/rawDataWithErrors | Retrieves the raw data and error information for a single load tender. |
GET /ediOrder/{id}/replyRawDataWithErrors | Retrieves the reply raw data and error information for a single load tender. |
GET /ediOrder/{id}/replyReasonCodes | Retrieves the reply reason codes that are appropriate for a RowEdiOrder, as determined by the ID. |
PUT /ediOrder/update | Updates a RowEdiOrder record for the given load tender data. |
PUT /ediOrder/{id}/excludeFromLTX | 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 | Attempts to make order from a specified RowEdiOrder, as determined by the ID, without attempting to reply. |
PUT /ediOrder/{id}/reply/submit | Replies to a specific RowEdiOrder, as determined by the ID, with the specified action, reason code, and remark. |