updateTransaction
Update an existing transaction for a lead with details like type, home price, status, dates, and commission.
Instructions
Update an existing transaction for a lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | ID of the lead (required) | |
| transactionId | Yes | ID of the transaction (required) | |
| transactionName | No | Transaction name | |
| transactionType | No | Transaction type (e.g. Buy, Sell) | |
| homePrice | No | Home price | |
| transactionStatus | No | Transaction status | |
| expectedCloseDate | No | Expected close date in ms epoch | |
| closeDate | No | Actual close date in ms epoch | |
| commissionRate | No | Commission rate (percentage) | |
| gci | No | Gross commission income | |
| teamRevenue | No | Team revenue share | |
| agentRevenue | No | Agent revenue share | |
| assignedAgent | No | Assigned agent user ID |