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": "8da89b73-dcbe-4e00-a363-90eae548ea7a", "roleId": "c04ff6e8-d40d-409b-bf8c-ed54d97125cd", "departmentid": "b5d881d7-2353-4b34-8066-47ee8b4b70f7", "groupEntityId": "fb21578a-e61d-4382-a608-e98f1f89bc2b", "entityId": "1ece5660-d48f-4fb9-ab8c-5f694b44c56b", "countryId": "4c77319c-a1ce-4672-81c4-483fda8ba9da", "regionId": "1a81339b-e35f-427c-a783-500a2f701f9f", "stateId": "9379becb-ab14-434e-9fd6-6c293b7252cd", "locationId": "85820664-8709-4f07-a95f-942841809147", "complianceCategoryId": "de839ae8-7afa-4ee5-8b4d-819241a5ae2a", "litigationCategoryId": "ca9c357e-80d9-4520-900a-b2c24c0c5284" }
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>de839ae8-7afa-4ee5-8b4d-819241a5ae2a</complianceCategoryId> <countryId>4c77319c-a1ce-4672-81c4-483fda8ba9da</countryId> <departmentid>b5d881d7-2353-4b34-8066-47ee8b4b70f7</departmentid> <entityId>1ece5660-d48f-4fb9-ab8c-5f694b44c56b</entityId> <groupEntityId>fb21578a-e61d-4382-a608-e98f1f89bc2b</groupEntityId> <litigationCategoryId>ca9c357e-80d9-4520-900a-b2c24c0c5284</litigationCategoryId> <locationId>85820664-8709-4f07-a95f-942841809147</locationId> <regionId>1a81339b-e35f-427c-a783-500a2f701f9f</regionId> <roleId>c04ff6e8-d40d-409b-bf8c-ed54d97125cd</roleId> <stateId>9379becb-ab14-434e-9fd6-6c293b7252cd</stateId> <userId>8da89b73-dcbe-4e00-a363-90eae548ea7a</userId> </GrantandRevokeParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.