POST permissions/checkRequest

Request Information

URI Parameters

None.

Body Parameters

CheckRequestDto
NameDescriptionTypeAdditional information
ShowId

integer

None.

AccountId

integer

None.

ShowAccountId

integer

None.

RequestType

RequestType

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShowId": 1,
  "AccountId": 1,
  "ShowAccountId": 1,
  "RequestType": 1,
  "UserId": 1
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true