Skip to main content

AddressDto

Address DTO model.

addressstringnullable

Address

Example: Fiskerivej 12
citystringnullable
Example: Aarhus
zipCodestringnullable
Example: 8000
countryCodestringnullable

3-letter ISO 3166 country code.

Example: DNK
AddressDto
{
"address": "Fiskerivej 12",
"city": "Aarhus",
"zipCode": "8000",
"countryCode": "DNK"
}