POST services/api/v1/POS/Get_LatestCounterOpDetails
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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:15:45.7455101+04:00"
}