Boitier associé à un donneur d'ordre
Propriété | Type | Ordre | Obligatoire | Description |
---|---|---|---|---|
GeoDeviceId | Int32 | 0 | False | Identifiant du boitier gps |
Label | String | 1 | False | Libellé du boitier gps |
ConstructorModel | String | 2 | False | Type de boitier : NS90, Dams, PDA/Android, NaoCom, Ornicar, TomTom, ... |
CustomLabel | String | 3 | False | Libellé personnalisé associé au boitier |
Registration | String | 4 | False | Immatriculation du véhicule associé au boitier |
Latitude | Double nullable | 5 | True | Valeur de la latitude |
Longitude | Double nullable | 6 | True | Valeur de la longitude |
Precision | Int32 nullable | 7 | False | Degré de précision |
LastChangeString | String | 8 | False | Temps en minute, heure ou jour de la dernière position reçue |
DriverName | String | 9 | False | Nom du chauffeur associé au boitier |
StartUtcDateVisibility | DateTime | 10 | False | Date de début de visibilité du boitier |
EndUtcDateVisibility | DateTime | 11 | False | Date de fin de visibilité du boitier |
GeoDeviceGuid | Guid | 12 | False | Identifiant unique du boitier GPS (valable à partir de la version Dispatch 3.47) |
{
"GeoDeviceId": 0,
"Label": null,
"ConstructorModel": null,
"CustomLabel": null,
"Registration": null,
"Latitude": null,
"Longitude": null,
"Precision": null,
"LastChangeString": null,
"DriverName": null,
"StartUtcDateVisibility": "\/Date(-62135596800000)\/",
"EndUtcDateVisibility": "\/Date(-62135596800000)\/",
"GeoDeviceGuid": "00000000-0000-0000-0000-000000000000"
}