POST api/optimiser/SetLocation
Request Information
URI Parameters
None.
Body Parameters
RunnerLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| TrackerId | string |
None. |
|
| Lat | decimal number |
None. |
|
| Lag | decimal number |
None. |
|
| UserName | string |
None. |
|
| MobileNo | decimal number |
None. |
|
| Location | string |
None. |
|
| PDate | date |
None. |
|
| STime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"trackerId": "sample string 2",
"lat": 1.1,
"lag": 1.1,
"userName": "sample string 3",
"mobileNo": 1.1,
"location": "sample string 4",
"pDate": "2026-01-09T07:12:13.3760817+05:30",
"sTime": "2026-01-09T07:12:13.3760817+05:30"
}
text/html
Sample:
{"id":1,"trackerId":"sample string 2","lat":1.1,"lag":1.1,"userName":"sample string 3","mobileNo":1.1,"location":"sample string 4","pDate":"2026-01-09T07:12:13.3760817+05:30","sTime":"2026-01-09T07:12:13.3760817+05:30"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.