Introduction

Prev Next

Financial v1

Important

Although the API folder is named “Invoices V1”, this name is misleading. The underlying endpoints are not limited invoices. They cover all supported financial entities as reflected in the menu structure.

This API provides comprehensive support for managing financial processes within Bloxs. It enables external systems to retrieve and manage financial data related to budgets, invoices, purchase flows, reminders and accounting structures.

The API supports the domains described below.


Budgets

Manage and retrieve budget information within Bloxs.

  • Retrieve a specific budget;

  • Retrieve budgets (filtered and paged);

  • Create a budget;

  • Update a budget.


Sales invoice services

Manage services that form the basis for generating sales invoices. In Dutch called ‘Diensten’.

  • Retrieve a specific sales invoice service;

  • Retrieve sales invoice services (filtered and paged);

  • Create a sales invoice service;

  • Retrieve all sales invoice service items.


Sales invoices

Retrieve issued sales invoices.

  • Retrieve a specific sales invoice;

  • Retrieve sales invoices (filtered and paged).


Purchase orders

Manage and retrieve purchase orders.

  • Retrieve a specific purchase order;

  • Retrieve purchase orders (filtered and paged);

  • Create a purchase order.


Purchase invoices

Retrieve and process purchase invoices.

  • Retrieve a specific purchase invoice;

  • Retrieve purchase invoices (filtered and paged);

  • Send only the PDF of an invoice to be registered in the system.


Payment reminders

Retrieve payment reminder information.

  • Retrieve a specific payment reminder;

  • Retrieve payment reminders (filtered and paged).


Journal posts

Retrieve journal post information.

  • Retrieve a specific journal post;

  • Retrieve journal posts (filtered and paged).

Journals

Retrieve journal definitions.

  • Retrieve a specific journal;

  • Retrieve journals (filtered and paged).


Ledger accounts

Retrieve ledger account information.

  • Retrieve a specific ledger account;

  • Retrieve ledger accounts (filtered and paged).


Compactions

Retrieve compaction information.

  • Retrieve a specific compaction;

  • Retrieve compactions (filtered and paged).


Authorization

To access the API, include your API key in the request headers. For details on how to obtain and use your API key, refer to the Authorization documentation.