Skip to main content

Update a contact

PATCH 

/api/contact/:id

  • crm.edit: allows edit resources.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

    The ID of the contact to update

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Body

    email string

    Email of the contact

    name string

    Name of the contact

    surname string

    Surname of the contact

    role string

    Role of the contact

    notes string

    Notes of the contact

    linkedin string

    Linkedin of the contact

    description string

    Description of the contact

    client_id integer

    ID of the client to associate with this contact

Responses

Returns the contact updated.

Schema

    id integerrequired

    Possible values: >= 1

    created_at date-timerequired
    updated_at date-timerequired
    client_id integerrequired

    Possible values: >= 1

    ID of the client

    email stringrequired

    Possible values: <= 150 characters

    name stringrequired

    Possible values: <= 100 characters

    surname stringrequired

    Possible values: <= 100 characters

    role string

    Possible values: <= 75 characters

    notes string
    linkedin string

    Possible values: <= 250 characters

    description string
    telephone integer

    Possible values: <= 100 characters

Loading...