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