Skip to main content
PATCH
Update Deal
Update one deal by its Apollo id — amount, close date, stage or owner. Send only what changes. Moving a deal to a closed stage is what marks it won or lost, since is_won and is_closed come from the stage rather than being set directly. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

opportunity_id
string
required

Opportunity ID

Body

application/json
owner_id
string

Owner ID

name
string

Opportunity name

amount
number

Amount

opportunity_stage_id
string

Stage ID

closed_date
string

Closed date (date string)

typed_custom_fields
object

Typed custom fields object

Response

Successful response

opportunity
object

Updated opportunity