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, Fusion Partners
|
Allows a partner to retrieve order information (format driven by DataFusion mapper) for a single batch number, a range of batch numbers, or a range of dates. |
GET /ediOrder/retrieveRecords/new
|
Users, Fusion Partners
|
Allows a partner to retrieve order information (format driven by DataFusion mapper) (those not already sent to or retrieved by the partner). |
GET /ediOrder/retrieveRecords/reply
|
Users, Fusion Partners
|
Allows a partner to retrieve existing order reply information (format driven by DataFusion mapper) for a single batch number, a range of batch numbers, or a range of dates. |
GET /ediOrder/retrieveRecords/reply/new
|
Users, Fusion Partners
|
Allows a partner to retrieve order reply information (format driven by DataFusion mapper) (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, Fusion Partners
|
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/submitReply
|
Users, Fusion Partners
|
Allows a partner to submit reply data for processing. |
PUT /ediOrder/submitTender
|
Users, Fusion Partners
|
Allows a partner to submit order data for processing. |
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. |