PUT api/DCMUserMappingMaster
PutDCMUserMappingMaster
Request Information
URI Parameters
None.
Body Parameters
CustomAddDCMUserMappingWithMOduleName | Description | Type | Additional information |
---|---|---|---|
DCMUserMappingID | globally unique identifier |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientRoleId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
DCMRoleId | globally unique identifier |
None. |
|
DCMRole | string |
None. |
|
DesignationId | globally unique identifier |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DCMUserMappingID": "6b90b225-99b8-47e3-ba57-97061091d19a", "ClientId": "d89e0440-fecd-48a4-b015-a5131805fa49", "ClientRoleId": "d09509be-8e79-44c2-8a18-830bf51f30f0", "UserId": "b607ca04-69dc-4b66-92ea-8adbf8eeb3f8", "UserName": "sample string 5", "DCMRoleId": "a37c197c-57f3-409f-9568-de55fcc1f852", "DCMRole": "sample string 7", "DesignationId": "efd1f471-f749-4bbd-8e26-15b2c8347613", "IsActive": true }
application/xml, text/xml
Sample:
<CustomAddDCMUserMappingWithMOdule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ClientId>d89e0440-fecd-48a4-b015-a5131805fa49</ClientId> <ClientRoleId>d09509be-8e79-44c2-8a18-830bf51f30f0</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>a37c197c-57f3-409f-9568-de55fcc1f852</DCMRoleId> <DCMUserMappingID>6b90b225-99b8-47e3-ba57-97061091d19a</DCMUserMappingID> <DesignationId>efd1f471-f749-4bbd-8e26-15b2c8347613</DesignationId> <IsActive>true</IsActive> <UserId>b607ca04-69dc-4b66-92ea-8adbf8eeb3f8</UserId> <UserName>sample string 5</UserName> </CustomAddDCMUserMappingWithMOdule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
this function update the details of User Mapping
None.