PUT api/Geolocation
Informations sur la requête
Paramètres dans l'URI
Aucun
Paramètres du corps (body)
LocationName | Description | Type | Informations additionnelles |
---|---|---|---|
Date | date |
Aucune |
|
EntryId | integer |
Aucune |
|
Longitude | decimal number |
Aucune |
|
Latitude | decimal number |
Aucune |
|
Altitude | decimal number |
Aucune |
|
Accuracy | decimal number |
Aucune |
|
Speed | decimal number |
Aucune |
|
Direction | decimal number |
Aucune |
Formats de la requête
application/json, text/json
Sample:
{ "Date": "2024-11-21T04:41:08", "EntryId": 2, "Longitude": 3.1, "Latitude": 4.1, "Altitude": 5.1, "Accuracy": 6.1, "Speed": 7.1, "Direction": 8.1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Informations sur la réponse
Description
Aucun