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": "0e5be78d-53b2-4e54-96c2-616292124596",
  "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.