GET BankAccountOpeningBalance/Get
Gets a list of Bank Account Opening Balances.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Bank Account Opening Balance| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Bank Account Opening Balance |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"BankAccountId": 1,
"BankAccount_CurrencyId": 1,
"BankAccount_ExchangeRate": 1.0,
"ID": 2,
"Balance": 3.0,
"Reason": "sample string 4",
"Date": "2025-12-21"
},
{
"BankAccountId": 1,
"BankAccount_CurrencyId": 1,
"BankAccount_ExchangeRate": 1.0,
"ID": 2,
"Balance": 3.0,
"Reason": "sample string 4",
"Date": "2025-12-21"
}
]
}