Intuit · Schema

InvoiceResponse

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
time string Timestamp of the response
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-invoice-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InvoiceResponse",
  "type": "object",
  "properties": {
    "time": {
      "type": "string",
      "description": "Timestamp of the response"
    }
  }
}