API for ErpHub
API Reference
/- Get a list of voucher-series for a client.
Retrieves the list of currencies for a specific client.
Get a list of organization units for a client.
Gets the accounting period for a client on a given date.
Gets details about an accounting period for a client.
Gets details about an accounting period for a client.
Post a journal transaction to the ERP.
Get a list of voucher-ser...
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
- Mock serverhttps://developer.aritma.com/_mock/apis/accounting/erp-hub/openapi/erphub-openapi/api/v1/clients/{clientId}/currencies
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/currencies
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/currencies
- 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}/organization-units
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/organization-units
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/organization-units
- 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}/voucher-series
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/voucher-series
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/voucher-series
- 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}/accounting-period/{date}
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/accounting-period/{date}
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/accounting-period/{date}
- 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}/accounting-period/{period}/details
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/accounting-period/{period}/details
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/accounting-period/{period}/details
- 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}/accounting-period
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/accounting-period
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/accounting-period
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadBody
- application/json
- text/json
- application/*+json
The value date of the batch. If there is no value date on lines this will be used.
- Mock serverhttps://developer.aritma.com/_mock/apis/accounting/erp-hub/openapi/erphub-openapi/api/v1/clients/{clientId}/journal-transaction
- ErpHub APIhttps://erphub-api.aritma.io/api/v1/clients/{clientId}/journal-transaction
- ErpHub API (Dev)https://erphub-api.dev.aritma.io/api/v1/clients/{clientId}/journal-transaction
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
- application/json
- text/json
- application/*+json
{ "currency": "string", "autoUpdate": true, "journalTransactionOptions": "string", "voucherSeriesNumber": "string", "valueDate": "2019-08-24T14:15:22Z", "journalTransactionLine": [ { … } ] }