PUT api/DCMUserTransferRole

PutDCMUserMappingMaster

Request Information

URI Parameters

None.

Body Parameters

CustomTransferUserRole
NameDescriptionTypeAdditional 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": "dbea57fe-99f3-49a4-829f-1775ebc9cf46",
  "TransferTo": "2fdfb060-a3da-4aa8-a097-f3d830323fa0",
  "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>dbea57fe-99f3-49a4-829f-1775ebc9cf46</TransferFrom>
  <TransferTo>2fdfb060-a3da-4aa8-a097-f3d830323fa0</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.