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": "728f7de2-1802-4fee-942b-9dc24db9e905",
  "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.