POST api/ManageAccessRole?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
Body Parameters
CustomManageAccessRoleName | Description | Type | Additional information |
---|---|---|---|
clientFilter | globally unique identifier |
None. |
|
controllerName | string |
None. |
|
actionId | globally unique identifier |
None. |
|
roleId | globally unique identifier |
None. |
|
isRead | boolean |
None. |
|
isWrite | boolean |
None. |
|
multipleRoles | string |
None. |
|
ActionMappingID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientFilter": "ff6bf313-68e7-49b5-a9e1-0c9f81ffb347", "controllerName": "sample string 2", "actionId": "4be3a8a8-b896-4c6b-9b6c-900a5d62a832", "roleId": "97ce071c-5943-42fe-996b-3834a040be59", "isRead": true, "isWrite": true, "multipleRoles": "sample string 7", "ActionMappingID": "105235d9-bf04-4c5d-8167-0195fa3e0fda" }
application/xml, text/xml
Sample:
<CustomManageAccessRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ActionMappingID>105235d9-bf04-4c5d-8167-0195fa3e0fda</ActionMappingID> <actionId>4be3a8a8-b896-4c6b-9b6c-900a5d62a832</actionId> <clientFilter>ff6bf313-68e7-49b5-a9e1-0c9f81ffb347</clientFilter> <controllerName>sample string 2</controllerName> <isRead>true</isRead> <isWrite>true</isWrite> <multipleRoles>sample string 7</multipleRoles> <roleId>97ce071c-5943-42fe-996b-3834a040be59</roleId> </CustomManageAccessRole>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.