-
property
PHPFUI
\ConstantContact $email_address\Definition \EmailAddressPut - property string $first_name The contact's first name
- property string $last_name The contact's last name
- property string $job_title The contact's job title
- property string $company_name Name of the company the contact works for.
-
property
int
$birthday_month
Accepts values from 1-12; must be used with
birthday_day
-
property
int
$birthday_day
Accepts values from 1-31; must be used with
birthday_month
- property string $anniversary 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
-
property
string
$update_source
Identifies who last updated the contact; valid values are
Contact
orAccount
. -
property
PHPFUI
\ConstantContact [] $custom_fields Array of up to 25 custom_field subresources.\Definition \ContactCustomField -
property
PHPFUI
\ConstantContact [] $phone_numbers Array of up to 2 phone_numbers subresources.\Definition \PhoneNumberPut -
property
PHPFUI
\ConstantContact [] $street_addresses Array of street_addresses subresources. A contact can have 1 street address.\Definition \StreetAddressPut -
property
PHPFUI
\ConstantContact [] $list_memberships Array of up to 50\UUID list_ids
to which the contact is subscribed. -
property
PHPFUI
\ConstantContact [] $taggings Array of tags (\UUID tag_id
) assigned to the contact, up to a maximum of 50. -
property
PHPFUI
\ConstantContact [] $notes An array of notes about the contact listed by most recent note first.\Definition \Note
Cloneable
Instantiable
Methods |
Properties |
protected static array $fields = [ 'email_address' => '\PHPFUI\ConstantContact\Definition\EmailAddressPut' , 'first_name' => 'string' , 'last_name' => 'string' , 'job_title' => 'string' , 'company_name' => 'string' , 'birthday_month' => 'int' , 'birthday_day' => 'int' , 'anniversary' => 'string' , 'update_source' => [ 'Account' , 'Contact' ] , 'custom_fields' => 'array<\PHPFUI\ConstantContact\Definition\ContactCustomField>' , 'phone_numbers' => 'array<\PHPFUI\ConstantContact\Definition\PhoneNumberPut>' , 'street_addresses' => 'array<\PHPFUI\ConstantContact\Definition\StreetAddressPut>' , 'list_memberships' => 'array<\PHPFUI\ConstantContact\UUID>' , 'taggings' => 'array<\PHPFUI\ConstantContact\UUID>' , 'notes' => 'array<\PHPFUI\ConstantContact\Definition\Note>' ] |
protected static array $maxLength = [ 'first_name' => 50 , 'last_name' => 50 , 'job_title' => 50 , 'company_name' => 50 , 'anniversary' => 10 , 'custom_fields' => 25 , 'phone_numbers' => 2 , 'list_memberships' => 50 , 'taggings' => 50 , 'notes' => 150 ] |
Properties |
protected static array $fields = [ 'email_address' => '\PHPFUI\ConstantContact\Definition\EmailAddressPut' , 'first_name' => 'string' , 'last_name' => 'string' , 'job_title' => 'string' , 'company_name' => 'string' , 'birthday_month' => 'int' , 'birthday_day' => 'int' , 'anniversary' => 'string' , 'update_source' => [ 'Account' , 'Contact' ] , 'custom_fields' => 'array<\PHPFUI\ConstantContact\Definition\ContactCustomField>' , 'phone_numbers' => 'array<\PHPFUI\ConstantContact\Definition\PhoneNumberPut>' , 'street_addresses' => 'array<\PHPFUI\ConstantContact\Definition\StreetAddressPut>' , 'list_memberships' => 'array<\PHPFUI\ConstantContact\UUID>' , 'taggings' => 'array<\PHPFUI\ConstantContact\UUID>' , 'notes' => 'array<\PHPFUI\ConstantContact\Definition\Note>' ] |
protected static array $maxLength = [ 'first_name' => 50 , 'last_name' => 50 , 'job_title' => 50 , 'company_name' => 50 , 'anniversary' => 10 , 'custom_fields' => 25 , 'phone_numbers' => 2 , 'list_memberships' => 50 , 'taggings' => 50 , 'notes' => 150 ] |