Intuit Enterprise Suite
Company Info

Intuit Enterprise Suite Company Info API

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

Supported Operations for Intuit Enterprise Suite Company Info

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

19 fields

Fields available for Intuit Enterprise Suite 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 Intuit Enterprise Suite 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 Intuit Enterprise Suite
const result = await apideck.accounting.companyInfo.list({
  serviceId: 'intuit-enterprise-suite'
})

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

Intuit Enterprise Suite SDKs

Build Intuit Enterprise Suite integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up