Update customer
Update a customer's name, external ID, or metadata.
Update a customer's name, external ID, or metadata.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
emaillength <= 200"UTC""UTC" | "America/New_York" | "America/Chicago" | "America/Denver" | "America/Los_Angeles" | "America/Sao_Paulo" | "America/Mexico_City" | "America/Buenos_Aires" | "America/Santiago" | "America/Bogota" | "America/Lima" | "America/Asuncion" | "Europe/London" | "Europe/Paris" | "Europe/Berlin" | "Europe/Madrid" | "Asia/Tokyo" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Dubai" | "Australia/Sydney"application/json
curl -X PUT "https://commet.co/api/customers/string" \ -H "Content-Type: application/json" \ -d '{}'application/json
application/json
Update a customer's name, external ID, or metadata.
{
"success": true,
"data": {
"id": "string",
"externalId": "string",
"fullName": "string",
"billingEmail": "string",
"timezone": "string",
"metadata": {
"property1": null,
"property2": null
{
"success": false,
"code": "string",
"message": "string",
"details": null
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}