API Docs / Schemas / AddressData

AddressData

Simple address data used during import to populate BusinessDetails.RegisteredAddress

Properties

Name Type Description
addressLine1string
addressLine2string
citystring
regionstring
postalCodestring
countrystring

JSON Example

{
  "addressLine1": "string",
  "addressLine2": "string",
  "city": "string",
  "region": "string",
  "postalCode": "string"
}

Contained in Schemas