POST ScreenRemote/ChangeChannel
Request Information
URI Parameters
None.
Body Parameters
ChangeRadioChannelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenId | integer |
None. |
|
| RadioUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"screenId": 1,
"radioUrl": "sample string 2"
}
application/xml, text/xml
Sample:
<ChangeRadioChannelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveScreen.Service.Models"> <RadioUrl>sample string 2</RadioUrl> <ScreenId>1</ScreenId> </ChangeRadioChannelModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
text/javascript, application/javascript, application/json-p, application/json, text/json, application/xml, text/xml
Sample:
Sample not available.