GET /ediBilling/summaryBatchInfo
Retrieves a summary of batch information for the selected partner and range of batches.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
profileId |
the ID of the EDI Billing profile record |
query
|
|
String
|
beginBatch |
the beginning of the batch range |
query
|
|
int
|
endBatch |
the end of the batch range |
query
|
|
int
|
Result
List
<
EdiBatch
>
of type:
application/xml
application/json
a list of summary EdiBatch objects to convey the number of batches and the customer ID for each
Try It Out
Request