get https://production.rutterapi.com/accounting/balance_sheets
A balance sheet is a financial statement that reports a business's assets, liabilities and shareholders' equity during a specified period.
Currently Supported Platforms
Quickbooks Online
Quickbooks Desktop
Xero
Netsuite
Sage Business Cloud
Sage Intacct
Dynamics 365
Wave
Freshbooks
Zohobooks
The BalanceSheet Object
A Rutter BalanceSheet represents a point in time snapshot of a company's accounts. The balance sheet reports a business's assets, liabilities and shareholders' equity during the specified period.
Property | Type | Description |
---|---|---|
id | string | The rutter id for balance sheet |
created_at | string | The last ISO 8601 timestamp the balance sheet was created. |
updated_at | string | The last ISO 8601 timestamp the balance sheet was updated. |
start_date | string | The start date of the balance sheet. |
end_date | string | The end date of the balance sheet. |
currency_code | string | The ISO-4217 currency code of the order. |
assets | object | Top-level Assets Report Line Item that contacts all sub-level items. |
liabilities | object | Top-level Liabilities Report Line Item that contacts all sub-level items. |
equity | object | Top-level Equities Report Line Item that contacts all sub-level items. |
total_assets | number | Total value of assets. |
total_liabilities | number | Total value of liabilities. |
total_equity | number | Total value of equity. |