Name | Type | Description | Notes |
---|---|---|---|
email_address | \OpenAPI\Client\Model\EmailAddressPost | [optional] | |
first_name | string | The first name of the contact. | [optional] |
last_name | string | The last name of the contact. | [optional] |
job_title | string | The job title of the contact. | [optional] |
company_name | string | The name of the company where the contact works. | [optional] |
create_source | string | Describes who added the contact; valid values are <code>Contact</code> or <code>Account</code>. Your integration must accurately identify <code>create_source</code> for compliance reasons; value is set on POST, and is read-only going forward. | [optional] |
birthday_month | int | The month value for the contact's birthday. Valid values are from 1 through 12. The <code>birthday_month</code> property is required if you use <code>birthday_day</code>. | [optional] |
birthday_day | int | The day value for the contact's birthday. Valid values are from 1 through 31. The <code>birthday_day</code> property is required if you use <code>birthday_month</code>. | [optional] |
anniversary | string | The anniversary date for the contact. For example, this value could be the date when the contact first became a customer of an organization in Constant Contact. Valid date formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY, or M-DD-YYYY. | [optional] |
custom_fields | \OpenAPI\Client\Model\ContactCustomField[] | Array of up to 25 <code>custom_field</code> key value pairs. | [optional] |
phone_numbers | \OpenAPI\Client\Model\PhoneNumberPut[] | Array of up to 3 phone numbers subresources. | [optional] |
street_addresses | \OpenAPI\Client\Model\StreetAddressPut[] | Array of up to 3 street address subresources. | [optional] |
list_memberships | string[] | Array of <code>list_id</code>s to which the contact is being subscribed, up to a maximum of 50. | [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. | [optional] |