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": "1c8aa5f6-189d-4fda-a5af-67483005f77d",
  "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.