Skip to main content

Update Contact by lookup key

PATCH 

/contacts/:lookupKey/:lookupValue

Use this endpoint to update contact by lookup key. If multiple contacts with the same lookup key exist, use additional filtering depending on the lookup key to uniquely identify the contact (e.g. source and language for lookup key sourceId).

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about contact lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Body

    abbreviation string
    company string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    lastName string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    primaryLanguage string
    source string
    sourceId number
    title string

Responses

Update Contact by lookup key - 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

    abbreviation string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    id number
    lastName string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    primaryLanguage string
    source string
    sourceId number
    title string
    messages string[]
    total number
Loading...