Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 898 Bytes

File metadata and controls

15 lines (11 loc) · 898 Bytes

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: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]
headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]

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