Skip to content

Latest commit

 

History

History
91 lines (88 loc) · 7.28 KB

LegacyContactContactPayloadItem.md

File metadata and controls

91 lines (88 loc) · 7.28 KB

# LegacyContactContactPayloadItem

Properties

Name Type Description Notes
id string Unique id. [optional]
uuid string Contact UUID. [optional]
typeContact string Type of the contact. [optional]
indOrg string Type INDIVIDUAL OR ORGANIZATION. [optional]
displayName string Display name of the contact. [optional]
firstName string First name of the contact. [optional]
nickname string Nickname of the contact. [optional]
middleName string Middle name of the contact. [optional]
lastName string Last name of the contact. [optional]
corporationName string First line of corporation name (Organization). [optional]
corporationNameLine2 string Second line of corporation name (Organization). [optional]
rank string Rank of the contact. (Industrial Alliance only). [optional]
facebookLink string Facebook link. [optional]
twitterLink string Twitter link. [optional]
linkedinLink string LinkedIn link. [optional]
avatar int Avatar. [optional]
picture \Equisoft\SDK\EquisoftConnect\Model\LegacyContactPicture [optional]
gender string Gender of the contact. Either MALE, FEMALE or UNKNOWN. [optional]
sin string Sin of the contact. [optional]
birthdate string Birthdate of the contact. [optional]
smoker string Smoker status of the contact. [optional]
smokerSince string Smoker status since date. [optional]
addressHome \Equisoft\SDK\EquisoftConnect\Model\LegacyContactAddress [optional]
addressOffice \Equisoft\SDK\EquisoftConnect\Model\LegacyContactAddress [optional]
addressOther \Equisoft\SDK\EquisoftConnect\Model\LegacyContactAddress [optional]
phoneHome string Phone number of the contact at home. [optional]
phoneHomeSecond string Second phone number of the contact at home. [optional]
phoneAssistant string Assistant phone number of the contact. [optional]
phoneOffice string Office phone number of the contact. [optional]
phoneOfficeSecond string Second office phone number of the contact. [optional]
phoneCell string Cell phone number of the contact. [optional]
phonePager string Pager phone number of the contact. [optional]
phoneFax string Fax phone number of the contact. [optional]
mainEmail string Main email of the contact. [optional]
emailPersonal string Personal email of the contact. [optional]
webSite string Web Site URL. This represent the main website for the contact. [optional]
emailBusiness string Business email of the contact. [optional]
emailOther string Business email of the contact. [optional]
notes string Notes of the contact. [optional]
peculiarity string Peculiarity of the contact. [optional]
endFinancialYear string End of the financial year (for organization). [optional]
users \Equisoft\SDK\EquisoftConnect\Model\LegacyUser[] Owner of the contact. By default use the current api user. [optional]
language string Language. [optional]
active string Active (boolean). [optional]
publish string Publish (boolean). [optional]
title string Title. [optional]
suffix string Suffix. [optional]
civility string Civility. [optional]
civilityId int Civility id. [optional]
personAddressed string Person Addressed (Correspondance). [optional]
organizationLine1 string Organization name (Correspondance). [optional]
organizationLine2 string Organization name - second line (Correspondance). [optional]
department string Department (Correspondance). [optional]
customerNumber string Customer Number. [optional]
addresses \Equisoft\SDK\EquisoftConnect\Model\LegacyContactAddress[] Contact addresses. [optional]
phones \Equisoft\SDK\EquisoftConnect\Model\LegacyContactPhone[] Contact phones. [optional]
emails \Equisoft\SDK\EquisoftConnect\Model\LegacyContactEmail[] Contact emails. [optional]
webSites \Equisoft\SDK\EquisoftConnect\Model\LegacyContactWebSite[] Contact web sites. [optional]
birthPlace string Birth Place. [optional]
nationality string Nationality. [optional]
orgDateCreated string Organization created date. [optional]
orgDateClosed string Organization closed date. [optional]
dateEndFinancialYear string Financial year end date. [optional]
orgIdNo string Organization identification number. [optional]
orgFedNo string Organization federal number. [optional]
orgProvNo string Organization provincial number. [optional]
orgStateId string Organization state identification [optional]
orgEin string Organization EIN. [optional]
spouse \Equisoft\SDK\EquisoftConnect\Model\LegacyContactSpouseContactPayloadItem [optional]
externalKey string External key. [optional]
externalKeyType string External key type. [optional]
classes \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue[] Classes. [optional]
groups \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue[] Mailing groups. [optional]
hobbies \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue[] Hobbies. [optional]
origins \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue[] Origins. [optional]
domains \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue[] Activity Domains. [optional]
territory \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]
seg1 \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]
seg2 \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]
seg3 \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]
seg4 \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]
seg5 \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]
seg6 \Equisoft\SDK\EquisoftConnect\Model\LegacySystemLinkedValue [optional]

[Back to Model list] [Back to API list] [Back to README]