v1
latestOpenAPI 3.1.02026-08-069158174.8 KBCRM Service Calls
Patch Contact
Update an existing contact by ID.
Send only the fields you want to change. Unset fields are left unchanged. Returns 400 if no fields are provided.
Path Parameters:
- contact_id: The contact's CRM record ID.
Request Body (ContactUpdateRequest): Same fields as POST /contacts, but all optional.
Response: The updated contact object.
patch/crm/contacts/{contact_id}
Path parameters
contact_idstring required
Request body
Response
Successful Response