Derives the request body for an Entrata API request.
Usage
derive_req_body(method, method_version, method_params)
Arguments
- method
The Entrata API method to use.
- method_version
The version of the API method to use.
- method_params
A named list of parameters to include in the request body.
Value
A list representing the request body.