Get all transaction metrics by file
get
/api/erp/integrations/resources/v1/{locale}/files/{id}/transactionCounts
Returns the count of transactions processed within a given file.
Request
Path Parameters
-
id(required): string
The unique identifier of the file.Example:
324108415901929470
-
locale(required): string
The locale to which the file is being uploaded.Example:
en-us
Query Parameters
-
flowName: string
The name of the flow for which the service is being invoked.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
Simple JSON containing transaction Counts for a particular file
Root Schema : TransactionCount
Type:
Show Source
object
-
fileID: string
The unique identifier of the file.
-
flowName: string
The name of the flow for which the service is being invoked.
-
headerCount: object
HeaderCounts
-
lineCount: object
LineCounts