Field | Type | Required | Description | Example |
---|---|---|---|---|
Id |
string | ➖ | Unique identifier for the address. | 123 |
Type |
Models.Components.Type | ➖ | The type of address. | primary |
String |
string | ➖ | The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
Name |
string | ➖ | The name of the address. | HQ US |
Line1 |
string | ➖ | Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |
Line2 |
string | ➖ | Line 2 of the address | apt # |
Line3 |
string | ➖ | Line 3 of the address | Suite # |
Line4 |
string | ➖ | Line 4 of the address | delivery instructions |
StreetNumber |
string | ➖ | Street number | 25 |
City |
string | ➖ | Name of city. | San Francisco |
State |
string | ➖ | Name of state | CA |
PostalCode |
string | ➖ | Zip code or equivalent. | 94104 |
Country |
string | ➖ | country code according to ISO 3166-1 alpha-2. | US |
Latitude |
string | ➖ | Latitude of the address | 40.759211 |
Longitude |
string | ➖ | Longitude of the address | -73.984638 |
County |
string | ➖ | Address field that holds a sublocality, such as a county | Santa Clara |
ContactName |
string | ➖ | Name of the contact person at the address | Elon Musk |
Salutation |
string | ➖ | Salutation of the contact person at the address | Mr |
PhoneNumber |
string | ➖ | Phone number of the address | 111-111-1111 |
Fax |
string | ➖ | Fax number of the address | 122-111-1111 |
Email |
string | ➖ | Email address of the address | elon@musk.com |
Website |
string | ➖ | Website of the address | https://elonmusk.com |
Notes |
string | ➖ | Additional notes | Address notes or delivery instructions. |
RowVersion |
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 |