qbo_bills_search
Search QuickBooks bills by document number with partial match support. Retrieve bills using LIKE query on DocNumber, with pagination and result limits.
Instructions
Search Bill records by DocNumber (LIKE match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term matched against DocNumber with LIKE '%term%' | |
| maxResults | No | Maximum number of results to return (default: 100, max: 1000) | |
| startPosition | No | Starting position for pagination (1-based, default: 1) |