Skip to main content

Bulk Contacts by Id

POST 

/contacts/bulk/id

The bulk endpoints offer an efficient way of importing/updating large amounts of contacts with just a single API call. When using the bulk id endpoint, the contacts are identified by id. If a contact doesn't already exist, it will be created. If it does exist, the contact found will be updated.

Contact bulk endpoints support bulk change of contact attributes for multiple contacts as well. To learn more about Attributes, go here.

A single contact attributes can be modified as explained in Bulk resource attribute values by resource lookup key, but if it's needed to modify attributes for multiple contacts, this endpoint should be used.

Fields

NameRequired
contacts (array of contact objects)yes
idyes
debtorIdno
firstNameno
middleNameno
lastNameno
abbreviationno
titleno
dateOfBirthno
genderno
ssnno
phoneno
emailno
parentno
primaryLanguageno
sourceIdno
sourceonly when sourceId is provided
attributes

Read more about attributes
no

Request

Body

    contacts

    object[]

  • Array [

  • abbreviation string

    attributes

    object[]

  • Array [

  • class string
    name string
    type string
    value string
  • ]

  • company string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    id number
    language string
    lastName string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    primaryLanguage string
    title string
  • ]

Responses

Bulk Contacts by Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object[]

  • Array [

  • action string
    id number
    key number
    lookupKey string
    success boolean
  • ]

  • messages string[]
    total number
Loading...