quickbooks_create_invoice
Create a draft QuickBooks invoice for a customer using customer ID, line items, and due date. Simplify billing by generating an invoice draft ready for review.
Instructions
Create a draft QuickBooks invoice for a customer.
Args: customer_id (required): QuickBooks customer ID. line_items (required): JSON-string list of line items. due_date: Due date (YYYY-MM-DD). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| due_date | No | ||
| line_items | No | ||
| project_id | No | ||
| customer_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |