Skip to main content
PATCH
Update customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

UUID of the customer

Body

application/json
name
string
Maximum string length: 255
email
string<email>
partner_id
string<uuid>

Change the referring partner (must belong to the same organization)

phone
string | null
Maximum string length: 50
address
object | null
metadata
object | null
uid
string | null

EU VAT ID (UID) of the business, e.g. ATU12345678. Spaces and the separators - . / are removed and letters uppercased; after that it must be a 2-letter country prefix plus 2–12 characters (otherwise 400). Unique per partner account. null clears it.

Maximum string length: 40
Example:

"ATU12345678"

partner_client_reference
string | null

Your own ID for this business. Trimmed, matched exactly (case-sensitive). Unique per partner account; checked before uid. null clears it.

Maximum string length: 255
Example:

"WIN-10457"

Response

Customer updated

success
boolean
Example:

true

data
object