Update Contact (early access)
Contacts
Update Contact (early access)
PATCH
Update Contact (early access)
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
The account identifier
Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
Example:
"heartbeat"
Path Parameters
Body
application/json
The contact first name
Example:
"Steve"
The contact last name
Example:
"Wozniak"
The contact company name
Example:
"Apple Inc."
List of contact email addresses
Example:
["steve@apple.com"]List of contact phone numbers
Example:
["123-456-7890"]List of associated deal IDs
Example:
["deal-001", "deal-002"]List of associated account IDs
Example:
["account-123", "account-456"]Contact custom fields
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }