POST BankAccountOpeningBalance/Save
Saves the specified Bank Account Opening Balance.
Request Information
URI Parameters
None.
Body Parameters
The Bank Account Opening Balance.
Bank Account Opening Balance| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| Balance | decimal |
None. |
|
| Reason | string |
None. |
|
| Date | date |
None. |
|
| BankAccountId | integer |
None. |
|
| BankAccount_CurrencyId | nullable integer |
None. |
|
| BankAccount_ExchangeRate | nullable decimal |
None. |
Request Formats
application/json, text/json
Sample:
{
"BankAccountId": 1,
"BankAccount_CurrencyId": 1,
"BankAccount_ExchangeRate": 1.0,
"ID": 2,
"Balance": 3.0,
"Reason": "sample string 4",
"Date": "2025-12-15"
}
Response Information
Resource Description
Bank Account Opening Balance| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| Balance | decimal |
None. |
|
| Reason | string |
None. |
|
| Date | date |
None. |
|
| BankAccountId | integer |
None. |
|
| BankAccount_CurrencyId | nullable integer |
None. |
|
| BankAccount_ExchangeRate | nullable decimal |
None. |
Response Formats
application/json, text/json
Sample:
{
"BankAccountId": 1,
"BankAccount_CurrencyId": 1,
"BankAccount_ExchangeRate": 1.0,
"ID": 2,
"Balance": 3.0,
"Reason": "sample string 4",
"Date": "2025-12-15"
}