POST services/api/rest/v1/Get_Settings_ByLocation
Request Information
URI Parameters
None.
Body Parameters
Rest_UniqueId_Loc_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestCounterOp_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| UniqueId | string |
None. |
|
| DayOpenId | integer |
None. |
|
| DayOpenDate | date |
None. |
|
| CounterOpenId | integer |
None. |
|
| CounterId | integer |
None. |
|
| CounterName | string |
None. |
|
| CashierId | integer |
None. |
|
| CashierName | string |
None. |
|
| LocationId | integer |
None. |
|
| LocationName | string |
None. |
|
| PrintType | string |
None. |
|
| CommonPrinter | string |
None. |
|
| CounterOpenStatus | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"UniqueId": "sample string 1",
"DayOpenId": 2,
"DayOpenDate": "2026-09-09T15:12:18.5383657+04:00",
"CounterOpenId": 4,
"CounterId": 5,
"CounterName": "sample string 6",
"CashierId": 7,
"CashierName": "sample string 8",
"LocationId": 9,
"LocationName": "sample string 10",
"PrintType": "sample string 11",
"CommonPrinter": "sample string 12",
"CounterOpenStatus": true
}