POST api/PrivateCurrentStatus

Request Information

URI Parameters

None.

Body Parameters

PrivateCurrentStatus
NameDescriptionTypeAdditional information
token

string

None.

chat_id

integer

None.

message_id

integer

None.

seen_message_id

integer

None.

receiver_seen_message_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "chat_id": 2,
  "message_id": 3,
  "seen_message_id": 4,
  "receiver_seen_message_id": 5
}

application/xml, text/xml

Sample:
<PrivateCurrentStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes">
  <chat_id>2</chat_id>
  <message_id>3</message_id>
  <receiver_seen_message_id>5</receiver_seen_message_id>
  <seen_message_id>4</seen_message_id>
  <token>sample string 1</token>
</PrivateCurrentStatus>

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 'PrivateCurrentStatus'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.