Skip to main content
PATCH
Update a customer

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Body

application/json
name
string | null
email
string<email> | null
website
string | null
tax_id
string | null
cpf
string | null
tipo_pessoa
enum<string> | null
Available options:
PF,
PJ
address
string | null
phone
string | null
description
string | null
logo_url
string | null

Response

200 - application/json

Cliente atualizado com sucesso

id
integer
name
string
email
string | null
website
string | null
tax_id
string | null
address
string | null
phone
string | null
description
string | null
logo_url
string | null
is_active
boolean
manager_id
integer | null
tenant_id
integer