ERP Data Integrations REST Endpoints

ERP Data Integrations
ERP Data Integrations allows you to connect and interact with external systems, services, or applications. You can initiate a file upload, import transactions, and trigger downstream accounting, and posting processes for the source system transactions.
Get a file status and metric details
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/files/{id}
Get all file exceptions
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/files/download
Get all file metrics by time frame
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/stats/fileCountSummary
Get all files uploaded in a specified time frame
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/files
Get all transaction metrics by file
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/files/{id}/transactionCounts
Get all transaction metrics by file and dimension
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/dimensionView
Get all transaction metrics by time frame
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/stats/transactionCountSummary
Get exception details for a file
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/files/{id}/transactionExceptions
Get exception details for a transaction
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/transactionNumber/{trxNumber}/exceptionDetails
Get postprocessing substages status details
Method: get
Path: /api/erp/integrations/resources/v1/{locale}/files/{id}/postProcessDetails
Upload a file
Method: post
Path: /api/erp/integrations/resources/v1/{locale}/files/upload