# BatchRequestAction
## Properties
**relative_path** | **String** | The path of the desired endpoint relative to the API’s base URL. Query parameters are not accepted here; put them in `data` instead. |
**method** | **String** | The HTTP method you wish to emulate for the action. |
**data** | Option<[**serde_json::Value**](.md)> | For `GET` requests, this should be a map of query parameters you would have normally passed in the URL. Options and pagination are not accepted here; put them in `options` instead. For `POST`, `PATCH`, and `PUT` methods, this should be the content you would have normally put in the data field of the body. | [optional]
**options** | Option<[**crate::models::BatchRequestActionOptions**](BatchRequestAction_options.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)