v1
latestOpenAPI 3.1.02026-08-069158174.8 KBCRM Service Calls
Patch Opportunity
Update an existing opportunity/deal by ID.
Send only the fields you want to change. Returns 400 if no fields are provided.
Path Parameters:
- opportunity_id: The opportunity's CRM record ID.
Request Body (OpportunityUpdateRequest): Fields: name, stage, value_of_sale, probability_pcnt, expected_close_date, marketing_source, business_need_description, product_dict_list. All optional — only included fields are updated.
Response: The updated deal object.
patch/crm/opportunities/{opportunity_id}
Path parameters
opportunity_idstring required
Request body
Response
Successful Response