POST api/Alert/Alert_Summary
Request Information
URI Parameters
None.
Body Parameters
Alert_Summary_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| DEPT_ID | integer |
None. |
|
| USER_ID | integer |
None. |
|
| Device_Regn_ID | string |
None. |
|
| IMEI_Number | string |
None. |
|
| Os_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEPT_ID": 1,
"USER_ID": 2,
"Device_Regn_ID": "sample string 3",
"IMEI_Number": "sample string 4",
"Os_Version": "sample string 5"
}
multipart/form-data
Sample:
{"DEPT_ID":1,"USER_ID":2,"Device_Regn_ID":"sample string 3","IMEI_Number":"sample string 4","Os_Version":"sample string 5"}
application/xml, text/xml
Sample:
<Alert_Summary_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DEPT_ID>1</DEPT_ID> <USER_ID>2</USER_ID> <Device_Regn_ID>sample string 3</Device_Regn_ID> <IMEI_Number>sample string 4</IMEI_Number> <Os_Version>sample string 5</Os_Version> </Alert_Summary_Input>
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. |