POST api/Tracker
Request Information
URI Parameters
None.
Body Parameters
Location| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Imei | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Id": 1,
"Imei": 2,
"Latitude": 3.1,
"Longitude": 4.1
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"