POST services/api/rest/v1/Get_RestPosPrivilegeAction
Request Information
URI Parameters
None.
Body Parameters
RestLog_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| CashierId | integer |
None. |
|
| CashierName | string |
None. |
|
| AuthId | integer |
None. |
|
| AuthName | string |
None. |
|
| UniqueId | string |
None. |
|
| CounterOpId | integer |
None. |
|
| ActionId | integer |
None. |
|
| ActionName | string |
None. |
|
| LocationId | integer |
None. |
|
| LocationName | string |
None. |
|
| InvNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CashierId": 1,
"CashierName": "sample string 2",
"AuthId": 3,
"AuthName": "sample string 4",
"UniqueId": "sample string 5",
"CounterOpId": 6,
"ActionId": 7,
"ActionName": "sample string 8",
"LocationId": 9,
"LocationName": "sample string 10",
"InvNo": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PosPrivilege_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionId | integer |
None. |
|
| ActionName | string |
None. |
|
| UserRight | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ActionId": 1,
"ActionName": "sample string 2",
"UserRight": true
}