Name | Type | Description | Notes |
---|---|---|---|
email_address | \OpenAPI\Client\Model\EmailAddressPut | [optional] | |
first_name | string | The contact's first name | [optional] |
last_name | string | The contact's last name | [optional] |
job_title | string | The contact's job title | [optional] |
company_name | string | Name of the company the contact works for. | [optional] |
birthday_month | int | Accepts values from 1-12; must be used with <code>birthday_day</code> | [optional] |
birthday_day | int | Accepts values from 1-31; must be used with <code>birthday_month</code> | [optional] |
anniversary | string | The anniversary date; Accepted formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D, MM-DD-YYYY, M-D-YYYY | [optional] |
update_source | string | Identifies who last updated the contact; valid values are <code>Contact</code> or <code>Account</code>. | |
custom_fields | \OpenAPI\Client\Model\ContactCustomField[] | Array of up to 25 <code>custom_field</code> subresources. | [optional] |
phone_numbers | \OpenAPI\Client\Model\PhoneNumberPut[] | Array of up to 3 <code>phone_numbers</code> subresources. | [optional] |
street_addresses | \OpenAPI\Client\Model\StreetAddressPut[] | Array of up to 3 <code>street_addresses</code> subresources. | [optional] |
list_memberships | string[] | Array of up to 50 <code>list_ids</code> to which the contact is subscribed. | [optional] |
taggings | string[] | Array of tags (<code>tag_id</code>) assigned to the contact, up to a maximum of 50. | [optional] |
notes | \OpenAPI\Client\Model\Note[] | An array of notes about the contact listed by most recent note first. | [optional] |