postCall
Invoke a Centia API method via JSON-RPC. Specify the method name and parameters to execute API calls.
Instructions
Call a JSON-RPC method. The method must exist (see /api/v4/methods).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonrpc | Yes | The version number of the JSON-RPC protocol. Must be exactly "2.0". | |
| id | No | Client-supplied request id. If present, must be a string. | |
| method | Yes | Name of the RPC method to call. | |
| params | No | Parameters for the method. For SELECT methods, only one parameter set is allowed. |