POST api/CurrentStatusPost
Request Information
URI Parameters
None.
Body Parameters
CurrentStatusPostName | Description | Type | Additional information |
---|---|---|---|
seen_post_id | integer |
None. |
|
received_post_id | integer |
None. |
|
token | string |
None. |
|
channel_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "seen_post_id": 1, "received_post_id": 2, "token": "sample string 3", "channel_id": 4 }
application/xml, text/xml
Sample:
<CurrentStatusPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes"> <channel_id>4</channel_id> <received_post_id>2</received_post_id> <seen_post_id>1</seen_post_id> <token>sample string 3</token> </CurrentStatusPost>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.