POST v1/updNotifyIsActive
Метод для встановлення IsActive нотифікації.
Request Information
URI Parameters
None.
Body Parameters
NotifyIsActiveUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| notifyID |
ID нотифікації |
integer |
Required |
| isActive |
Стан нотифікації |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"notifyID": 1,
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.