PUT api/DCMUserTransferRole
PutDCMUserMappingMaster
Request Information
URI Parameters
None.
Body Parameters
CustomTransferUserRoleName | Description | Type | Additional information |
---|---|---|---|
TransferFrom | globally unique identifier |
None. |
|
TransferTo | globally unique identifier |
None. |
|
Client | string |
None. |
|
DCMUserRolesFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TransferFrom": "088fde8e-f91d-4693-b207-b9dbb9708b98", "TransferTo": "59730bcd-7e76-4180-9359-437fc02f81c3", "Client": "sample string 3", "DCMUserRolesFrom": "sample string 4" }
application/xml, text/xml
Sample:
<CustomTransferUserRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <Client>sample string 3</Client> <DCMUserRolesFrom>sample string 4</DCMUserRolesFrom> <TransferFrom>088fde8e-f91d-4693-b207-b9dbb9708b98</TransferFrom> <TransferTo>59730bcd-7e76-4180-9359-437fc02f81c3</TransferTo> </CustomTransferUserRole>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
this function update the details of Transferred User Roles
None.