Update customer

Update a customer by ID

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

idstringRequired

Request

Body
namestringOptional>=1 character
legalNamestring or nullOptional
emailstringOptionalformat: "email"
phonestringOptional
websitestringOptional
externalIdstring or nullOptional
billingAddressobjectOptional
creationStateenumOptional
Allowed values:
churnDatedatetime or nullOptional
vatNumberstring or nullOptional
metadatamap from strings to any or nullOptional

Response

200
idstring
namestring
legalNamestring or null
emailstring
phonestring
websitestring
externalIdstring or null
creationStateenum
Allowed values:
churnDatedatetime or null
vatNumberstring or null
metadatamap from strings to any or null
defaultCurrencystring
createdAtdatetime
updatedAtdatetime
billingAddressobject

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error