POST api/App/GetLocationReport
Request Information
URI Parameters
None.
Body Parameters
GetLocationReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| School_Id | integer |
None. |
|
| UserId | integer |
None. |
|
| UserType | string |
None. |
|
| IMEI | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"School_Id": 1,
"UserId": 2,
"UserType": "sample string 3",
"IMEI": "sample string 4",
"FromDate": "2026-01-29T00:40:17.7748405+05:30",
"ToDate": "2026-01-29T00:40:17.7748405+05:30"
}
application/xml, text/xml
Sample:
<GetLocationReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <FromDate>2026-01-29T00:40:17.7748405+05:30</FromDate> <IMEI>sample string 4</IMEI> <School_Id>1</School_Id> <ToDate>2026-01-29T00:40:17.7748405+05:30</ToDate> <UserId>2</UserId> <UserType>sample string 3</UserType> </GetLocationReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.