Here, you can find the release notes for Procountor API. For more information about Procounto API, see our Developers website. If you are looking for the Procountor software release notes, visit this page.
Changes highlighted in red are not backwards compatible
Planned changes ahead
- In the future, we will deprecate Persons from Business Partners. This change will be communicated later.
Changes in version 25.06
New Payroll Endpoints
|
As part of the Payroll API we are introducing new endpoint for creating new salary list. The endpoint creates a new salary list and the salary slips in it based on each employee’s salary base. Working time allocation days are prefilled and calculated from Payment period start and end date, user will be able to adjust them with Notes to salary slips are not supported in For creating a new salary list through API, it is also possible to utilize the new salary period endpoints Details on both the required and optional fields will be available in our release notes and API reference. |
GET /payrolls/employees/{id}/
|
A new endpoint for returning “Working hour reduction“ data for a given employee ID:
|
GET /payrolls/employees/{id}/
|
A new endpoint for fetching total remaining holiday related days and pay for a given employee ID. Endpoint returns:
Date Total remaining holiday days
If the holiday calculation setting is disabled in (Management → Company info → Usage settings → Holiday calculation section), the endpoint will return status 403 Forbidden with a corresponding message. |
|
A new endpoint for returning a list of basic information about salary period lists for a given holiday credit year (query parameter The endpoint requires at least read rights for salaries. |
|
A new endpoint for returning a list of salary periods for a given salary period list ID (path parameter For creating new salary list through API it’s possible to use this endpoint to fetch salary period details for salary list creation. Endpoint requires read rights for salaries. |
New Payment Handling Endpoints
GET /payments/paymentevents |
A new endpoint It is possible to search payment events for a batch of 200 invoice IDs. |
GET /payments |
It is now possible to see |
Older release notes
For previous release notes, please see our Procountor Developers website.