Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRpcBatchRequest

Represents batched JSONRPC request.

Hierarchy

Index

Properties

Properties

Optional id

id: undefined | null | string | number

The identifier established by the client that MUST contain a String, Number, or NULL value if included. If it is not included it is assumed to be a notification. The value SHOULD normally not be Null and Numbers SHOULD NOT contain fractional parts.

jsonrpc

jsonrpc: "2.0"

The string specifying the version of the JSON-RPC protocol. MUST be exactly "2.0".

method

method: "ExecuteMultiCall"

The GeoTab batch call method name.

params

The structured value that holds the parameter values to be used during the invocation of the method. This member MAY be omitted.

Generated using TypeDoc