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