Update Customer

Updates an existing customer.

PUThttps://api.tracksales.co/api/v1/customers/{uuid}

Required scope: customers:update

Path Params

uuidstringrequired

Customer UUID

Body Params

namestringrequired

Customer name

emailstring

Email address

phonestring

Phone number

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Customer was not found.

422Validation Error

Request validation failed.