Chart Of Accounts
The Chart of Accounts in Zoho Books consists of a wide range of accounts that are generally used with any type of business. The accounts are classified into different types such as Income, Expense, Equity, Liability & Assets.
Attribute
other_asset
, other_current_asset
, intangible_asset
, right_to_use_asset
,financial_asset
,contingent_asset
, cash
, bank
, fixed_asset
, other_current_liability
, credit_card
, long_term_liability
, loans_and_borrowing
,lease_liability
,employee_benefit_liability
,contingent_liability
,financial_liability
, other_liability
, equity
, income
,finance_income
,other_comprehensive_income
, other_income
, expense
, manufacturing_expense
,impairment_expense
,depreciation_expense
,employee_benefit_expense
,lease_expense
,finance_expense
,tax_expense
, cost_of_goods_sold
, other_expense
, accounts_receivable
and accounts_payable
.Create an account
Creates an account with the given account type.
OAuth Scope : ZohoBooks.accountants.CREATE
Arguments
other_asset
, other_current_asset
, intangible_asset
, right_to_use_asset
,financial_asset
,contingent_asset
, cash
, bank
, fixed_asset
, other_current_liability
, credit_card
, long_term_liability
, loans_and_borrowing
,lease_liability
,employee_benefit_liability
,contingent_liability
,financial_liability
, other_liability
, equity
, income
,finance_income
,other_comprehensive_income
, other_income
, expense
, manufacturing_expense
,impairment_expense
,depreciation_expense
,employee_benefit_expense
,lease_expense
,finance_expense
,tax_expense
, cost_of_goods_sold
, other_expense
, accounts_receivable
and accounts_payable
.List chart of accounts
List all chart of accounts along with pagination.
OAuth Scope : ZohoBooks.accountants.READ
Query Parameters
AccountType.All
, AccountType.Active
, AccountType.Inactive
, AccountType.Asset
, AccountType.Liability
, AccountType.Equity
, AccountType.Income
and AccountType.Expense
.account_name
and account_type
.Update an account
Updates the account information.
OAuth Scope : ZohoBooks.accountants.UPDATE
Arguments
other_asset
, other_current_asset
, intangible_asset
, right_to_use_asset
,financial_asset
,contingent_asset
, cash
, bank
, fixed_asset
, other_current_liability
, credit_card
, long_term_liability
, loans_and_borrowing
,lease_liability
,employee_benefit_liability
,contingent_liability
,financial_liability
, other_liability
, equity
, income
,finance_income
,other_comprehensive_income
, other_income
, expense
, manufacturing_expense
,impairment_expense
,depreciation_expense
,employee_benefit_expense
,lease_expense
,finance_expense
,tax_expense
, cost_of_goods_sold
, other_expense
, accounts_receivable
and accounts_payable
.Get an account
Gets the details of an account.
OAuth Scope : ZohoBooks.accountants.READ
Delete an account
Deletes the given account. Accounts associated in any transaction/products could not be deleted.
OAuth Scope : ZohoBooks.accountants.DELETE
Mark an account as active
Updates the account status as active.
OAuth Scope : ZohoBooks.accountants.CREATE
Mark an account as inactive
Updates the account status as inactive.
OAuth Scope : ZohoBooks.accountants.CREATE
List of transactions for an account
List all involved transactions for the given account.
OAuth Scope : ZohoBooks.accountants.READ
Query Parameters
date.start
, date.end
, date.before
and date.after
.amount.less_than
, amount.less_equals
, amount.greater_than
and amount.greater_equals
.AccountType.All
, AccountType.Active
, AccountType.Inactive
, AccountType.Asset
, AccountType.Liability
, AccountType.Equity
, AccountType.Income
and AccountType.Expense
.invoice
, customer_payment
, bills
, vendor_payment
, credit_notes
, creditnote_refund
, expense
, card_payment
, purchase_or_charges
, journal
, deposit
, refund
, transfer_fund
, base_currency_adjustment
, opening_balance
, sales_without_invoices
, expense_refund
, tax_refund
, receipt_from_initial_debtors
, owner_contribution
, interest_income
, other_income
, owner_drawings
and payment_to_initial_creditors
.account_name
and account_type
.Delete a transaction
Deletes the transaction.
OAuth Scope : ZohoBooks.accountants.DELETE