POST api/GetReceiverSeenMessageId

Request Information

URI Parameters

None.

Body Parameters

SeenMessage
NameDescriptionTypeAdditional information
chat_id

integer

None.

user_name_receiver

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "chat_id": 1,
  "user_name_receiver": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<SeenMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes">
  <token>sample string 3</token>
  <chat_id>1</chat_id>
  <user_name_receiver>sample string 2</user_name_receiver>
</SeenMessage>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SeenMessage'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.