Update a customer (partial update)

Performs a partial update of customer information. Only the fields provided in the request will be updated; other fields remain unchanged. This allows updating individual customer fields without affecting other data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Unique identifier of the customer.

Body Params

Customer data for partial update. Only provided fields will be updated.

Common properties for customer update operations.

string
length ≤ 150

First name of the customer.

string
length ≤ 100

Last name of the customer.

string
length ≤ 100

Company name associated with the customer.

Email address of the customer.

string

Home phone number of the customer. Accepts various formats including international format with + prefix. Empty string removes the phone number.

string

Mobile phone number of the customer. Accepts various formats including international format with + prefix. Empty string removes the cell number.

string
length ≤ 50

Phone extension for the home phone number. Empty string removes the extension.

integer | null

ID of the lead source for this customer. This field is only available if the user has permission to edit lead sources. Required when the company's Lead Source Required setting is enabled.

Responses

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