quickbooks_report
Fetch QuickBooks financial reports, including profit and loss, balance sheet, cash flow, trial balance, and A/R or A/P aging, filtered by date range and accounting method.
Instructions
Fetch a named QuickBooks report such as profit_loss, balance_sheet, cash_flow, trial_balance, ar_aging, or ap_aging.
Args: report_name (required): QuickBooks report name or alias. start_date: Report start date (YYYY-MM-DD). end_date: Report end date (YYYY-MM-DD). as_of_date: Report as-of date for balance/aging reports (YYYY-MM-DD). accounting_method: Accounting method: Accrual or Cash. summarize_column_by: Optional QuickBooks summarize_column_by parameter. columns: Optional report columns to request. 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: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| columns | No | ||
| end_date | No | ||
| as_of_date | No | ||
| project_id | No | ||
| start_date | No | ||
| project_ref | No | ||
| report_name | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| accounting_method | No | ||
| summarize_column_by | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |