Ville Dispatch
Propriété | Type | Ordre | Obligatoire | Description |
---|---|---|---|---|
PostalCode | String | 0 | False | Code Postal |
CityName | String | 1 | False | Libellé ville |
Country | String | 2 | False | Code Pays |
Sector | String | 3 | False | Secteur de tarification Dispatch |
CityId | Int32 | 4 | False | Id ville Dispatch |
GeoXY | GeoData | 5 | False | Coordonnées géographiques de la ville (Lecture seule) |
Agency | String | 6 | False | Indique le code agence pour lequel la ville est disponible |
{
"PostalCode": null,
"CityName": null,
"Country": null,
"Sector": null,
"CityId": 0,
"GeoXY": null,
"Agency": null
}