MergeHRISClient.Api.Passthrough.passthrough_create
You're seeing just the function
passthrough_create
, go back to MergeHRISClient.Api.Passthrough module for more information.
Link to this function
passthrough_create(connection, authorization, x_account_token, data_passthrough_request, opts \\ [])
View SourceSpecs
passthrough_create( Tesla.Env.client(), String.t(), String.t(), MergeHRISClient.Model.DataPassthroughRequest.t(), keyword() ) :: {:ok, MergeHRISClient.Model.RemoteResponse.t()} | {:error, Tesla.Env.t()}
Pull data from an endpoint not currently supported by Merge.
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.
- data_passthrough_request (DataPassthroughRequest):
- opts (KeywordList): [optional] Optional parameters
Returns
on success {:error, Tesla.Env.t} on failure