---
title: "PATCH /crm/deals/{id}"
method: PATCH
path: "/crm/deals/{id}"
tags: ["CrmDeal"]
---

# PATCH /crm/deals/{id}

`PATCH /crm/deals/{id}`

Update a deal

## Path parameters

- `id` string, required

## Request body

- CrmCreateOrUpdateDealRequest
  - `amount` integer, required — The deal amount mentioned in the CRM for this deal.
  - `priority` string, nullable — The priority attached to this deal. (not supported by pipedrive)
  - `stage` string, required — Deal stage in the CRM.
  - `name` string, required — The name of the deal in a CRM.
  - `expectedCloseDate` unknown, required
  - `isWon` boolean, required — Is `true` if the deal is closed (won).
  - `probability` integer, required — Probability of the deal getting closed, a decimal number between 0 to 1 (inclusive).

## Response `200`

- CrmCreateOrUpdateDealResponse
  - `status` 'ok' | 'error', required
  - `message` string, required
  - `result` unknown, required

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
