Skip to content

ErpHub API (1)

API for ErpHub

Download OpenAPI description
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

Account

Handles account related operations.

Operations

Bookkeeping

Handles the bookkeeping for the client

Operations

Clients

Handles ERP client related operations

Operations

Retrieves the list of currencies for a specific client.

Request

Path
clientIdstring(uuid)required

The unique identifier of the client.

No request payload

Responses

Successful operation.

Get a list of organization units for a client.

Request

Path
clientIdstring(uuid)required

The id of the client.

No request payload

Responses

Returns an array of transaction dto.

Get a list of voucher-series for a client.

Request

Path
clientIdstring(uuid)required

The id of the client.

No request payload

Responses

Returns an array of transaction dto.

Gets the accounting period for a client on a given date.

Request

Path
clientIdstring(uuid)required
datestring(date-time)required
No request payload

Responses

OK

Gets details about an accounting period for a client.

Request

Path
clientIdstring(uuid)required
periodstringrequired
No request payload

Responses

OK

Gets details about an accounting period for a client.

Request

Path
clientIdstring(uuid)required
Query
fromDatestring
No request payload

Responses

OK

Post a journal transaction to the ERP.Deprecated

Request

Path
clientIdstring(uuid)required

The id of the client

Body
currencystringrequired

The currency of the transaction.

autoUpdateboolean

Indicate if the transaction should be auto updated.

journalTransactionOptionsstring or null

Additional options and configurations for ERP transactions.

voucherSeriesNumberstringrequired

The voucher series number.

valueDatestring or null(date-time)

The value date of the batch. If there is no value date on lines this will be used.

journalTransactionLineArray of objects(JournalTransactionLineDto)

The journal transaction lines.

{ "currency": "string", "autoUpdate": true, "journalTransactionOptions": "string", "voucherSeriesNumber": "string", "valueDate": "2019-08-24T14:15:22Z", "journalTransactionLine": [ { … } ] }

Responses

OK

Connection

Handles the connection between the ERPHub and the ERP

Operations

Integrations

Operations

Mandates

Controller for managing mandates.

Operations

Pay

Handles pay related operations.

Operations

Transaction

Handles ERP transaction related operations

Operations

Voucher

Controller responsible for handling voucher operations in the ERP Hub.

Operations