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": "ffd2c7c2-be34-4d54-a283-f96469a0abd7",
"RoleID": "57ef1fad-0cab-4020-ba43-1695b8cd3d88",
"PermissionID": "37d2ecc9-9b4d-454e-a6c0-8e74ca0ca0bf",
"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.