Skip to main content

ChartOfAccount

idstring

Unique Bookkeep identifier for the ChartOfAccount object in string format.

Example: 1
typestring

Type of object.

Default value: qb_account
Example: qb_account
attributes object

ChartOfAccount attributes.

idinteger

Unique identifier for the ChartOfAccount object.

Example: 1
app_namestring

Name of accounting Platform.

Example: net_suite
app_identifierstring

Unique identifier specific to accounting platform.

Example: 4873XXXX_SB2
account_identifierstring

ChartOfAccount identifier in accounting platform.

Example: 1960
account_namestring

Name of the ChartOfAccount in accounting platform.

Example: Stripe Sales
account_currencystring

Currency of ChartOfAccount in accounting platform or base currency of the accounting platform.

Example: USD
account_typestring

ChartOfAccount type in accouting platform.

account_codestring

ChartOfAccount code in accounting platform.

Example: BKSTR123
account_statusstring

ChartOfAccount status in accounting platform.

Example: BKSTR123
descriptionstring

Bookkeep Generated ChartOfAccount description.

Example: Stripe Sales (USD)
account_class_typestring

ChartOfAccount class type in accounting platform.

account_sub_typestring

ChartOfAccount sub_type in accounting platform.

organization_idinteger

Unique identifier for the Organization object.

Example: 1
ChartOfAccount
{
"id": "1",
"type": "qb_account",
"attributes": {
"id": 1,
"app_name": "net_suite",
"app_identifier": "4873XXXX_SB2",
"account_identifier": "1960",
"account_name": "Stripe Sales",
"account_currency": "USD",
"account_type": "string",
"account_code": "BKSTR123",
"account_status": "BKSTR123",
"description": "Stripe Sales (USD)",
"account_class_type": "string",
"account_sub_type": "string",
"organization_id": 1
}
}