Update Customer
Customers
Update Customer
Partially update a customer
PATCH
Update Customer
Authorization
Bearer token. Format:
Bearer qwoty_your_tokenPath Parameters
UUID of the customer to update
Request Body
All fields are optional. Only the fields provided will be updated.Customer display name
Customer type. Allowed values:
"company", "individual"UUID of the customer segment. Set to
null to unset.Logo URL. Set to
null to unset.Legal identifiers. Replaces all existing tax IDs. Send
[] to remove all.Omitting this field leaves existing tax IDs unchanged.External CRM ID
External ERP ID
External accounting ID
Examples
Response
true if the update succeededThe updated customer object (same shape as Get
Customer)

