Intuit · Example Payload

Quickbooks Accounting Physical Address Example

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Quickbooks Accounting Physical Address Example is an example object payload from Intuit, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdLine1Line2Line3Line4Line5CityCountrySubDivisionCodePostalCodeCountryLatLong

Example Payload

Raw ↑
{
  "Id": "abc123",
  "Line1": "example_value",
  "Line2": "example_value",
  "Line3": "example_value",
  "Line4": "example_value",
  "Line5": "example_value",
  "City": "example_value",
  "CountrySubDivisionCode": "example_value",
  "PostalCode": "example_value",
  "Country": "example_value",
  "Lat": "example_value",
  "Long": "example_value"
}