Update contact

Update a contact by its ID

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

idstringRequired

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