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": "a267554c-ad97-4555-9796-e990748411ed", "Type": "sample string 2", "ddlAreaId": "252a970e-1c8e-44bd-b143-bb5681662885", "userId": "4badc3cb-7877-4bd1-a91a-78eb814b3dd9" }
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>a267554c-ad97-4555-9796-e990748411ed</clientFilter> <ddlAreaId>252a970e-1c8e-44bd-b143-bb5681662885</ddlAreaId> <userId>4badc3cb-7877-4bd1-a91a-78eb814b3dd9</userId> </AdminRoleAreasMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.