invoices_update_estimate
Modify an existing GoHighLevel estimate by updating its items, client information, business details, discounts, and frequency settings.
Instructions
Update Estimate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Meta data for the estimate | |
| name | Yes | Estimate Name | |
| altId | No | Location Id or Agency Id Defaults to GHL_LOCATION_ID when omitted. | |
| items | Yes | An array of items for the estimate. | |
| title | No | Title for the estimate | |
| sentTo | No | Email and sent to details for the estimate | |
| userId | No | User Id | |
| altType | No | Defaults to GHL_LOCATION_ID when omitted. | |
| currency | Yes | Currency code | |
| discount | Yes | ||
| liveMode | No | livemode for estimate | |
| issueDate | No | issue date estimate | |
| estimateId | Yes | Estimate Id | |
| expiryDate | No | expiry date estimate | |
| termsNotes | No | Terms notes, Also supports HTML markups | |
| attachments | No | attachments for the invoice | |
| autoInvoice | No | Auto invoice for the estimate | |
| contactDetails | Yes | Contact information to send the estimate to | |
| estimateNumber | No | Estimate Number, if not specified will take in the next valid estimate number | |
| estimateStatus | No | Estimate Status | |
| businessDetails | Yes | ||
| frequencySettings | Yes | frequency settings for the estimate | |
| sendEstimateDetails | No | When sending estimate directly while saving | |
| estimateNumberPrefix | No | Prefix for the estimate number | |
| miscellaneousCharges | No | miscellaneous charges for the estimate | |
| automaticTaxesEnabled | No | Automatic taxes enabled for the Estimate | |
| paymentScheduleConfig | No | Payment Schedule Config for the estimate |