Intuit · Schema

Error

Error response from the API

AccountingCustom FieldsFinancialFinancial-ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

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

JSON Schema

quickbooks-accounting-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Error response from the API",
  "properties": {
    "Fault": {
      "type": "object"
    },
    "time": {
      "type": "string"
    }
  }
}