Skip to main content

BuildingAddressValidationRequest

addressstringrequired

Possible values: >= 3 characters

Example: 60 Hudson Street
neighborhoodstring
citystring
Example: New York
subregionstring
regionstring
countryCodestringrequired

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

Example: USA
postalstring
Example: 80013
BuildingAddressValidationRequest
{
"address": "60 Hudson Street",
"neighborhood": "string",
"city": "New York",
"subregion": "string",
"region": "string",
"countryCode": "USA",
"postal": "80013"
}