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