update_deal
Update an existing deal's details, including name, price, stage, assigned users, dates, and custom fields via the Follow Up Boss API.
Instructions
Update a deal. (PUT /deals/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | Name of the deal. | |
| price | No | The price associated with this deal. | |
| stageId | No | The stage that this deal should be assigned to. | |
| userIds | No | A list of user ids that should be part of this deal. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| peopleIds | No | A list of person ids that should be part of this deal. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| description | No | Description of the deal. | |
| teamComission | No | Commission value for a team split. | |
| agentCommision | No | Commission value for an agent split. | |
| possessionDate | No | Possession Date for this deal. | |
| commissionValue | No | Commission value to assign to this deal. | |
| dueDiligenceDate | No | Due Diligence Date for this deal. | |
| projectedCloseDate | No | Projected close date of this deal. | |
| earnestMoneyDueDate | No | Earnest Money Due Date for this deal. | |
| finalWalkThroughDate | No | Final Walk Through Date for this deal. | |
| mutualAcceptanceDate | No | Mutual Acceptance Date for this deal. |