POST v1/updNotifyMessagesIsRead

Метод

Request Information

URI Parameters

None.

Body Parameters

NotifyMessagesIsReadUpd
NameDescriptionTypeAdditional information
ids

ID повідомлення

Collection of integer

Required

Request Formats

application/json, text/json

Sample:
{
  "ids": [
    1,
    2
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.