estimates_update
Update an existing estimate by modifying details such as items, status, pricing, and attached links. Accepts job, project, location, and customer identifiers to target the correct estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Estimate ID | |
| tax | No | Tax amount for the estimate | |
| name | No | Human-readable estimate name | |
| items | No | Estimate line items to include | |
| jobId | No | Job ID associated with the estimate | |
| active | No | Whether the estimate is active | |
| soldBy | No | User ID who sold the estimate | |
| soldOn | No | Date/time when the estimate was sold | |
| summary | No | Short summary of the estimate | |
| subtotal | No | Subtotal amount before taxes | |
| jobNumber | No | Job number for estimate matching | |
| projectId | No | Project ID associated with the estimate | |
| _confirmed | No | Set to true to confirm this write operation | |
| customerId | No | Customer ID associated with the estimate | |
| locationId | No | Location ID associated with the estimate | |
| statusValue | No | Estimate status numeric value | |
| externalLinks | No | External links attached to the estimate | |
| businessUnitId | No | Business unit ID that owns the estimate |