Name | Type | Description | Notes |
---|---|---|---|
addressLine1 | string | The first line of the address | [optional] |
addressLine2 | string | The second line of the address | [optional] |
city | string | The address town/city | [optional] |
postalCode | string | The address postal code/zipcode | [optional] |
countryId | string | The ID of the Country. | [optional] |
bankAccountId | string | The ID of the Bank Account. | [optional] |
contactId | string | The ID of the Contact. | [optional] |
addressTypeId | string | The ID of the Address Type. | [optional] |
name | string | The custom name of the address | [optional] |
region | string | The address state/province/region | [optional] |
countryGroupId | string | The ID of the Country Group. | [optional] |
isMainAddress | bool | Specifies the address as the contact's main address. Only a single address can exist for a contact in Start so this is always true when returned by the API but cannot be seen in the UI | [optional] |