Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.19 KB

DataPassthroughRequest.md

File metadata and controls

20 lines (12 loc) · 1.19 KB

DataPassthroughRequest

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.

Properties

Name Type Description Notes
method MethodEnum
path String
baseUrlOverride String [optional]
data String [optional]
multipartFormData List<MultipartFormFieldRequest> Pass an array of `MultipartFormField` objects in here instead of using the `data` param if `request_format` is set to `MULTIPART`. [optional]
headers Map<String, Object> The headers to use for the request (Merge will handle the account's authorization headers). `Content-Type` header is required for passthrough. Choose content type corresponding to expected format of receiving server. [optional]
requestFormat RequestFormatEnum [optional]