Contact base fields
| 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] | |
| 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] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |
| REMOVED | "removed" |
| UNCONFIRMED | "unconfirmed" |
| 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" |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |