AddressCodeΒΆ
| Field | NULL | Description | Note |
|---|---|---|---|
| addressValue string |
The address | ||
| countryName string |
The name of the country | ||
| stateName string |
The name of the state | ||
| countyName string |
The name of the county | ||
| cityName string |
The name of the city | ||
| postalCode string |
The postal code | ||
| latitude string |
The latitude | ||
| longitude string |
The longitude |
Sample:
{
"latitude": "47.070714",
"longitude": "15.439504",
"addressValue": "Kirchgasse 6",
"countryName": "#Austria",
"stateName": null,
"countyName": null,
"cityName": "Graz",
"postalCode": null
}