Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.59 KB

ContactInsideBaseBulk.md

File metadata and controls

36 lines (31 loc) · 2.59 KB

org.egoi.client.api.Model.ContactInsideBaseBulk

Properties

Name Type Description Notes
ContactId string [optional] [readonly]
Status string Status of the contact [optional] [default to StatusEnum.Active]
Consent string Contact consent [optional] [readonly] [default to ConsentEnum.Consent]
ConsentDate string Date and hour of the contact consent [optional] [readonly]
SubscriptionMethod string Contact subscription method [optional] [readonly]
SubscriptionDate string Date and hour of the contact subscription [optional] [readonly]
SubscriptionForm int Contact subscription form [optional] [readonly]
UnsubscriptionMethod string Contact unsubscription method [optional] [readonly]
UnsubscriptionReason string Contact unsubscription reason [optional] [readonly]
UnsubscriptionObservation string Contact unsubscription observation [optional] [readonly]
UnsubscriptionDate string Contact unsubscription date [optional] [readonly]
ChangeDate DateTime Last modification date of the contact [optional] [readonly]
FirstName string First name of the contact [optional]
LastName string Last name of the contact [optional]
BirthDate DateTime Birth date of the contact [optional]
Language Language [optional]
Email string Email of the contact [optional]
EmailStatus string Email channel status [optional] [readonly] [default to EmailStatusEnum.Active]
Cellphone string Cellphone of the contact [optional]
CellphoneStatus string Cellphone channel status [optional] [readonly] [default to CellphoneStatusEnum.Active]
Phone string Phone of the contact [optional]
PhoneStatus string Phone channel status [optional] [readonly] [default to PhoneStatusEnum.Active]
PushTokenAndroid List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenAndroid> Android push token of the contact [optional]
PushTokenIos List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenIos> IOS push token of the contact [optional]

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