POST services/api/v1/Get_PosPrivilegeAction_ByActionId

Request Information

URI Parameters

None.

Body Parameters

UserId_LocationId_ActionId
NameDescriptionTypeAdditional information
UserId

integer

None.

LocationId

integer

None.

ActionId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "LocationId": 2,
  "ActionId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PosPrivilege_Details
NameDescriptionTypeAdditional 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
}