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": "43f7a58c-86f4-43dd-a30a-55bc673c1466", "roleId": "dc69d6ca-fa1f-429a-82a1-4f2699cb807f", "departmentid": "e4bb0db1-884f-4cbb-bce5-8cc7a417af63", "groupEntityId": "ef110a2f-47e5-4f98-b8f0-85184737d284", "entityId": "aba6546d-d33f-4161-8d44-6208c0ab61ca", "countryId": "bbc8da76-eb95-45df-9beb-9dbf500b441e", "regionId": "f4c645b5-4306-40ac-802c-468c9c4835bc", "stateId": "76f9bd2f-890c-4aae-980b-3656eb2df4eb", "locationId": "f8d77226-22ec-4b5f-9e1c-44ab765748c9", "complianceCategoryId": "779ee30c-087f-43c9-843d-48a2918996d3", "litigationCategoryId": "22ac2a81-5145-4333-8adc-a568e4aaec75" }
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>779ee30c-087f-43c9-843d-48a2918996d3</complianceCategoryId> <countryId>bbc8da76-eb95-45df-9beb-9dbf500b441e</countryId> <departmentid>e4bb0db1-884f-4cbb-bce5-8cc7a417af63</departmentid> <entityId>aba6546d-d33f-4161-8d44-6208c0ab61ca</entityId> <groupEntityId>ef110a2f-47e5-4f98-b8f0-85184737d284</groupEntityId> <litigationCategoryId>22ac2a81-5145-4333-8adc-a568e4aaec75</litigationCategoryId> <locationId>f8d77226-22ec-4b5f-9e1c-44ab765748c9</locationId> <regionId>f4c645b5-4306-40ac-802c-468c9c4835bc</regionId> <roleId>dc69d6ca-fa1f-429a-82a1-4f2699cb807f</roleId> <stateId>76f9bd2f-890c-4aae-980b-3656eb2df4eb</stateId> <userId>43f7a58c-86f4-43dd-a30a-55bc673c1466</userId> </GrantandRevokeParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.