Query Customers
Executes a pre-built query to retrieve customer data from QuickBooks. Supports filtering by name, date range, and active status.
Authorizations
Use your app's API_KEY as the username, and leave the password blank
Path Parameters
ID of the connection to use for the query
Query Parameters
A custom ID that can be used to identify the request and response. This could be your local ID for the request.
"1"
Maximum number of results to return
List of fields for QuickBooks to include in the response. Full list of possible values at
FullName, ListID, etc Filter customers by name (partial match, case-insensitive)
Filter customers with names starting from this value (inclusive)
Filter customers with names up to this value (inclusive)
Filter customers modified after this date/time (ISO 8601 format)
Filter customers modified before this date/time (ISO 8601 format)
Filter customers by active status
ActiveOnly, InactiveOnly, All Optional URL to receive a webhook when the request is completed
Response
Query accepted and queued for processing. Returns a queued request object.

