Skip to main content
PATCH
Update Customer

Authorization

string
required
Bearer token. Format: Bearer qwoty_your_token

Path Parameters

string
required
UUID of the customer to update

Request Body

All fields are optional. Only the fields provided will be updated.
string
Customer display name
string
Customer type. Allowed values: "company", "individual"
string | null
UUID of the customer segment. Set to null to unset.
Logo URL. Set to null to unset.
array
Legal identifiers. Replaces all existing tax IDs. Send [] to remove all.Omitting this field leaves existing tax IDs unchanged.
string | null
External CRM ID
string | null
External ERP ID
string | null
External accounting ID

Examples

Response

boolean
true if the update succeeded
object
The updated customer object (same shape as Get Customer)