POST api/DCMAssignUser?btnType={btnType}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
btnType | string |
Required |
|
clientId | globally unique identifier |
Required |
Body Parameters
GrantandRevokeParametersName | Description | Type | Additional information |
---|---|---|---|
userId | globally unique identifier |
None. |
|
roleId | globally unique identifier |
None. |
|
departmentid | globally unique identifier |
None. |
|
groupEntityId | globally unique identifier |
None. |
|
entityId | globally unique identifier |
None. |
|
countryId | globally unique identifier |
None. |
|
regionId | globally unique identifier |
None. |
|
stateId | globally unique identifier |
None. |
|
locationId | globally unique identifier |
None. |
|
complianceCategoryId | globally unique identifier |
None. |
|
litigationCategoryId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": "fa503e0d-19ba-40a2-ab25-17ed3d96dd2c", "roleId": "71bddce7-9406-4a5a-a7d5-1c2fe5008818", "departmentid": "67a22609-2c13-4151-857a-07276487d754", "groupEntityId": "20765f59-dd34-482a-b64a-f8f562d92904", "entityId": "1e832b28-74bf-4d02-a0a5-835b89cab951", "countryId": "089290f9-7c32-4dbf-955a-69d05e388350", "regionId": "33882994-5666-4a80-822b-35100c0e1cb8", "stateId": "d8e702aa-5dc4-46e9-8389-0d08a370cbb3", "locationId": "c4d96354-7d56-4d78-8485-13d063398440", "complianceCategoryId": "6fc3ae94-a0b8-441e-b489-0cf804297bdc", "litigationCategoryId": "831d9f2e-dd7c-4e60-bac1-f1184520d060" }
application/xml, text/xml
Sample:
<GrantandRevokeParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <complianceCategoryId>6fc3ae94-a0b8-441e-b489-0cf804297bdc</complianceCategoryId> <countryId>089290f9-7c32-4dbf-955a-69d05e388350</countryId> <departmentid>67a22609-2c13-4151-857a-07276487d754</departmentid> <entityId>1e832b28-74bf-4d02-a0a5-835b89cab951</entityId> <groupEntityId>20765f59-dd34-482a-b64a-f8f562d92904</groupEntityId> <litigationCategoryId>831d9f2e-dd7c-4e60-bac1-f1184520d060</litigationCategoryId> <locationId>c4d96354-7d56-4d78-8485-13d063398440</locationId> <regionId>33882994-5666-4a80-822b-35100c0e1cb8</regionId> <roleId>71bddce7-9406-4a5a-a7d5-1c2fe5008818</roleId> <stateId>d8e702aa-5dc4-46e9-8389-0d08a370cbb3</stateId> <userId>fa503e0d-19ba-40a2-ab25-17ed3d96dd2c</userId> </GrantandRevokeParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.