Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.52 KB

File metadata and controls

35 lines (23 loc) · 1.52 KB

ContactBaseFieldsPostSchemaBase

Contact base fields

Properties

Name Type Description Notes
contactId String [optional] [readonly]
status StatusEnum Status of the contact [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]
cellphone String Cellphone of the contact (country code followed by phone number, split by '-') [optional]
phone String Phone of the contact (country code followed by phone number, split by '-') [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"