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": "f73e4fe5-de86-4ab7-ad56-a9059997785d", "controllerName": "sample string 2", "actionId": "88cec6e2-cbce-4078-9275-af011e3266b1", "roleId": "e6696701-5f19-49e6-aa78-8254a7c925f1", "isRead": true, "isWrite": true, "multipleRoles": "sample string 7", "ActionMappingID": "b753f179-7116-44c7-b44e-33bd4b0ac7c2" }
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>b753f179-7116-44c7-b44e-33bd4b0ac7c2</ActionMappingID> <actionId>88cec6e2-cbce-4078-9275-af011e3266b1</actionId> <clientFilter>f73e4fe5-de86-4ab7-ad56-a9059997785d</clientFilter> <controllerName>sample string 2</controllerName> <isRead>true</isRead> <isWrite>true</isWrite> <multipleRoles>sample string 7</multipleRoles> <roleId>e6696701-5f19-49e6-aa78-8254a7c925f1</roleId> </CustomManageAccessRole>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.