POST api/ConfigParams/UpdateAlert
Request Information
URI Parameters
None.
Body Parameters
CreateAlert| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | 
                             None.  | 
                |
| Active | boolean | 
                             None.  | 
                |
| AlertName | string | 
                             None.  | 
                |
| PlanDays | string | 
                             None.  | 
                |
| EmailSubject | string | 
                             None.  | 
                |
| EmailBody | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "Active": true,
  "AlertName": "sample string 3",
  "PlanDays": "sample string 4",
  "EmailSubject": "sample string 5",
  "EmailBody": "sample string 6"
}
        application/xml, text/xml
            Sample:
        <CreateAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS"> <Active>true</Active> <AlertName>sample string 3</AlertName> <EmailBody>sample string 6</EmailBody> <EmailSubject>sample string 5</EmailSubject> <Id>1</Id> <PlanDays>sample string 4</PlanDays> </CreateAlert>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |