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": "3dda1ef6-f33a-46b7-a778-05a288fa9902",
"CounterID": "2dd74b2e-b2f7-4c08-ad08-996753c744ea",
"UserID": "7c662725-b8c0-4969-87ad-179639d9d3f1",
"NewClosingBalance": 4.0,
"ClosingBalanceDateTime": "2026-07-26T17:52:20.2126795+02:00",
"HistoryIDP": "15d098ef-d7e0-42aa-92f6-1074079568fc",
"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. |