MergeHRISClient.Api.ForceResync (MergeHRISClient v1.0.3) View Source
API calls for all endpoints tagged ForceResync.
Link to this section Summary
Functions
Force re-sync of all models. This is only available for organizations on Merge's Grow and Expand plans.
Link to this section Functions
Link to this function
sync_status_resync_create(connection, authorization, x_account_token, opts \\ [])
View SourceSpecs
sync_status_resync_create(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, [MergeHRISClient.Model.SyncStatus.t()]} | {:error, Tesla.Env.t()}
Force re-sync of all models. This is only available for organizations on Merge's Grow and Expand plans.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- authorization (String.t): Should include 'Bearer ' followed by your test/production API Key.
- x_account_token (String.t): Token identifying the end user.
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, Tesla.Env.t} on failure