POST api/ActionRoleMapping?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
Body Parameters
CustomSTAManageAccessRoleName | 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. |
|
ClientID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientFilter": "69cf2d73-abe4-40c7-8b59-9ff83bc21806", "controllerName": "sample string 2", "actionId": "2e1a8523-f55e-4fc7-93b1-02c94320aec8", "roleId": "a53829ae-a98c-49eb-b0b7-702fd37118fb", "isRead": true, "isWrite": true, "multipleRoles": "sample string 7", "ActionMappingID": "da038fb8-1007-4c46-a5bf-074e9a9ce98f", "ClientID": "2c931f70-c5f1-48ae-b37a-ce0212d96950" }
application/xml, text/xml
Sample:
<CustomSTAManageAccessRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ActionMappingID>da038fb8-1007-4c46-a5bf-074e9a9ce98f</ActionMappingID> <ClientID>2c931f70-c5f1-48ae-b37a-ce0212d96950</ClientID> <actionId>2e1a8523-f55e-4fc7-93b1-02c94320aec8</actionId> <clientFilter>69cf2d73-abe4-40c7-8b59-9ff83bc21806</clientFilter> <controllerName>sample string 2</controllerName> <isRead>true</isRead> <isWrite>true</isWrite> <multipleRoles>sample string 7</multipleRoles> <roleId>a53829ae-a98c-49eb-b0b7-702fd37118fb</roleId> </CustomSTAManageAccessRole>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.