POST Ticker/Create
Request Information
URI Parameters
None.
Body Parameters
AddTickerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Type | integer |
None. |
|
| ScreenIds | Collection of integer |
None. |
|
| NumOfElements | integer |
None. |
|
| TwitterChannel | string |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"type": 2,
"screenIds": [
1,
2
],
"numOfElements": 3,
"twitterChannel": "sample string 4",
"title": "sample string 5",
"message": "sample string 6"
}
application/xml, text/xml
Sample:
<AddTickerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveScreen.Service.Models">
<Message>sample string 6</Message>
<Name>sample string 1</Name>
<NumOfElements>3</NumOfElements>
<ScreenIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ScreenIds>
<Title>sample string 5</Title>
<TwitterChannel>sample string 4</TwitterChannel>
<Type>2</Type>
</AddTickerModel>
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.