POST api/CurrentStatus

Request Information

URI Parameters

None.

Body Parameters

CurrentStatus
NameDescriptionTypeAdditional information
post_id

integer

None.

token

string

None.

message_id

integer

None.

chat_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "post_id": 1,
  "token": "sample string 2",
  "message_id": 3,
  "chat_id": 4
}

application/xml, text/xml

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

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

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.