Type Alias ContactCreateSuccessfulResponseSchema
ContactCreateSuccessfulResponseSchema: { id?: string; dateAdded?: string; dateUpdated?: string; deleted?: boolean; tags?: string[][]; type?: string; customFields?: ContactCustomField[]; locationId?: string; firstName?: string; firstNameLowerCase?: string; lastName?: string; lastNameLowerCase?: string; fullNameLowerCase?: string; email?: string; emailLowerCase?: string; bounceEmail?: boolean; unsubscribeEmail?: boolean; dnd?: boolean; dndSettings?: DNDSettings; phone?: string; address1?: string; city?: string; state?: string; country?: string; postalCode?: string; website?: string; source?: string; companyName?: string; dateOfBirth?: string; birthMonth?: number; birthDay?: number; lastSessionActivityAt?: string; offers?: string[]; products?: string[]; businessId?: string; assignedTo?: string;} Type declaration
Optional
id?: string
Optional
dateAdded?: string
Optional
dateUpdated?: string
Optional
deleted?: boolean
Optional
tags?: string[][]
Optional
type?: string
Optional
locationId?: string
Optional
firstName?: string
Optional
firstNameLowerCase?: string
Optional
lastName?: string
Optional
lastNameLowerCase?: string
Optional
fullNameLowerCase?: string
Optional
email?: string
Optional
emailLowerCase?: string
Optional
bounceEmail?: boolean
Optional
unsubscribeEmail?: boolean
Optional
dnd?: boolean
Optional
phone?: string
Optional
address1?: string
Optional
city?: string
Optional
state?: string
Optional
country?: string
Optional
postalCode?: string
Optional
website?: string
Optional
source?: string
Optional
companyName?: string
Optional
dateOfBirth?: string
Optional
birthMonth?: number
Optional
birthDay?: number
Optional
lastSessionActivityAt?: string
Optional
offers?: string[]
Optional
products?: string[]
Optional
businessId?: string
Optional
assignedTo?: string