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