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>=1 character
lastNamestringOptional>=1 character
emailstringOptionalformat: "email"
phonestring or nullOptional
billingAddressobjectOptional
externalIdstring or nullOptional

Response

200
idstring
customerIdstring
firstNamestring
lastNamestring
emailstring
phonestring or null
externalIdstring or null
createdAtdatetime
updatedAtdatetime
billingAddressobject or null

Errors