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": "de632f42-a1bc-48cf-9117-6ea83604e635",
"RoleID": "888479f4-2052-4457-afb9-14926cf444c8",
"PermissionID": "e149f8fb-0f03-4b4c-bffa-35d4783f0724",
"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.