PUT Application/PutRolePermissions
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "c1351942-18ea-4eea-8b9b-8ea31251a510", "RoleID": "9fd947fc-b042-4759-9de1-d4672e234878", "PermissionID": "f25ce854-6510-4be4-ae05-d8f897cd8cea", "AuthorisationTypeID": 1, "Name": "sample string 4" }, { "$ref": "1" } ]
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.