Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.4 KB

ContactResponse.md

File metadata and controls

21 lines (18 loc) · 1.4 KB

# ContactResponse

Properties

Name Type Description Notes
pkiContactID int The unique ID of the Contact
fkiLanguageID int The unique ID of the Language. Valid values: Value
fkiContacttitleID int The unique ID of the Contacttitle. Valid values: Value
fkiContactinformationsID int The unique ID of the Contactinformations
dtContactBirthdate string The Birth Date of the contact [optional]
eContactType \eZmaxAPI\Model\FieldEContactType
sContactFirstname string The First name of the contact
sContactLastname string The Last name of the contact
sContactCompany string The Company name of the contact [optional]
sContactOccupation string The occupation of the Contact [optional]
tContactNote string The note of the Contact [optional]
bContactIsactive bool Whether the contact is active or not
objContactinformations \eZmaxAPI\Model\ContactinformationsResponseCompound

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