Update Lead Contact

Update a lead contact by ID

Path Params
string
required
length ≥ 1

The lead contact id

Body Params
string
length ≥ 1

First name of the contact

string | null

Last name of the contact

string | null

DEPRECATED: use phones array. Single phone number.

string | null

DEPRECATED: use emails array. Single email address.

phones
array of objects
length ≤ 5

Full replacement array of phone numbers (max 5). Omit to leave phones unchanged. Send empty array [] to remove all phones. When 2+ entries, exactly one must have isPrimary: true.

phones
emails
array of objects
length ≤ 5

Full replacement array of email addresses (max 5). Omit to leave emails unchanged. Send empty array [] to remove all emails. When 2+ entries, exactly one must have isPrimary: true.

emails
string | null

Job title of the contact

uri | null

LinkedIn profile URL. Send null to clear.

enum

Pass null to clear.


Categorizes the contact's role at the business. OPERATIONS: day-to-day operations staff, EXECUTIVE: owner/leadership, CLINICAL: clinical/provider staff, FINANCE: billing/finance staff, OTHER: anything else

address
object | null

Structured address of the contact. Send null to delete the address.

businessIds
array of strings

Lead business IDs to link (replaces all)

businessIds
userIds
array of strings

User IDs to link (replaces all)

userIds
Responses

Language
Credentials
Bearer
API Key
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json