ghl_invoice_update
Update an invoice by ID, modifying details such as name, currency, items, discounts, and payment schedule.
Instructions
Update invoice API to update invoice by invoice id Endpoint: PUT /invoices/{invoiceId} (Version header: v3; source: v3/invoices-v3.json) OAuth scopes: invoices.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| invoiceId | Yes | Invoice Id |