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": "e06ce215-69ba-4077-b69c-e52bc2e05cc2", "controllerName": "sample string 2", "actionId": "2f21047a-eafc-4458-9ef3-be68205bfe28", "roleId": "2813d6a7-0921-4936-87e1-8a53b680b973", "isRead": true, "isWrite": true, "multipleRoles": "sample string 7", "ActionMappingID": "6d4aad6f-d9d6-4062-8a5f-43f3f04753d1", "ClientID": "74aa6be2-d6ae-427a-8b13-932d16474010" }
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>6d4aad6f-d9d6-4062-8a5f-43f3f04753d1</ActionMappingID> <ClientID>74aa6be2-d6ae-427a-8b13-932d16474010</ClientID> <actionId>2f21047a-eafc-4458-9ef3-be68205bfe28</actionId> <clientFilter>e06ce215-69ba-4077-b69c-e52bc2e05cc2</clientFilter> <controllerName>sample string 2</controllerName> <isRead>true</isRead> <isWrite>true</isWrite> <multipleRoles>sample string 7</multipleRoles> <roleId>2813d6a7-0921-4936-87e1-8a53b680b973</roleId> </CustomSTAManageAccessRole>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.