Skip to content

Files

Latest commit

 

History

History
23 lines (19 loc) · 1.42 KB

ContactResponse.md

File metadata and controls

23 lines (19 loc) · 1.42 KB

eZmaxApi.Model.ContactResponse

A Contact Object

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 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 ContactinformationsResponseCompound

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