POST v1/updChatMessagesIsRead
Метод
Request Information
URI Parameters
None.
Body Parameters
NotifyMessagesIsReadUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| ids |
ID повідомлення |
Collection of integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"ids": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.