API for ErpHub
ErpHub API (1)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developer.aritma.com/_mock/apis/accounting/erp-hub/openapi/erphub-openapi
ErpHub API
https://erphub-api.aritma.io
ErpHub API (Dev)
https://erphub-api.dev.aritma.io
Body
- application/json
- text/json
- application/*+json
Indicates whether transaction filters should be applied after matching, specifically to transactions not matched during the initial matching process.
- Mock serverhttps://developer.aritma.com/_mock/apis/accounting/erp-hub/openapi/erphub-openapi/api/v1/clients/{clientId}/bookkeeping/matching-rules
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/bookkeeping/matching-rules
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/bookkeeping/matching-rules
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
- application/json
- text/json
- application/*+json
{ "displayName": "string", "autoUpdate": true, "applyTransactionFilterAfterMatching": true, "filters": [ { … } ] }
Response
application/json
{ "links": { "property1": { … }, "property2": { … } }, "clientId": "5e505642-9024-474d-9434-e5a44f505cc5", "ruleId": "70af3071-65d9-4ec3-b3cb-5283e8d55dac" }
- Mock serverhttps://developer.aritma.com/_mock/apis/accounting/erp-hub/openapi/erphub-openapi/api/v1/clients/{clientId}/bookkeeping/matching-rules/{ruleId}
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/bookkeeping/matching-rules/{ruleId}
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/bookkeeping/matching-rules/{ruleId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payload- Mock serverhttps://developer.aritma.com/_mock/apis/accounting/erp-hub/openapi/erphub-openapi/api/v1/clients/{clientId}/bookkeeping/matching-rules/{ruleId}
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/bookkeeping/matching-rules/{ruleId}
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/bookkeeping/matching-rules/{ruleId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadResponse
application/json
{ "links": { "property1": { … }, "property2": { … } }, "clientId": "5e505642-9024-474d-9434-e5a44f505cc5", "ruleId": "70af3071-65d9-4ec3-b3cb-5283e8d55dac", "priority": 0, "minMatchingFilters": 0, "transactionPostingMode": "CombineIntoSingleVoucher", "createdAt": "2019-08-24T14:15:22Z", "lastUpdatedAt": "2019-08-24T14:15:22Z", "filters": [ { … } ] }