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": "f5aafffe-46b7-46c3-80c4-69678640b721", "controllerName": "sample string 2", "actionId": "59057008-247e-4bb6-9b99-969bc3d11e99", "roleId": "97d29db9-3f55-4f31-861f-2a157ccb498a", "isRead": true, "isWrite": true, "multipleRoles": "sample string 7", "ActionMappingID": "7704cf94-a921-4299-b807-5c0712f0d85d", "ClientID": "decbf6a3-aff8-41e2-8465-3beb3504d7bc" }
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>7704cf94-a921-4299-b807-5c0712f0d85d</ActionMappingID> <ClientID>decbf6a3-aff8-41e2-8465-3beb3504d7bc</ClientID> <actionId>59057008-247e-4bb6-9b99-969bc3d11e99</actionId> <clientFilter>f5aafffe-46b7-46c3-80c4-69678640b721</clientFilter> <controllerName>sample string 2</controllerName> <isRead>true</isRead> <isWrite>true</isWrite> <multipleRoles>sample string 7</multipleRoles> <roleId>97d29db9-3f55-4f31-861f-2a157ccb498a</roleId> </CustomSTAManageAccessRole>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.