BuildingAddressValidationRequest
addressstringrequired
Possible values: >= 3 characters
Example:
60 Hudson Streetneighborhoodstring
citystring
Example:
New Yorksubregionstring
regionstring
countryCodestringrequired
Possible values: >= 3 characters and <= 3 characters
Example:
USApostalstring
Example:
80013BuildingAddressValidationRequest
{
"address": "60 Hudson Street",
"neighborhood": "string",
"city": "New York",
"subregion": "string",
"region": "string",
"countryCode": "USA",
"postal": "80013"
}