Forbix API Documentation (1.0.0)

License: Forbix

Documentation of Forbix Open APIs

Banking

This section of the API documentation covers our Banking services. The APIs provided here will allow you to manage bank accounts, perform transactions, access real-time account information, and automate banking tasks.

Get List Of Company Connected Deposits

By calling this API, you can receive the list of company connected accounts, including customer number, account title, and connected deposit numbers.

Authorizations:
openAPIKey

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Get Deposit Information

By calling this API, you can receive general information related to the entered deposit number.

Authorizations:
openAPIKey
Request Body schema: application/json
required
depositNumber
required
string

Deposit Number

Responses

Request samples

Content type
application/json
{
  • "depositNumber": "1020-10-2008748-1"
}

Response samples

Content type
application/json
{
  • "result": [
    ]
}

Get Deposit Balance

By calling this API, you can receive the balance of the entered deposit number.

Authorizations:
openAPIKey
Request Body schema: application/json
required
depositNumber
required
string

Deposit Number

Responses

Request samples

Content type
application/json
{
  • "depositNumber": "1020-10-2008748-1"
}

Response samples

Content type
application/json
{
  • "result": {
    }
}

Get Transactions

By calling this API, you can receive the list of transactions for the entered deposit number.

Authorizations:
openAPIKey
Request Body schema: application/json
required
depositNumber
required
string

Deposit Number

Responses

Request samples

Content type
application/json
{
  • "depositNumber": "1020-10-2008748-1"
}

Response samples

Content type
application/json
{
  • "result": {
    }
}

Accounting

The Accounting section provides a robust set of APIs that enable the automation and management of financial records. This includes invoicing, expense tracking, financial reporting, and ledger management. Designed with scalability and accuracy in mind, our APIs are suitable for businesses of all sizes, helping them streamline accounting processes, ensure compliance, and maintain up-to-date financial data with minimal manual intervention.

Create Voucher

To create an accounting voucher

Authorizations:
openAPIKey
Request Body schema: application/json
required
object (OpenApiCreateVoucherDTO)

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{ }

Voucher List

Get the list of created vouchers

Authorizations:
openAPIKey

Responses

Response samples

Content type
application/json
[
  • { }
]