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: getPath:
/api/erp/integrations/resources/v1/{locale}/files/{id}
- Get all file exceptions
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/files/download
- Get all file metrics by time frame
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/stats/fileCountSummary
- Get all files uploaded in a specified time frame
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/files
- Get all transaction metrics by file
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/files/{id}/transactionCounts
- Get all transaction metrics by file and dimension
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/dimensionView
- Get all transaction metrics by time frame
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/stats/transactionCountSummary
- Get exception details for a file
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/files/{id}/transactionExceptions
- Get exception details for a transaction
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/transactionNumber/{trxNumber}/exceptionDetails
- Get postprocessing substages status details
- Method: getPath:
/api/erp/integrations/resources/v1/{locale}/files/{id}/postProcessDetails
- Upload a file
- Method: postPath:
/api/erp/integrations/resources/v1/{locale}/files/upload