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": "f2c1bcf8-e3eb-496d-bd82-efa07660c681",
"CounterID": "f5ee402c-2b9c-423c-82d3-f50ab70eea08",
"UserID": "10048110-6381-4a72-adad-f4c5e2a3e38a",
"NewClosingBalance": 4.0,
"ClosingBalanceDateTime": "2026-01-01T20:58:19.5965191+01:00",
"HistoryIDP": "9ac73a1a-f7b8-4827-aef9-1d94695c90b3",
"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. |