×

GET Data

Load data from the Topal Server
The Topal Financial Accounting System uses only one Database for all clients. Therefore, after a connection to the Topal Server with a valid userid and password has
been established, a client list must be retrieved in order to find all available clients in the database, or a known client can be set directly.
Define the chosen client as current client and set the associated fiscal year for that particular client. In most cases, the ID properties will
be used to identify instances of any entities.
 
There exist various entities to retrieve data from Topal Server. All of those entities work the same way.
A load method is a simple http GET Request. Find some examples below:
 
Example Code