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": "e841b9a8-1183-485b-8dd7-4dc61af07e0d", "roleId": "5eb2e5bf-0906-4543-9466-d6252b1f04af", "departmentid": "478c050e-d51e-4452-9192-5873062b57cd", "groupEntityId": "247a9022-c4b9-47c5-978f-c637b39db79d", "entityId": "bc7ce329-7cf2-46f9-8d5d-cac8978ed285", "countryId": "4ee64d64-457b-4afb-b80c-7a2ef4a9cb2e", "regionId": "431a5a3f-e69a-4d7f-a013-65ffc0d15a7c", "stateId": "fb5fd03c-5758-4708-93d0-be13b2a27d94", "locationId": "1963c1c0-bb1e-48e7-a75d-3c301073826c", "complianceCategoryId": "62465868-24b4-4d89-a35c-b8e56dd4bae1", "litigationCategoryId": "099a439c-c768-4a29-a274-2329eb09883c" }
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>62465868-24b4-4d89-a35c-b8e56dd4bae1</complianceCategoryId> <countryId>4ee64d64-457b-4afb-b80c-7a2ef4a9cb2e</countryId> <departmentid>478c050e-d51e-4452-9192-5873062b57cd</departmentid> <entityId>bc7ce329-7cf2-46f9-8d5d-cac8978ed285</entityId> <groupEntityId>247a9022-c4b9-47c5-978f-c637b39db79d</groupEntityId> <litigationCategoryId>099a439c-c768-4a29-a274-2329eb09883c</litigationCategoryId> <locationId>1963c1c0-bb1e-48e7-a75d-3c301073826c</locationId> <regionId>431a5a3f-e69a-4d7f-a013-65ffc0d15a7c</regionId> <roleId>5eb2e5bf-0906-4543-9466-d6252b1f04af</roleId> <stateId>fb5fd03c-5758-4708-93d0-be13b2a27d94</stateId> <userId>e841b9a8-1183-485b-8dd7-4dc61af07e0d</userId> </GrantandRevokeParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.