v1
latestOpenAPI 3.1.02026-08-069158174.8 KBCRM Service Calls
Patch Order
Update an existing order by ID.
Send only the fields you want to change. Returns 400 if no fields are provided.
Path Parameters:
- order_id: The order's CRM record ID.
Request Body (OrderUpdateRequest): Fields: stage, description, total_amount, order_date, order_line_list. All optional — only included fields are updated.
Response: The updated order object.
patch/crm/orders/{order_id}
Path parameters
order_idstring required
Request body
Response
Successful Response