Skip to main content
PATCH
Update Contact

Authorization

string
required
Bearer token. Format: Bearer qwoty_your_token

Path Parameters

string
required
UUID of the contact to update

Request Body

All fields are optional. Only the fields provided will be updated.
string
Contact’s first name
string
Contact’s last name
string
Email address
string | null
Phone number. Set to null to unset.
array
Assigned roles. Allowed values: "buyer", "signer", "billing", "shipping", "legal", "admin"
string | null
External CRM ID
string | null
External ERP ID
string | null
External accounting ID
customer_id cannot be changed after creation.

Examples

Response

boolean
true if the update succeeded
object
The updated contact object (same shape as Get Contact)