Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.49 KB

File metadata and controls

34 lines (22 loc) · 1.49 KB

ContactInsideBasePost

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"