Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
JsonNullable<String> | ➖ | Unique identifier for the address. | 123 |
type |
JsonNullable<Type> | ➖ | The type of address. | primary |
string |
JsonNullable<String> | ➖ | The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
name |
JsonNullable<String> | ➖ | The name of the address. | HQ US |
line1 |
JsonNullable<String> | ➖ | Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |
line2 |
JsonNullable<String> | ➖ | Line 2 of the address | apt # |
line3 |
JsonNullable<String> | ➖ | Line 3 of the address | Suite # |
line4 |
JsonNullable<String> | ➖ | Line 4 of the address | delivery instructions |
streetNumber |
JsonNullable<String> | ➖ | Street number | 25 |
city |
JsonNullable<String> | ➖ | Name of city. | San Francisco |
state |
JsonNullable<String> | ➖ | Name of state | CA |
postalCode |
JsonNullable<String> | ➖ | Zip code or equivalent. | 94104 |
country |
JsonNullable<String> | ➖ | country code according to ISO 3166-1 alpha-2. | US |
latitude |
JsonNullable<String> | ➖ | Latitude of the address | 40.759211 |
longitude |
JsonNullable<String> | ➖ | Longitude of the address | -73.984638 |
county |
JsonNullable<String> | ➖ | Address field that holds a sublocality, such as a county | Santa Clara |
contactName |
JsonNullable<String> | ➖ | Name of the contact person at the address | Elon Musk |
salutation |
JsonNullable<String> | ➖ | Salutation of the contact person at the address | Mr |
phoneNumber |
JsonNullable<String> | ➖ | Phone number of the address | 111-111-1111 |
fax |
JsonNullable<String> | ➖ | Fax number of the address | 122-111-1111 |
email |
JsonNullable<String> | ➖ | Email address of the address | [email protected] |
website |
JsonNullable<String> | ➖ | Website of the address | https://elonmusk.com |
notes |
JsonNullable<String> | ➖ | Additional notes | Address notes or delivery instructions. |
rowVersion |
JsonNullable<String> | ➖ | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |