POST api/DCMAdminRoleEntitiesMapping?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
Body Parameters
AdminRoleAreasMappingName | Description | Type | Additional information |
---|---|---|---|
clientFilter | globally unique identifier |
None. |
|
Type | string |
None. |
|
ddlAreaId | globally unique identifier |
None. |
|
userId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientFilter": "0bd14a8f-2df2-4482-be2c-369313de1381", "Type": "sample string 2", "ddlAreaId": "13377229-a934-4e0d-b003-eed9454af7ea", "userId": "d2c7635f-b4db-4304-8ecd-b0186aa5af09" }
application/xml, text/xml
Sample:
<AdminRoleAreasMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <Type>sample string 2</Type> <clientFilter>0bd14a8f-2df2-4482-be2c-369313de1381</clientFilter> <ddlAreaId>13377229-a934-4e0d-b003-eed9454af7ea</ddlAreaId> <userId>d2c7635f-b4db-4304-8ecd-b0186aa5af09</userId> </AdminRoleAreasMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.