serviceID
activate
parameterName | Type | Mandatory | Additional |
---|---|---|---|
serviceID | String | true |
Name | Type | Mandatory | Additional |
---|---|---|---|
activate | Boolean | true |
{ "id": 1000, "jsonrpc": "2.0", "method": "AppService.GetActiveServiceConsent", "params": { "serviceID": "service_id" } }
{ "id" : 1000, "jsonrpc" : "2.0", "result" : { "activate" : true, "code" : 0, "method" : "AppService.GetActiveServiceConsent" } }
{ "id" : 1000, "jsonrpc" : "2.0", "error" : { "code" : 13, "message" : "No known service with given ID", "data" : { "method" : "AppService.GetActiveServiceConsent" } } }