PUT Application/PutRolePermission
Request Information
URI Parameters
None.
Body Parameters
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": "7677f853-96a5-4983-84d8-f08e828bc3a8",
"RoleID": "6cc058e6-9bf3-4780-aea4-0367046cd436",
"PermissionID": "33c84dfd-42e5-4bda-b1a6-e60f4acc9585",
"AuthorisationTypeID": 1,
"Name": "sample string 4"
}
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.