Skip to main content
PATCH
Update a contact by ID

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Path Parameters

contactId
string
required

The unique identifier of the contact being updated.

Pattern: ^(.*)$
Example:

"6a145ff26212a192852c856e"

Body

application/json
firstName
string | null

The first name of the contact.

Example:

"John"

lastName
string | null

The last name of the contact.

Example:

"Doe"

company
string | null

The company of the contact.

Example:

"Quo"

role
string | null

The role of the contact.

Example:

"admin"

externalId
string | null

The external ID of the contact.

Example:

"1234567890"

source
string | null

The source of the contact.

Example:

"public-api"

sourceUrl
string | null

The source URL of the contact.

Example:

"https://my.quo.com/contacts/6a145ff26212a192852c856e"

Response

OK

data
object
required