Available entities & enumerations - API2

We have deleloped a new REST API for Uniconta - API2.

This is an improved version of the REST API, posing a lot more endpoints and enumerations .

When new endpoints are added on Uniconta, they are immediately available via our service. But naturally for some endpoints we will have to do additional development, to build in logics and functionality.

Uniconta provides two types of entities. DataModel and DataModelClient.
Both types, for example provides of Creditor entity. In DataModel it is called Creditor in DataModelClient it is called CreditorClient. However, the only difference is that CreditorClient has more fields to be manipulated.

And, for the DataModelClient you will find a lot more endpoints that can be used.

You can see our generic documentation here: https://app.swaggerhub.com/apis/wedoio/wedoio.com/1.0.1


See all DataModel endpoints here

See all DataModelClient endpoints here