POST shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/showAccountUserPermissions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
accountId | integer |
Required |
|
showAccountId | integer |
Required |
Body Parameters
ShowAccountUserPermissionCreateDtoName | Description | Type | Additional information |
---|---|---|---|
ShowAccountUserId | integer |
None. |
|
PermissionType | PermissionType |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShowAccountUserId": 1, "PermissionType": 0 }
Response Information
Resource Description
ShowAccountUserPermissionDtoName | Description | Type | Additional 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 }