POST services/api/v1/POS/Get_LatestCounterOpDetails

Request Information

URI Parameters

None.

Body Parameters

LocationId
NameDescriptionTypeAdditional information
LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PosCounterOpDetails_ForAndroid
NameDescriptionTypeAdditional information
CounterOpenId

integer

None.

CounterId

integer

None.

DayopenId

integer

None.

SessionId

integer

None.

CashierId

integer

None.

LocId

integer

None.

DayOpenDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "CounterOpenId": 1,
  "CounterId": 2,
  "DayopenId": 3,
  "SessionId": 4,
  "CashierId": 5,
  "LocId": 6,
  "DayOpenDate": "2026-09-09T15:02:00.8723788+04:00"
}