The Invoices endpoints has been expanded with new properties:

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

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.

Welcome to our new Dev Hub! 👋

We are excited to introduce you to our brand-new Developer Hub, your ultimate resource for all things related to our API documentation and integration tools.

Whether you want to enhance existing applications or create new integrations, our comprehensive guides and resources are designed to support you throughout your journey.

You can explore detailed documentation, stay up-to-date with the latest guides, and take advantage of our new community, where we invite you to share feedback and ask questions.

The goal of our new developer hub is for you as a developer to have a single source of truth while developing using our APIs, ensuring that your development process is as smooth and efficient as possible.

Our Developer Hub is built to empower you, our partners, and integration developers by providing the insights and tools necessary to create innovative solutions that meet the needs of your audience.

We cannot wait to see the amazing creations you will build with the help of our Developer Hub.

So, let's get started and make something incredible together!

Happy coding! ⌨️