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": "2508caba-5317-434a-a5c7-b77bf2368c92",
"RoleID": "7d72160a-87a0-4c0b-b1ac-15563b1fa5a0",
"PermissionID": "b28674fa-d50e-48ba-80ae-a17a0ccb98f8",
"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.