POST services/api/rest/v1/CounterOpen

Request Information

URI Parameters

None.

Body Parameters

CounterOpen_Filter
NameDescriptionTypeAdditional information
LocationId

integer

None.

CashierId

integer

None.

CounterId

integer

None.

StartCash

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "CashierId": 2,
  "CounterId": 3,
  "StartCash": 4.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestCounterOp_Master
NameDescriptionTypeAdditional information
Id

integer

None.

CounterId

integer

None.

DayOpenId

integer

None.

CnDate

date

None.

CnTime

date

None.

CnType

boolean

None.

CashierId

integer

None.

SessionId

integer

None.

StartCash

decimal number

None.

LocId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CounterId": 2,
  "DayOpenId": 3,
  "CnDate": "2026-09-09T15:07:19.9253333+04:00",
  "CnTime": "2026-09-09T15:07:19.9253333+04:00",
  "CnType": true,
  "CashierId": 5,
  "SessionId": 6,
  "StartCash": 1.0,
  "LocId": 7
}