Retrieve company file info
Returns detailed information about the connected QuickBooks company file, including company address, legal name, preferences, and subscribed services. Note that company information cannot be modified through the API, only through the QuickBooks Desktop user interface.
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
"end_usr_1234567abcdefg"
Response
Indicates whether the connected QuickBooks company file is a "sample file", which is a mock company file used for testing.
false
The name of the QuickBooks user's business associated with this company. This name is used on invoices, checks, and other forms, while legalCompanyName
is used on tax forms and pay stubs.
"John Doe's Plumbing"
The legal name of this company's business, as specified in QuickBooks. This value is used on tax forms and pay stubs, while companyName
is used on invoices, checks, and other forms.
"John Doe's Plumbing, LLC"
The company's address, used on its invoices, checks, and other forms (along with companyName
). This is different from the company's legal address used on tax forms and pay stubs (along with legalCompanyName
).
The company's legal address used on its tax forms and pay stubs (along with legalCompanyName
). This is different from the company's address
used on invoices, checks, and other forms (along with companyName
).
The address where this company receives mail from its customers.
The company's primary telephone number.
"+1-555-123-4567"
The company's fax number.
"+1-555-555-1212"
The company's email address.
"company@example.com"
The company's public website.
"https://www.johndoeplumbing.com"
The first month of this company's fiscal year, which determines the default date range for financial reports.
january
, february
, march
, april
, may
, june
, july
, august
, september
, october
, november
, december
"january"
The first month of this company's income tax year, which determines the default date range for financial reports.
january
, february
, march
, april
, may
, june
, july
, august
, september
, october
, november
, december
"january"
The company type, which the QuickBooks user selected from a list when creating the company file.
"WholesaleDistributionandSales"
The company's Employer Identification Number.
"123456789"
The company's Social Security Number. The value can be with or without dashes.
NOTE: This field cannot be changed after the company is created.
"123-45-6789"
The tax form that the QuickBooks user expects to file for this company's taxes. When a specific tax form is selected (any value other than other_or_none
), QuickBooks allows associating each account with a specific tax form line. This association appears in account query responses.
form_1040
, form_1065
, form_1120
, form_1120s
, form_990
, form_990pf
, form_990t
, other_or_none
"form_1040"
The Intuit services that this company is or has been subscribed to, such as Intuit Payroll.
Information about the accountant's copy for this company file. An accountant's copy allows an accountant to make changes while the business continues normal operations. It includes a dividing date that defines the fiscal period the accountant can work on, with restrictions on transactions and accounts within that period. While an accountant copy exists, users cannot modify transactions dated on or before the dividing date, cannot add subaccounts to existing accounts, and cannot edit, merge, or make existing accounts inactive.
The custom fields for the company object, added as user-defined data extensions, not included in the standard QuickBooks object.