v1

latestOpenAPI 3.0.02026-08-0645062.8 KB
Deals

Update deal information

Update various fields of a deal including name, value, commitment status, and close date

put/deals/update

Request body

entity_type_idinteger required

Type identifier for the entity

entity_base_idinteger required

Unique identifier of the deal to update

deal_namestring

New name for the deal

deal_valuenumber

New value/revenue for the deal

commit_status'Committed' | 'Not Committed'

New commitment status for the deal

close_datestring date-time

New expected close date

Response

Deal updated successfully

messagestring

Example response

{
  "message": "Deal updated successfully"
}