POST api/Chat/Chat/UpdateSeenMessageGroupMember

Request Information

URI Parameters

None.

Body Parameters

pa_UpdateMessage
NameDescriptionTypeAdditional information
groupMemberId

integer

None.

groupId

globally unique identifier

None.

messageId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "groupMemberId": 1,
  "groupId": "76ca0028-f11b-4747-a10a-9c5068ff6f0f",
  "messageId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.