The Invoices endpoints has been expanded with new properties:

  • SystemId for customer on invoice.
  • CprNumber for private customers on invoice.
  • Payment terms for invoice.

We have released a new endpoint that can be used to get the financial years and periods in Zenegy.
The endpoint will return both the years and periods in the same response.

Get Financial years<----ADD URL TO REF BEFORE PUBLISHING

To facilitate scalable API integrations we have improved the response of our POST endpoints.

Before:
Prior to this improvement the response for successful POST requests was only the "uid" of the new entity.

Now:
After this improvement the POST endpoints will return all the information for the entity.

This change has been done to limit the needed requests in POST flows, by returning all the information on the entity, this way any information added automatically by the system logic, can be obtained from the response instead of having send a GET request for entity.

🚧

Important update

To improve the uniformity of the Zenegy API, the path for the Numbers related endpoints has been changed.

Previous path: /api/v1/accounts/{accountUid}/...
New path: /api/v1/tenants/{tenantUid}/...

Applications using the endpoints will have to be updated to use ".../tenants/...", the value of {tenantUid} remains the same as {accountUid} and does not have to be changed.