v1

latestOpenAPI 3.0.12026-07-17121196210.3 KB
CrmDeal

Update a deal

patch/crm/deals/{id}

Path parameters

idstring required

Request body

amountinteger required

The deal amount mentioned in the CRM for this deal.

prioritystring nullable

The priority attached to this deal. (not supported by pipedrive)

stagestring required

Deal stage in the CRM.

namestring required

The name of the deal in a CRM.

{"stackTrail":"components:schemas:commonDealRead:properties:expectedCloseDate","oasType":"schema","type":"unknown","description":"Expected close date for this deal. (not supported by pipedrive search api)"}
isWonboolean required

Is true if the deal is closed (won).

probabilityinteger required

Probability of the deal getting closed, a decimal number between 0 to 1 (inclusive).

Response

status'ok' | 'error' required
messagestring required
{"stackTrail":"components:schemas:crmCreateOrUpdateDealResponse:properties:result","oasType":"schema","type":"unknown"}