| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityID |
The contact's entity ID. Required when updating (EntityRelationEntityID > 0). |
integer |
None. |
| RelationID |
ID of the relation type (e.g. Spouse, Child). |
integer |
None. |
| EmergencyContact |
Whether this contact is an emergency contact for the parent entity. |
boolean |
None. |
| PrimaryContact |
Whether this is the primary contact for the business. Not applicable for additional contacts. |
boolean |
None. |
| FirstName |
First name of the contact. |
string |
None. |
| MiddleName |
Middle name of the contact. |
string |
None. |
| LastName |
Last name of the contact. |
string |
None. |
| Salutation |
Salutation (e.g. Mr., Mrs., Dr.). |
string |
None. |
| Nickname |
Nickname of the contact. |
string |
None. |
| Gender |
Gender of the contact. |
string |
None. |
| DOB |
Date of birth in MM/DD/YYYY format. |
string |
None. |
| MaritalStatusID |
ID of the marital status. |
byte |
None. |
| OccupationID |
ID of the occupation. |
integer |
None. |
| isBusinessOwner |
Whether the contact is a business owner. |
boolean |
None. |
| ResidenceTypeID |
ID of the residence type. |
byte |
None. |
| LicenseStateCode |
Driver's license state code. The license number is excluded for privacy. |
string |
None. |
| LicenseCountry |
Driver's license country. The license number is excluded for privacy. |
string |
None. |
| WebPage |
Web page URL for the contact. |
string |
None. |
| PreferredLanguageCode |
Preferred language code. |
string |
None. |
| Notes |
Notes about the contact. |
string |
None. |
| Address |
Addresses for the contact. AddressTypeID valid values: G (Garage), L (Location/Property), M (Mailing), B (Billing). |
AdditionalBusinessAddressDTO |
None. |
| PhoneNumbers |
Phone numbers for the contact. |
Collection of AdditionalContactPhoneDTO |
None. |
| EmailAddresses |
Email addresses for the contact. |
Collection of AdditionalContactEmailDTO |
None. |