PUT Application/PutRolePermissions
Request Information
URI Parameters
None.
Body Parameters
Collection of RolePermission| Name | 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": "41452b16-e673-4f9f-8bb1-ac629277acdf",
"RoleID": "d902ef68-0a2b-4d52-a531-6002ea8ea9e5",
"PermissionID": "4bd09f7c-78d7-4b40-9714-ca9f2bad637b",
"AuthorisationTypeID": 1,
"Name": "sample string 4"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | 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.