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