Skip to main content

ApartmentAddress

Address of the rental property

streetstring

Street

Possible values: <= 128 characters

Example: Karlstrasse 66
zipCodestring

ZIP Code (max 20 chars)

Possible values: <= 20 characters

Example: 76133
citystring

City

Possible values: <= 128 characters

Example: Munich
countryCodestring

Country code represented in standard ISO 3166-1 ALPHA-2 format

Possible values: >= 2 characters and <= 2 characters

Example: DE
ApartmentAddress
{
"street": "Karlstrasse 66",
"zipCode": "76133",
"city": "Munich",
"countryCode": "DE"
}