# Update Deal Stage Updates the funnel stage or the dealflow of a deal Endpoint: POST /v1/crm/update_dealstage Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `deal_id` (string, required) The ID of the deal to update. Example: "ETUNQ6ZTW1" - `new_stage` (integer, required) The new funnel stage for the deal. Example: 3 - `dashboard_id` (string) Optional. The dealflow ID to move the deal to. If provided, the deal will be moved to this dealflow. Example: "D_FSSI4P" ## Response 200 fields ## Response 404 fields