POST shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/showAccountUserPermissions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

accountId

integer

Required

showAccountId

integer

Required

Body Parameters

ShowAccountUserPermissionCreateDto
NameDescriptionTypeAdditional information
ShowAccountUserId

integer

None.

PermissionType

PermissionType

None.

Request Formats

application/json, text/json

Sample:
{
  "ShowAccountUserId": 1,
  "PermissionType": 0
}

Response Information

Resource Description

ShowAccountUserPermissionDto
NameDescriptionTypeAdditional information
Id

integer

None.

ShowAccountUserId

integer

None.

PermissionType

PermissionType

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ShowAccountUserId": 2,
  "PermissionType": 0
}