Intuit · Schema

QueryResponse

Response wrapper for query operations. Contains the array of matching entities along with pagination metadata.

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
QueryResponse object
time string
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-query-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QueryResponse",
  "type": "object",
  "description": "Response wrapper for query operations. Contains the array of matching entities along with pagination metadata.",
  "properties": {
    "QueryResponse": {
      "type": "object"
    },
    "time": {
      "type": "string"
    }
  }
}