List all accounts
Returns a list of accounts.
NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no cursor parameter. Users typically have few accounts.
Query parameters
Filter for specific accounts by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific accounts by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "80000001-1234567890" ]
Filter for specific accounts by their full-name(s), case-insensitive. Like id, fullName is a unique identifier for an account, formed by by combining the names of its parent objects with its own name, separated by colons. For example, if an account is under "Corporate" and has the name "Accounts-Payable", its fullName would be "Corporate:Accounts-Payable".
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific accounts by their full-name(s), case-insensitive. Like id, fullName is a unique identifier for an account, formed by by combining the names of its parent objects with its own name, separated by colons. For example, if an account is under "Corporate" and has the name "Accounts-Payable", its fullName would be "Corporate:Accounts-Payable".
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "Corporate:Accounts-Payable" ]
The maximum number of objects to return.
IMPORTANT: QuickBooks Desktop does not support cursor-based pagination for accounts. This parameter will limit the response size, but you cannot fetch subsequent results using a cursor. For pagination, use the name-range parameters instead (e.g., nameFrom=A&nameTo=B).
When this parameter is omitted, the endpoint returns all accounts without limit, unlike paginated endpoints which default to 150 records. This is acceptable because accounts typically have low record counts.
The maximum number of objects to return.
IMPORTANT: QuickBooks Desktop does not support cursor-based pagination for accounts. This parameter will limit the response size, but you cannot fetch subsequent results using a cursor. For pagination, use the name-range parameters instead (e.g., nameFrom=A&nameTo=B).
When this parameter is omitted, the endpoint returns all accounts without limit, unlike paginated endpoints which default to 150 records. This is acceptable because accounts typically have low record counts.
Filter for accounts that are active, inactive, or both.
Filter for accounts that are active, inactive, or both.
Filter for accounts updated on or after this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for accounts updated on or after this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for accounts updated on or before this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for accounts updated on or before this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for accounts whose name contains this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameStartsWith or nameEndsWith.
Filter for accounts whose name contains this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameStartsWith or nameEndsWith.
Filter for accounts whose name starts with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameEndsWith.
Filter for accounts whose name starts with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameEndsWith.
Filter for accounts whose name ends with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameStartsWith.
Filter for accounts whose name ends with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameStartsWith.
Filter for accounts whose name is alphabetically greater than or equal to this value.
Filter for accounts whose name is alphabetically greater than or equal to this value.
Filter for accounts whose name is alphabetically less than or equal to this value.
Filter for accounts whose name is alphabetically less than or equal to this value.
Filter for accounts of this type.
Filter for accounts of this type.
Filter for accounts in these currencies.
Filter for accounts in these currencies.
[ "80000001-1234567890" ]
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns a list of accounts.
Example response
{
"objectType": "list",
"url": "/v1/quickbooks-desktop/accounts",
"data": [
{
"id": "80000001-1234567890",
"objectType": "qbd_account",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Accounts-Payable",
"fullName": "Corporate:Accounts-Payable",
"isActive": true,
"parent": {
"id": "80000001-1234567890",
"fullName": "Corporate"
},
"sublevel": 1,
"accountType": "bank",
"specialAccountType": "undeposited_funds",
"isTaxAccount": true,
"accountNumber": "1010",
"bankAccountNumber": "123456789",
"description": "Accounts-payable are the amounts owed to suppliers for goods and services purchased on credit.",
"balance": "1000.00",
"totalBalance": "5000.00",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"taxLineDetails": {
"taxLineId": 123,
"taxLineName": "State Sales Tax"
},
"cashFlowClassification": "operating",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
]
}Changes
Changed in 5 of the 46 revisions of this API.512884
- ▲
for the
queryrequest parameterstatus, default valueactivewas addedrequest-parameter-default-value-added
- ▲
- ▲
for the
queryrequest parameterstatus, default valueactivewas removedrequest-parameter-default-value-removed
- ▲
- ▲
response property
data/items/accountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/balancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/bankAccountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/cashFlowClassificationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/isTaxAccountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/specialAccountTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/totalBalancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/parentresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/parent/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/parent/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_tax_line_infosubschema #2to thedata/items/taxLineDetailsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/currencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/parentresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
accounts_payableenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
accounts_receivableenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
condense_item_adjustment_expensesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
cost_of_goods_soldenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
direct_deposit_liabilitiesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
estimatesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
exchange_gain_lossenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
financingenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
inventory_assetsenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
investingenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
item_receipt_accountenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
noneenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_applicableenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
opening_balance_equityenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
operatingenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
payroll_expensesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
payroll_liabilitiesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
petty_cashenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
purchase_ordersenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
reconciliation_differencesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
retained_earningsenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
sales_ordersenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
sales_tax_payableenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
uncategorized_expensesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
uncategorized_incomeenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undeposited_fundsenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_tax_line_infosubschema #2from thedata/items/taxLineDetailsresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
data/items/accountNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/balancebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/bankAccountNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/cashFlowClassificationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/isTaxAccountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/parentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/specialAccountTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/totalBalancebecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_tax_line_infosubschema #2to thedata/items/taxLineDetailsresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/parentresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ●
added the new
accounts_payableenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
accounts_receivableenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
condense_item_adjustment_expensesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
cost_of_goods_soldenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
direct_deposit_liabilitiesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
estimatesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
exchange_gain_lossenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
financingenum value to thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-added
- ●
added the new
inventory_assetsenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
investingenum value to thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-added
- ●
added the new
item_receipt_accountenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
noneenum value to thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_applicableenum value to thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-added
- ●
added the new
opening_balance_equityenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
operatingenum value to thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-added
- ●
added the new
payroll_expensesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
payroll_liabilitiesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
petty_cashenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
purchase_ordersenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
reconciliation_differencesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
retained_earningsenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
sales_ordersenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
sales_tax_payableenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
uncategorized_expensesenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
uncategorized_incomeenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undeposited_fundsenum value to thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-added
- ○
removed
qbd_tax_line_infosubschema #2from thedata/items/taxLineDetailsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/currencyresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/parentresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
data/items/accountNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/balancelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/bankAccountNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/cashFlowClassificationlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/isTaxAccountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/specialAccountTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/totalBalancelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
added the required property
data/items/currency/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/currency/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/parent/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/parent/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
response property
data/items/accountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/balancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/bankAccountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/cashFlowClassificationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/isTaxAccountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/specialAccountTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/totalBalancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/parentresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/parent/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/parent/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_tax_line_infosubschema #2to thedata/items/taxLineDetailsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/currencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/parentresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
accounts_payableenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
accounts_receivableenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
condense_item_adjustment_expensesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
cost_of_goods_soldenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
direct_deposit_liabilitiesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
estimatesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
exchange_gain_lossenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
financingenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
inventory_assetsenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
investingenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
item_receipt_accountenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
noneenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_applicableenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
opening_balance_equityenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
operatingenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
payroll_expensesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
payroll_liabilitiesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
petty_cashenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
purchase_ordersenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
reconciliation_differencesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
retained_earningsenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
sales_ordersenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
sales_tax_payableenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
uncategorized_expensesenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
uncategorized_incomeenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/cashFlowClassificationresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undeposited_fundsenum value from thedata/items/specialAccountTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_tax_line_infosubschema #2from thedata/items/taxLineDetailsresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲