Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 91.8 KB

File metadata and controls

47 lines (43 loc) · 91.8 KB

AttendeeContactInfo

Information about attendee contact added to an event.

Fields

Field Type Required Description Example
created OffsetDateTime : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details.
2017-01-02T02:00:00Z
createdBy Optional<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details.
hporter
lastModified OffsetDateTime : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details.
2019-02-12T03:00:00Z
lastModifiedBy Optional<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details.
hporter
id Optional<String> The id of contact
firstName Optional<String> The first name of the contact Henry
lastName Optional<String> The last name of the contact Potterfield
middleName Optional<String> The middle name of the contact A
nickname Optional<String> The nickname of the contact. Harry
email Optional<String> The email address of the contact h.potterfield@test.com
ccEmail Optional<String> An alternate email address of the contact that will be cc'd on all email communications h.porter@tesing.com
gender Optional<Gender> The gender of the contact. Male
company Optional<String> The company/organization the contact belongs to. Cvent Inc.
designation Optional<String> The designation of the contact Event
title Optional<String> The job title of the contact Event Planner
type Optional<AttendeeContactType> Contains details related to the attendee's contact type.
membership Optional<AttendeeContactMembership> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature.
primaryAddressType Optional<AddressType> The type of address. Home
homeAddress Optional<Address3> Address details
homePhone Optional<String> Home phone number 555-555-5555
homeFax Optional<String> Home FAX number 555-555-5555
workAddress Optional<Address3> Address details
workPhone Optional<String> Work phone number 555-555-5555
workFax Optional<String> Work FAX number 555-555-5555
optOut Optional<OptOut> Opt-out choices.
customFields List<CustomFieldSchema> Collection of custom fields.
sourceId Optional<String> This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID system-a-00000000-0000-0000-0000-000000000000
mobilePhone Optional<String> Mobile phone number 555-555-5555
compliance List<Compliance> Detail related to compliance with the contact's privacy rights under various legislation.
prefix Optional<String> Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. Dr.
pager Optional<String> The pager number of the contact. 555-555-5555
deleted Optional<Boolean> True indicates a contact is deleted. false
headline Optional<String> The headline of the contact's profile, which summarizes their professional experience and qualities. Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands
personalWebsite Optional<String> A contact's personal website URL. https://www.example.com
biography Optional<String> A contact's biographical writeup. I am a marketing professional with experience in event planning and brand strategy.
pronoun Optional<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use pronouns instead.
he/him/she/her/they/them
pronouns Optional<String> Represents the preferred pronouns of a contact. he/him/she/her/they/them
links Optional<ContactLinks> Collection of social media links for the contact.