POST ScreenRemote/Action
Request Information
URI Parameters
None.
Body Parameters
ScreenRemoteActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenId | integer |
None. |
|
| RemoteAction | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"screenId": 1,
"remoteAction": 2
}
application/xml, text/xml
Sample:
<ScreenRemoteActionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveScreen.Service.Models"> <RemoteAction>2</RemoteAction> <ScreenId>1</ScreenId> </ScreenRemoteActionModel>
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.