Intuit · Schema

MetaData

Metadata about when the entity was created and last updated

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
CreateTime string Time the entity was created
LastUpdatedTime string Time the entity was last updated
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-meta-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MetaData",
  "type": "object",
  "description": "Metadata about when the entity was created and last updated",
  "properties": {
    "CreateTime": {
      "type": "string",
      "description": "Time the entity was created"
    },
    "LastUpdatedTime": {
      "type": "string",
      "description": "Time the entity was last updated"
    }
  }
}