Common.QueryPlanDAL.Save
| Name | Type | Description |
|---|---|---|
| Entity | QueryPlan |
{
"jsonrpc": "2.0",
"method": "Common.QueryPlanDAL.Save",
"params": {
"Entity" : {
"Id": 1,
"UserId": "",
"Name": "",
"EntityType": "",
"Condition": "",
"IsPublic": false
} /* [QueryPlan]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
{
"jsonrpc": "2.0",
"result": null,
"error": null,
"id": 1
}