POST api/Counter/updateClosingBalance

Request Information

URI Parameters

None.

Body Parameters

CounterUpdateClosingBalanceClass
NameDescriptionTypeAdditional 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": "931fcac8-0211-4f5a-96d2-861898881263",
  "CounterID": "361392af-4247-4695-9fc7-a2c96f23d0e7",
  "UserID": "b274c4c9-4ba4-4eb7-81cc-a2d732eccee3",
  "NewClosingBalance": 4.0,
  "ClosingBalanceDateTime": "2025-10-27T20:50:44.7948908+05:30",
  "HistoryIDP": "44879bfa-52b6-4cbb-abd9-af34116b3629",
  "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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.