PUT Application/PutRolePermission
Request Information
URI Parameters
None.
Body Parameters
RolePermissionName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
RoleID | globally unique identifier |
Required |
|
PermissionID | globally unique identifier |
Required |
|
AuthorisationTypeID | AuthorisationType |
Required |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "e19d6666-3551-4331-bb8e-010e8836505b", "RoleID": "4926d4f3-7c56-4a44-805b-f9324291e8ce", "PermissionID": "ee7ce929-e3ca-4c85-a283-c99eec2d65cb", "AuthorisationTypeID": 1, "Name": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.