update_estimate
Update an existing estimate's details such as subject, notes, taxes, and discounts by specifying only the fields to change.
Instructions
Update an existing estimate including subject, terms, taxes, and other details. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the estimate to update (required) | |
| client_id | No | Update the client ID | |
| subject | No | Update estimate subject | |
| notes | No | Update estimate notes | |
| currency | No | Update currency code | |
| issue_date | No | Update issue date | |
| tax | No | Update tax percentage | |
| tax2 | No | Update second tax percentage | |
| discount | No | Update discount percentage | |
| purchase_order | No | Update purchase order number |