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": "3228cbc5-d415-4013-8acd-3f2718b9c490", "ClientId": "3dff71cb-0773-4d2b-9a57-edefbb117360", "ClientRoleId": "b5411a8d-db44-4023-a270-b1ecd43a15fa", "UserId": "ba2090d2-2601-4a3c-a0be-b881b2c34c09", "UserName": "sample string 5", "DCMRoleId": "54032165-63c9-4a23-900b-0433cfa5700a", "DCMRole": "sample string 7", "DesignationId": "d2f9c7dd-8053-41d4-b7a8-9491e1ef0e75", "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>3dff71cb-0773-4d2b-9a57-edefbb117360</ClientId> <ClientRoleId>b5411a8d-db44-4023-a270-b1ecd43a15fa</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>54032165-63c9-4a23-900b-0433cfa5700a</DCMRoleId> <DCMUserMappingID>3228cbc5-d415-4013-8acd-3f2718b9c490</DCMUserMappingID> <DesignationId>d2f9c7dd-8053-41d4-b7a8-9491e1ef0e75</DesignationId> <IsActive>true</IsActive> <UserId>ba2090d2-2601-4a3c-a0be-b881b2c34c09</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.