Intuit · JSON Structure

Quickbooks Accounting Custom Field Structure

Type: object Properties: 4
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

CustomField is a JSON Structure definition published by Intuit, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

DefinitionId Name Type StringValue

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CustomField",
  "type": "object",
  "properties": {
    "DefinitionId": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Type": {
      "type": "string"
    },
    "StringValue": {
      "type": "string"
    }
  }
}