Update Deal
Update a deal
Path parameters
id
Headers
x-revert-api-token
Your official API key for accessing revert apis.
x-revert-t-id
The unique customer id used when the customer linked their account.
x-api-version
Optional Revert API version you’re using. If missing we default to the latest version of the API.
Request
This endpoint expects an object.
additional
Any fields that are not unified yet/non-unifiable come inside this json
object.
amount
The deal amount mentioned in the CRM for this deal.
expectedCloseDate
Expected close date for this deal. (not supported by pipedrive search api)
isWon
Is true
if the deal is closed (won).
name
The name of the deal in a CRM.
probability
Probability of the deal getting closed, a decimal number between 0 to 1 (inclusive).
stage
Deal stage in the CRM.
associations
priority
The priority attached to this deal. (not supported by pipedrive)
Response
This endpoint returns an object.
status
Allowed values:ok error
message
result
Errors
401
Unauthorized
404
Not Found
500
Internal Server Error