POST api/ReadAlertsSent/Read_Alerts_Sent
Request Information
URI Parameters
None.
Body Parameters
Read_Alerts_Sent_InputName | Description | Type | Additional information |
---|---|---|---|
DEPT_ID | integer |
None. |
|
User_ID | integer |
None. |
|
ID | integer |
None. |
|
ALERT_TYPE | integer |
None. |
|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
Device_Regn_ID | string |
None. |
|
IMEI_Number | string |
None. |
|
Os_Version | string |
None. |
|
Flag | integer |
None. |
|
Page_Size | integer |
None. |
|
Page_No | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DEPT_ID": 1, "User_ID": 2, "ID": 3, "ALERT_TYPE": 4, "FromDate": "2024-12-23T01:26:20.2029649+05:30", "ToDate": "2024-12-23T01:26:20.2029649+05:30", "Device_Regn_ID": "sample string 7", "IMEI_Number": "sample string 8", "Os_Version": "sample string 9", "Flag": 10, "Page_Size": 11, "Page_No": 12 }
multipart/form-data
Sample:
{"DEPT_ID":1,"User_ID":2,"ID":3,"ALERT_TYPE":4,"FromDate":"2024-12-23T01:26:20.2029649+05:30","ToDate":"2024-12-23T01:26:20.2029649+05:30","Device_Regn_ID":"sample string 7","IMEI_Number":"sample string 8","Os_Version":"sample string 9","Flag":10,"Page_Size":11,"Page_No":12}
application/xml, text/xml
Sample:
<Read_Alerts_Sent_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> <ID>3</ID> <ALERT_TYPE>4</ALERT_TYPE> <FromDate>2024-12-23T01:26:20.2029649+05:30</FromDate> <ToDate>2024-12-23T01:26:20.2029649+05:30</ToDate> <Device_Regn_ID>sample string 7</Device_Regn_ID> <IMEI_Number>sample string 8</IMEI_Number> <Os_Version>sample string 9</Os_Version> <Flag>10</Flag> <Page_Size>11</Page_Size> <Page_No>12</Page_No> </Read_Alerts_Sent_Input>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |