Skip to main content
PATCH
Update Lead

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The id of the record to update.

Body

application/json

The data to update the record with.

email
string<email>
required

The client's email address

Example:

"client1+74049788@example.com"

firstName
string
required

The client's first name

Example:

"Amya"

lastName
string
required

The client's last name

Example:

"Williamson"

resourceType
enum<string>
required

The resource type of the lead owner

Available options:
ClientProfile,
Firm,
FirmMember
Example:

"Firm"

resourceId
string
required

The resource ID of the lead owner

Example:

"qSBKZzUi"

phone
object | null

The client's phone number

clientData
object | null

The user data for the lead

Response

Successful response

data
object