Update contact
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.
"con_xlbg6ubfio7tzvsijyp5794c"
Body
Request body used to fully replace an existing contact resource.
Request body used to fully replace an existing contact resource.
The full name of the contact.
1 - 255"Jane Doe"
Whether the contact is the default contact for a client.
true
Order of the resource for sorting purposes.
0 <= x <= 900719925474099113
The salutation of the contact.
50"Ms."
Response
Default Response
Standard success response payload wrapped in a data property.
Contact resource returned by the API.