...
Calling the sync endpoint with the same payload should not have any side-effect (except for activity logs).
3. Extract and
...
load
The caller shouldn’t have to store the state of data in Avallone for the integration to work. The caller should simply have to send the data extracted from it’s internal system. Avallone will take care of synchronization i.e. figuring out what needs to be created vs updated.
...