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 the CRM ids returned by the deal (ownerId, stageId, typeId) when updating those attributes.

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 (the ownerId returned by the deal).

stageId
string

Stage id in the CRM (the stageId returned by the deal).

title
string

Deal title.

typeId
string

Deal type id in the CRM (the typeId returned by the deal).

Response

Deal was successfully updated

result
object
required