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.
| 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] |