Synchronization Frequencies #
There are 3 option frequencies for data sync tasks, which are described in the following sections.
Manual #
This alternative indicates that the sync operations will be carried out only when an API call is made, regardless of the method of your choice.
Single Use #
As opposed to the previous case, you are expected to configure a specific date and time to perform the operation.
Recurrent #
The distinguishing feature of this method resides in that it requires a recurrency type (daily, week days, weekly, biweekly or monthly) and a start date/time.
The image below shows a data sync that will be carried out recurrently once a week starting on February 28th, 2019 at 8:44 pm:
Both in the one-time and in the recurrent alternatives, the file to be used will be the last one that was sent through the API call before the data sync operation is executed.