Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.43 KB

DataPassthroughRequest.md

File metadata and controls

19 lines (14 loc) · 1.43 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 object
path str
base_url_override str, none_type [optional]
data str, none_type [optional]
multipart_form_data [MultipartFormFieldRequest], none_type Pass an array of `MultipartFormField` objects in here instead of using the `data` param if `request_format` is set to `MULTIPART`. [optional]
headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type 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]
request_format object, none_type [optional]
normalize_response bool [optional]

[Back to Model list] [Back to API list] [Back to README]