go back to EdiOrderService

GET /ediOrder/retrieveRecords/reply

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.

Roles that can access this endpoint are Users, Fusion Partners.

Parameters

name description type default type
partnerId string indicating which partner's data should be retrieved query String
altPartnerId string indicating which partner's data should be retrieved query String
version string indicating the version of the data to be retrieved query String
transactionSet string indicating the type of transaction set to be retrieved query String
batch query int
beginBatch query int
endBatch query int
beginDate query Date
endDate query Date

Result

Object of type: application/xml application/json

returns either a generated output from the EDI template in XML, Json, or X12 or returns a List objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- String
- String
- String
- int
- int
- int
- Date
- Date