MergeHRISClient.Api.TimeOffBalances.time_off_balances_retrieve
You're seeing just the function
time_off_balances_retrieve
, go back to MergeHRISClient.Api.TimeOffBalances module for more information.
Link to this function
time_off_balances_retrieve(connection, authorization, x_account_token, id, opts \\ [])
View SourceSpecs
time_off_balances_retrieve( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, MergeHRISClient.Model.TimeOffBalance.t()} | {:error, Tesla.Env.t()}
Returns a TimeOffBalance
object with the given id
.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- authorization (String.t): Should include 'Bearer ' followed by your production API Key.
- x_account_token (String.t): Token identifying the end user.
- id (String.t):
- opts (KeywordList): [optional] Optional parameters
on success {:error, Tesla.Env.t} on failure