Skip to main content
PATCH
cURL
The update is partial: omitted attributes keep their current values, and at least one attribute must be provided. Use CRM ids when updating ownerId, stageId and typeId: the valid ids can be discovered with the list deal owners, list deal stages and list deal types endpoints, or read from an existing deal.

Authorizations

X-Claap-Key
string
header
required

Path Parameters

dealId
string
required

Deal identifier

Body

application/json
amount
number

Deal amount, in the currency configured in the CRM.

closedAt
string

Deal close date (ISO datetime).

ownerId
string

Deal owner id in the CRM. List the valid ids with GET /v1/deals/owners.

stageId
string

Stage id in the CRM. List the valid ids with GET /v1/deals/stages.

title
string

Deal title.

typeId
string

Deal type id in the CRM. List the valid ids with GET /v1/deals/types.

Response

Deal was successfully updated

result
object
required