Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 2.72 KB

File metadata and controls

82 lines (54 loc) · 2.72 KB

ContactBaseWithStatusFieldsSchemaBase

Contact base fields

Properties

Name Type Description Notes
contactId String [optional] [readonly]
status StatusEnum Status of the contact [optional]
consent ConsentEnum Contact consent [optional]
firstName String First name of the contact [optional]
lastName String Last name of the contact [optional]
birthDate LocalDate Birth date of the contact [optional]
language Language [optional]
email String Email of the contact [optional]
emailStatus EmailStatusEnum Email channel status [optional]
cellphone String Cellphone of the contact (country code followed by phone number, split by '-') [optional]
cellphoneStatus CellphoneStatusEnum Cellphone channel status [optional]
phone String Phone of the contact (country code followed by phone number, split by '-') [optional]
phoneStatus PhoneStatusEnum Phone channel status [optional]
pushTokenAndroid List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenAndroidInner> Android push token of the contact [optional]
pushTokenIos List<ContactBaseWithStatusNoRemovedFieldsSchemaBasePushTokenIosInner> IOS push token of the contact [optional]

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"
REMOVED "removed"
UNCONFIRMED "unconfirmed"

Enum: ConsentEnum

Name Value
ANY "any"
CONSENT "consent"
CONTRACT "contract"
LEGITIMATE_INTEREST "legitimate_interest"
NONE "none"
PROTECT_VITAL_INTERESTS "protect_vital_interests"
PUBLIC_INTERESTS "public_interests"
REQUIRED_BY_LAW "required_by_law"
WITHDRAWN "withdrawn"

Enum: EmailStatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"

Enum: CellphoneStatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"

Enum: PhoneStatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"