qbo_bills_list
List bill records from QuickBooks Online. Filter by transaction date range and control pagination to retrieve specific bill data.
Instructions
List Bill records in QuickBooks Online with pagination and optional TxnDate range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | Filter to records on or before this TxnDate (YYYY-MM-DD) | |
| startDate | No | Filter to records on or after this TxnDate (YYYY-MM-DD) | |
| maxResults | No | Maximum number of results to return (default: 100, max: 1000) | |
| startPosition | No | Starting position for pagination (1-based, default: 1) |