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