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