QuickBooks
Company Info

QuickBooks Company Info API

Sync company info data with QuickBooks through Apideck's unified API. One integration, instant access.

Supported Operations for QuickBooks Company Info

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

19 fields

Fields available for QuickBooks Company Info

idcompany_namestatuslegal_namecountryautomated_sales_taxsales_tax_enableddefault_sales_taxcurrencylanguagefiscal_year_start_monthcompany_start_dateaddressesphone_numbersemails+4 more

API Model Preview

Sample response structure for company info

{
  "id": "12345",
  "company_name": "Example Company Name",
  "status": "active",
  "legal_name": "Example Legal Name",
  "country": 10,
  "automated_sales_tax": "string",
  "sales_tax_enabled": "string",
  "default_sales_tax": "string",
  "currency": "USD",
  "language": "string",
  "fiscal_year_start_month": "string",
  "company_start_date": "2024-01-15",
  "addresses": [
    {
      "id": "123",
      "type": "primary",
      "string": "25 Spring Street, Blackburn, VIC 3130",
      "name": "
  ...

Quick Start Example

Start syncing QuickBooks company info in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List company info from QuickBooks
const result = await apideck.accounting.companyInfo.list({
  serviceId: 'quickbooks'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified company info data

QuickBooks SDKs

Build QuickBooks integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up