SearchAddressStructure
This structure is an object containing address data of the service points in the search engine.
Structure Fields
Field Name | Type | Description |
---|---|---|
country | string | Country code |
name | string | Company name or first name and surname. |
postcode | string | Postal code, without dash |
city | string | City name |
street | string | Street |
houseNumber | string | House number |
apartmentNumber | string | Apartment number |
Example:
<address> <country>DE</country> <name>ABCDEFGH</name> <postcode>00-000</postcode> <city>Berlin</city> <street>Strasse</street> <houseNumber>23</houseNumber> <apartmentNumber>3</apartmentNumber> </address>