BatchUpsertItem
A single item in a batch upsert request.
- dataType: object · UpsertContactRequestrequired
Contact data to create or update.
- connectionsType: array object[] | null · Connection[]
List of company connections (employments).
A link between a contact and a company, used when creating or updating contacts.
- emailType: null | stringmax length:254
Primary email address. Also sets the first entry in emails array if not provided.
- emailsType: array object[] | null · EmailEntryRequest[]
Email addresses with type classification. The first email becomes the primary email if email field is not set.
Email entry in upsert request.
- firstType: null | string
Name max length:100First name.
- lastType: null | string
Name max length:100Last name.
- phoneType: null | stringmax length:20
Primary phone number. Also sets the first entry in phones array if not provided.
- phonesType: array object[] | null · PhoneEntryRequest[]
Phone numbers with type classification. The first phone becomes the primary phone if phone field is not set.
Phone entry in upsert request.
- primaryType: null | string
Language max length:10ISO 639-1 language code (e.g. "en", "sv").
- strategyType: null | stringmax length:4000
Investment strategy or description.
- tagsType: array string[] | null
List of tags or labels.
- externalType: string
Id max length:255requiredExternal ID within the namespace.
- clientType: null | string
Ref max length:100Optional client-provided reference for correlation in responses.