Skip to main content
PUT
Update a customer by ID. All fields are optional — only include the fields you want to update.

Authorization

Bearer <accessSecret> Path Parameters
string
required
The customer’s unique identifier (UUID).
Request Body Schema All fields are optional. Same validation rules as Create Customer.
string
Customer’s full name (2-30 characters).
string
Valid email address.
string
INDIVIDUAL or BUSINESS.
string
Phone country code (max 5 chars, digits only).
string
Phone number (max 15 chars, digits only).
string
Customer’s address (max 100 characters).
string
Customer’s city (max 30 characters).
string
Postcode (4-8 characters, alphanumeric).
string
VAT number (9 digits, optionally prefixed with GB).