POST Application/PostRolePermissions
Request Information
URI Parameters
None.
Body Parameters
RolePermissionName | 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": "f965de49-73f7-4895-9945-e7a456e60932", "RoleID": "58533caa-1a01-424b-8b34-9601231f130b", "PermissionID": "a1f8b323-9534-4520-b8fc-fe0a174dc50e", "AuthorisationTypeID": 1, "Name": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.