Partially update contact
Partially updates an existing contact by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specifies the tenant context for the request. All endpoints operate within this tenant scope.
"tnt_pfh0haxfpzowht3oi213cqos"
Path Parameters
The ID of the contact.
1"con_xlbg6ubfio7tzvsijyp5794c"
Body
Request body used to partially update an existing contact resource.
Request body used to partially update an existing contact resource.
The full name of the contact.
1 - 255"Jane Doe"
The salutation of the contact.
50"Ms."
First name of the contact when available.
255"Jane"
Middle name of the contact when available.
255"Allison"
Last name of the contact when available.
255"Doe"
Job title of the contact.
255"Procurement Lead"
Primary email for the contact.
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$"jane.doe@example.com"
Primary phone number for the contact.
50"+1-555-1234"
Whether the contact is the default contact for a client.
true
Order of the resource for sorting purposes.
0 <= x <= 900719925474099113
Response
Default Response
Standard success response payload wrapped in a data property.
Contact resource returned by the API.