GET /ediStatus/retrieveRecords/new
Allows a partner to retrieve a List of 'new' EdiBatch objects (those not already sent to or retrieved by the partner).
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
|
Result
Object
of type:
application/xml
application/json
a list of EdiBatch objects
Additional attributes:
__eventTypeDescr
This value represents the event type description, found in the edistatus.event_type
field.
__stopTypeDescr
This value represents the stop type description, found in the edistatus.curr_stop_type
field.
Try It Out
Request