POST UpdateGPS
Request Information
URI Parameters
None.
Body Parameters
UpdateGPS| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Altitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"Longitude": 2.1,
"Latitude": 3.1,
"Altitude": 4.1
}
application/xml, text/xml
Sample:
<UpdateGPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanicSAAPI.Models"> <Altitude>4.1</Altitude> <Latitude>3.1</Latitude> <Longitude>2.1</Longitude> <UserID>sample string 1</UserID> </UpdateGPS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.