POST UserUpdateGPS
Request Information
URI Parameters
None.
Body Parameters
UpdateGPS| Name | Description | Type | Additional information |
|---|---|---|---|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Altitude | decimal number |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Longitude": 1.1,
"Latitude": 2.1,
"Altitude": 3.1,
"UserId": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"