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": "b7361277-e3c7-4d96-a612-d6b841822115", "TransferTo": "59bec5e2-ccee-4f6f-adc1-45ed9af0112c", "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>b7361277-e3c7-4d96-a612-d6b841822115</TransferFrom> <TransferTo>59bec5e2-ccee-4f6f-adc1-45ed9af0112c</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.