Set an alert as active or inactive. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/alerts/{id}/{bool}/setactive(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| required | id | string | The id of the alert. |
| bool | bool | 1 to set the alert as active 0 to set it as inactive. |
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Success</string>
"Success"
| Code | Description |
|---|---|
| 400 | Bad request. Check input parameters. |
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |