|
1 | 1 | # BalanceSheet |
2 | 2 | (*financial_statements.balance_sheet*) |
3 | 3 |
|
| 4 | +## Overview |
| 5 | + |
4 | 6 | ### Available Operations |
5 | 7 |
|
6 | 8 | * [get](#get) - Get balance sheet |
@@ -36,26 +38,25 @@ if res is not None: |
36 | 38 |
|
37 | 39 | ``` |
38 | 40 |
|
39 | | - |
40 | | - |
41 | 41 | ### Parameters |
42 | 42 |
|
43 | 43 | | Parameter | Type | Required | Description | |
44 | 44 | | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | |
45 | 45 | | `request` | [operations.GetAccountingBalanceSheetRequest](../../models/operations/getaccountingbalancesheetrequest.md) | :heavy_check_mark: | The request object to use for the request. | |
46 | 46 | | `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. | |
47 | 47 |
|
48 | | - |
49 | 48 | ### Response |
50 | 49 |
|
51 | 50 | **[shared.AccountingBalanceSheet](../../models/shared/accountingbalancesheet.md)** |
| 51 | + |
52 | 52 | ### Errors |
53 | 53 |
|
54 | 54 | | Error Object | Status Code | Content Type | |
55 | 55 | | ------------------------------- | ------------------------------- | ------------------------------- | |
56 | 56 | | errors.ErrorMessage | 401,402,403,404,409,429,500,503 | application/json | |
57 | 57 | | errors.SDKError | 4xx-5xx | */* | |
58 | 58 |
|
| 59 | + |
59 | 60 | ## get_categorized_accounts |
60 | 61 |
|
61 | 62 | The *Get categorized balance sheet statement* endpoint returns a list of categorized accounts that appear on a company’s Balance Sheet along with a balance per financial statement date. |
@@ -86,19 +87,17 @@ if res is not None: |
86 | 87 |
|
87 | 88 | ``` |
88 | 89 |
|
89 | | - |
90 | | - |
91 | 90 | ### Parameters |
92 | 91 |
|
93 | 92 | | Parameter | Type | Required | Description | |
94 | 93 | | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | |
95 | 94 | | `request` | [operations.GetCategorizedBalanceSheetStatementRequest](../../models/operations/getcategorizedbalancesheetstatementrequest.md) | :heavy_check_mark: | The request object to use for the request. | |
96 | 95 | | `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. | |
97 | 96 |
|
98 | | - |
99 | 97 | ### Response |
100 | 98 |
|
101 | 99 | **[shared.EnhancedFinancialReport](../../models/shared/enhancedfinancialreport.md)** |
| 100 | + |
102 | 101 | ### Errors |
103 | 102 |
|
104 | 103 | | Error Object | Status Code | Content Type | |
|
0 commit comments