POST api/Counter/updateClosingBalance
Request Information
URI Parameters
None.
Body Parameters
CounterUpdateClosingBalanceClass| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | globally unique identifier |
None. |
|
| CounterID | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| NewClosingBalance | decimal number |
None. |
|
| ClosingBalanceDateTime | date |
Data type: DateTime |
|
| HistoryIDP | globally unique identifier |
None. |
|
| CashJson | Collection of Object |
None. |
|
| Currency | string |
None. |
|
| Remark | string |
None. |
|
| OriginalBalance | decimal number |
None. |
|
| IsMismatchBalance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchID": "fbb8c85a-77a9-4141-a017-0049f1456827",
"CounterID": "5769ec40-dbad-490d-bb3d-a8e903a94662",
"UserID": "088f357f-1c6c-42b3-ac44-5f9a8c4d24aa",
"NewClosingBalance": 4.0,
"ClosingBalanceDateTime": "2026-03-03T01:35:51.2623649+01:00",
"HistoryIDP": "3a9f9931-8f29-4ce5-a528-cec9ca98ca9a",
"CashJson": null,
"Currency": "sample string 7",
"Remark": "sample string 8",
"OriginalBalance": 1.0,
"IsMismatchBalance": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |