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": "ef8d0f77-78e8-4e78-892f-89670dc084e4",
"CounterID": "1c8a5ed5-71af-4409-9a58-96c58120c537",
"UserID": "6a5b8708-a436-47c4-9af4-6c00c57c8350",
"NewClosingBalance": 4.0,
"ClosingBalanceDateTime": "2026-01-27T16:43:59.6845336+05:30",
"HistoryIDP": "174c4fd5-d94a-48d4-9d27-dd912ba25344",
"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. |