POST v1/updNotifyMessageIsComplete
Метод для завершення повідомлення нотифікації.
Request Information
URI Parameters
None.
Body Parameters
NotifyMessageIsCompleteUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID повідомлення |
integer |
Required |
| isComplete |
Ознака завершенності повідомлення |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"isComplete": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.