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": "4ff14565-db3b-4826-9b5a-7a6a8e7f8bba",
"RoleID": "a52f903b-b5f4-41e4-be22-db5917f8f32c",
"PermissionID": "80a1ac29-8fa3-45b7-b38d-ec7595cbada8",
"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.