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