QuickBooks

QUICKBOOKS_UPDATE_FULL_INVOICE

Tool to fully replace an Invoice. Use when you need to update all aspects of an existing invoice in a single operation.

Remote quickbooks

Remote (network-hosted)

Other tools also called QUICKBOOKS_UPDATE_FULL_INVOICE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "invoice": {
      "type": "object",
      "title": "Invoice",
      "description": "Full Invoice JSON payload to update; must include Id and SyncToken. Any writable field omitted will be cleared. Do not set sparse=true.",
      "additionalProperties": true
    },
    "requestid": {
      "type": "string",
      "title": "Requestid",
      "default": null,
      "nullable": true,
      "description": "Optional idempotency key (<=50 chars) to prevent duplicate writes on retries."
    },
    "minorversion": {
      "type": "integer",
      "title": "Minorversion",
      "default": null,
      "nullable": true,
      "description": "Optional QuickBooks API minorversion to access newer fields (e.g., 63)."
    }
  }
}