POST SetAlerts/GTSectors
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.SetAlerts+SetAlertSectors| Name | Description | Type | Additional information |
|---|---|---|---|
| Sectors | Collection of string |
Required |
|
| Delimitedsectors | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sectors": [
"sample string 1",
"sample string 2"
],
"Delimitedsectors": "sample string 1|sample string 2"
}
application/xml, text/xml
Sample:
<SetAlertSectors xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Sectors>
<string>sample string 1</string>
<string>sample string 2</string>
</Sectors>
</SetAlertSectors>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.