Address
The Address entity represents a physical address associated with a person, organisation, or campaign. It supports structured address components, geocoding coordinates, and quality indexing.
| Field | Type | Description |
|---|---|---|
key |
String | Dispatching platform key for the Address. Regularly not available. |
type |
String | Address type (e.g., "home", "work"). |
streetNumber |
String | Street number for the address. |
streetName |
String | Street name for the address. |
street |
String | Street for the address. Can be multi-line. |
city |
String | City for the address. |
state |
String | State for the address. |
stateCode |
String | State code for the address, from ISO 3166-2. |
postcode |
String | Postcode or ZIP code for the address. |
country |
String | Country for the address. |
countryCode |
String | Country code for the address, from ISO 3166-2. |
longitude |
Number | Longitude for the address. |
latitude |
Number | Latitude for the address. |
qualityIndex |
Number | Address quality index. |
createdAt |
DateTime | Creation date provided by the platform. |
modifiedAt |
DateTime | Last modification date provided by the platform. |