AddressDTO
streetstring
The street name of the adress. Must not exceed 70 characters.
Possible values: non-empty and <= 70 characters
buildingNumberstring
The building or street number of the address. Must not exceed 16 characters.
Possible values: non-empty and <= 16 characters
citystring
The city of the address. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
postalCodestring
The postal code of the address. Must not exceed 16 characters.
Possible values: non-empty and <= 16 characters
countryCodestringrequired
Two characters as defined by ISO 3166. For example DE for Germany, TZ for Tanzania.
Possible values: >= 2 characters and <= 2 characters
AddressDTO
{
"street": "string",
"buildingNumber": "string",
"city": "string",
"postalCode": "string",
"countryCode": "string"
}