Query Sales Tax Codes
Executes a pre-built query to retrieve sales tax code data from QuickBooks. Supports filtering by name, list identifiers, modification 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
FullName, ListID, etc Filter by name (partial match, case-insensitive)
Filter by lower bound of FullName (range query)
Filter by upper bound of FullName (range query)
Filter by one or more QuickBooks ListID values
Filter by one or more QuickBooks FullName values
Filter by active status
ActiveOnly, InactiveOnly, All Filter by modification date (start, inclusive)
Filter by modification date (end, inclusive)
Optional URL to receive a webhook when the request is completed
Response
Sales tax code query accepted and queued for processing. Returns a queued request object.

