addressNlSuccessResponse
Contains the data on a Geocoded Dutch Address.
Element | Description | Type | Mandatory |
---|---|---|---|
address | Geocoded Address | string | yes |
Table 7: addressNlSuccessResponse Model elements
Example
{ “status”: “success”, “data”: { “address”: { “addressType”: “address”, “street”: “Meelstraat”, “streetAbbreviated”: “Meelstr”, “houseNumber”: 6, “houseLetter”: “A”, “houseNumberAddition”: “-17”, “houseNumberSuffix”: “A”, “postalCode”: “4301 EC”, “city”: “Zierikzee”, “municipality”: “Schouwen-Duiveland”, “municipalityCode”: “1676”, “province”: “Zeeland”, “countryCode”: “NL”, “formattedAddress”: “Meelstraat 6A, 4301 EC Zierikzee”, “bagNumberDesignationId”: “1676200000486515”, “bagAddressableObjectId”: “1676010000486516”, “geolocation”: { “type”: “Point”, “coordinates”: [ 3.91913852, 51.6503144 ] }, “centriodRd”: { “rdX”: 53404.504, “rdY”: 407855.523 } } } } |
---|