Update contact by external ID

Update a contact by its external ID

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

externalIdstringRequired

Request

Body
customerIdstringOptional
firstNamestringOptional
lastNamestringOptional
emailstringOptionalformat: "email"
phonestring or nullOptional
billingAddressobjectOptional
externalIdstring or nullOptional
roleslist of enumsOptional

Response

200
idstring
customerIdstring
firstNamestring
lastNamestring
emailstring
phonestring or null
externalIdstring or null
roleslist of enums
createdAtdatetime
updatedAtdatetime
billingAddressobjectOptional

Errors

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