<< Click to Display Table of Contents >> Navigation: API documentation (ENG) > Good practices |
What are the good practices ?
Use as much as possible local databases to synchronize data
There are many methods implemented to synchronize data from a previous synchronisation timestamp. For example : GetModifiedRelations , GetModifiedAccounts, ..
Bundle your transactions
It is not the intent to submit each booking separately in a sequence of Authenticate - Open Dossier - Insert Booking - Close Dossier.
Group your transactions till end of the day and submit them at once.