Server Reference Guide : JSON-RPC 2.0 Interface : JSON-RPC Notifications
 
Share this page          
JSON-RPC Notifications
You can also send a JSON-RPC notification (request without ID) as:
{
  "jsonrpc": "2.0",
  "method": "do_something",
  "params": {
    "val1": 1,
    "val2": 2
  }
}
JSON-RPC notification requests do not return a response.