POST api/v2/operationscreens/ToggleStatus
Request
URI Parameters
Body Parameters
ToggleStatusParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Active | boolean |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Active": true
}
text/html
Sample:
{"Id":1,"Active":true}
Response
booleanResponse Format
application/json, text/json, text/html
Sample:
true