Update Client
Update an existing client. Supports partial updates.
Updatable fields:
- Standard fields (value, size, type, etc.)
- Contact information (primaryEmail, primaryPhone)
- Custom fields (through custom object)
Note: Updates are atomic - either all fields update or none do.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
clientId
Client identifier
Query parameters
allow_new_options
Whether to allow creation of new dropdown options during record creation
Request
This endpoint expects an object.
address
Record location/address
clientType
Type of client (residential or commercial)
Allowed values:
companyId
Company identifier
contacts
createdAt
Creation timestamp
custom
Custom fields
description
Record description
id
Unique identifier
isActive
Whether the record is active
number
Record number (e.g., 1234)
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
title
Record title/name
updatedAt
Last update timestamp
Response
Client updated successfully
address
Record location/address
clientType
Type of client (residential or commercial)
Allowed values:
companyId
Company identifier
contacts
createdAt
Creation timestamp
custom
Custom fields
description
Record description
id
Unique identifier
isActive
Whether the record is active
number
Record number (e.g., 1234)
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
title
Record title/name
updatedAt
Last update timestamp
