POST Application/PostRolePermissions
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": "cbaf6ba1-b4d5-403a-bda2-7381b72d99a4",
"RoleID": "49aa08b3-15f4-44fc-97f4-3686db580a54",
"PermissionID": "396f4d52-0d67-4fb3-b187-1f93b76e6500",
"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.