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

Response

Customer updated

success
boolean
Example:

true

data
object