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": "1e1142fa-9cf8-4be3-b1e2-656d3b4eb1af", "roleId": "ce65bab7-2424-4272-b968-417430f7dddd", "departmentid": "d5b68494-2eed-4b89-94f3-fb71c13063c5", "groupEntityId": "e3c0a247-0963-42b9-a69d-f8dd15ba27e4", "entityId": "697177b4-dc23-4987-940b-90d21456b686", "countryId": "062b868a-66c9-4c78-96cf-997a9e7c361f", "regionId": "d4f0f91b-a59c-4e43-b7e4-3e72662a1e80", "stateId": "b55da8cd-2c6e-404b-afac-2819af145e6e", "locationId": "39871390-a43c-44ff-9232-b2487aac4454", "complianceCategoryId": "eca31abc-66e8-43b5-bd7c-f4646381ee0f", "litigationCategoryId": "9f844870-fefa-4eac-9356-f1b2eea7abae" }
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>eca31abc-66e8-43b5-bd7c-f4646381ee0f</complianceCategoryId> <countryId>062b868a-66c9-4c78-96cf-997a9e7c361f</countryId> <departmentid>d5b68494-2eed-4b89-94f3-fb71c13063c5</departmentid> <entityId>697177b4-dc23-4987-940b-90d21456b686</entityId> <groupEntityId>e3c0a247-0963-42b9-a69d-f8dd15ba27e4</groupEntityId> <litigationCategoryId>9f844870-fefa-4eac-9356-f1b2eea7abae</litigationCategoryId> <locationId>39871390-a43c-44ff-9232-b2487aac4454</locationId> <regionId>d4f0f91b-a59c-4e43-b7e4-3e72662a1e80</regionId> <roleId>ce65bab7-2424-4272-b968-417430f7dddd</roleId> <stateId>b55da8cd-2c6e-404b-afac-2819af145e6e</stateId> <userId>1e1142fa-9cf8-4be3-b1e2-656d3b4eb1af</userId> </GrantandRevokeParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.