MergeHRISClient.Model.DataPassthroughRequest (MergeHRISClient v1.0.2) View Source

The DataPassthrough Object ### Description The DataPassthrough object is used to send information to an otherwise-unsupported third-party endpoint. ### Usage Example Create a DataPassthrough to get team hierarchies from your Rippling integration.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.DataPassthroughRequest{
  base_url_override: String.t() | nil,
  data: String.t() | nil,
  headers: %{optional(String.t()) => AnyType} | nil,
  method: MethodEnum,
  path: String.t(),
  request_format: RequestFormatEnum | nil
}