invoices_update_invoice
Update an existing GoHighLevel invoice by specifying its ID and providing revised details such as items, currency, dates, and contact information.
Instructions
Update invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name to be updated | |
| altId | No | location Id / company Id based on altType Defaults to GHL_LOCATION_ID when omitted. | |
| title | No | Title for the invoice | |
| altType | No | Alt Type Defaults to GHL_LOCATION_ID when omitted. | |
| dueDate | Yes | Due date in YYYY-MM-DD format | |
| currency | Yes | Currency | |
| discount | No | ||
| liveMode | No | Payment mode | |
| contactId | No | Id of the contact which you need to send the invoice | |
| invoiceId | Yes | Invoice Id | |
| issueDate | Yes | Issue date in YYYY-MM-DD format | |
| termsNotes | No | Terms notes, Also supports HTML markups | |
| attachments | No | attachments for the invoice | |
| description | No | Description | |
| xeroDetails | No | ||
| invoiceItems | Yes | ||
| invoiceNumber | No | Invoice Number | |
| contactDetails | No | ||
| paymentMethods | No | Payment Methods for Invoices | |
| businessDetails | No | Business details which need to be updated | |
| paymentSchedule | No | split invoice into payment schedule summing up to full invoice amount | |
| tipsConfiguration | No | tips configuration for the invoice | |
| invoiceNumberPrefix | No | prefix for invoice number | |
| miscellaneousCharges | No | miscellaneous charges for the invoice | |
| automaticTaxesEnabled | No | Automatic taxes enabled for the Invoice |