POST v1/updNotifyIsActive

Метод для встановлення IsActive нотифікації.

Request Information

URI Parameters

None.

Body Parameters

NotifyIsActiveUpd
NameDescriptionTypeAdditional information
notifyID

ID нотифікації

integer

Required

isActive

Стан нотифікації

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "notifyID": 1,
  "isActive": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.