POST api/Chat/Chat/UpdateLastMessageGroupMember

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": "fc7d94b7-cb80-4401-9252-a2bcb1e0bed8",
  "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.