Update customer by external ID

Update a customer by external ID

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

externalIdstringRequired

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
createdAtdatetime
updatedAtdatetime
billingAddressobject or null

Errors