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": "00909c5d-43c0-4c99-9814-5d6d8b2424e1",
"RoleID": "59dae3a9-8f29-442a-b8a0-8c3bf6138418",
"PermissionID": "1b5e2718-c4a5-4027-9578-e97ff5eb5d18",
"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.