MergeHRISClient.Api.SyncStatus.sync_status_resync_create
You're seeing just the function
sync_status_resync_create
, go back to MergeHRISClient.Api.SyncStatus module for more information.
Link to this function
sync_status_resync_create(connection, x_account_token, opts \\ [])
View SourceSpecs
sync_status_resync_create(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MergeHRISClient.Model.SyncStatus.t()} | {:error, Tesla.Env.t()}
Force resync of all models.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- x_account_token (String.t): Token identifying the end user.
- opts (KeywordList): [optional] Optional parameters
Returns
on success {:error, Tesla.Env.t} on failure