Intuit · JSON Structure

Quickbooks Accounting Physical Address Structure

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

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

Properties

Id Line1 Line2 Line3 Line4 Line5 City CountrySubDivisionCode PostalCode Country Lat Long

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PhysicalAddress",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Line1": {
      "type": "string"
    },
    "Line2": {
      "type": "string"
    },
    "Line3": {
      "type": "string"
    },
    "Line4": {
      "type": "string"
    },
    "Line5": {
      "type": "string"
    },
    "City": {
      "type": "string"
    },
    "CountrySubDivisionCode": {
      "type": "string"
    },
    "PostalCode": {
      "type": "string"
    },
    "Country": {
      "type": "string"
    },
    "Lat": {
      "type": "string"
    },
    "Long": {
      "type": "string"
    }
  }
}