Update opportunity
twenty_update_opportunityUpdate fields on an existing opportunity. Only provided fields change. Twenty REST: PATCH /rest/opportunities/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The opportunity id to update. | |
| name | No | The opportunity name. | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| stage | No | Pipeline stage — e.g. SCREENING, MEETING, PROPOSAL, NEGOTIATION, CUSTOMER (custom pipelines vary). | |
| closeDate | No | Expected close date (ISO 8601). | |
| companyId | No | Id of the associated company. | |
| amountMicros | No | Opportunity amount in micros (× 1,000,000). Sent as amount:{amountMicros,currencyCode}. | |
| currencyCode | No | Currency code for the amount (default USD; only sent when amountMicros is provided). | USD |
| pointOfContactId | No | Id of the point-of-contact person. |