Create Data
The creation of models (client classes as Party, VAT, Invoic etc.) for a any given programming language does not rely on a specific Topal REST API implementation.
It is upon the developers decission to create his own implementation of models. A way to create models (client classes) is described in chapter Client classes for REST Clients.
It is upon the developers decission to create his own implementation of models. A way to create models (client classes) is described in chapter Client classes for REST Clients.
Predefined models for C# are available, while for other programming languages, the described approach Client classes for REST Clients can be used.
Example Code