Intuit · Schema
PhysicalAddress
Physical (mailing) address
AccountingCustom FieldsFinancialFinancial-ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| Id | string | Unique identifier for the address |
| Line1 | string | First line of the street address |
| Line2 | string | Second line of the street address |
| Line3 | string | Third line of the street address |
| Line4 | string | Fourth line of the street address |
| Line5 | string | Fifth line of the street address |
| City | string | City name |
| CountrySubDivisionCode | string | Region or state within a country (e.g., state, province) |
| PostalCode | string | Postal code |
| Country | string | Country name or code |
| Lat | string | Latitude coordinate |
| Long | string | Longitude coordinate |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PhysicalAddress",
"type": "object",
"description": "Physical (mailing) address",
"properties": {
"Id": {
"type": "string",
"description": "Unique identifier for the address"
},
"Line1": {
"type": "string",
"description": "First line of the street address"
},
"Line2": {
"type": "string",
"description": "Second line of the street address"
},
"Line3": {
"type": "string",
"description": "Third line of the street address"
},
"Line4": {
"type": "string",
"description": "Fourth line of the street address"
},
"Line5": {
"type": "string",
"description": "Fifth line of the street address"
},
"City": {
"type": "string",
"description": "City name"
},
"CountrySubDivisionCode": {
"type": "string",
"description": "Region or state within a country (e.g., state, province)"
},
"PostalCode": {
"type": "string",
"description": "Postal code"
},
"Country": {
"type": "string",
"description": "Country name or code"
},
"Lat": {
"type": "string",
"description": "Latitude coordinate"
},
"Long": {
"type": "string",
"description": "Longitude coordinate"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/quickbooks-accounting-physical-address"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.