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": "4ee827ed-5fcf-468a-9b8d-044f9bf66e4c", "ClientId": "615661c8-07e5-4b56-8b62-9df2d1390237", "ClientRoleId": "6209ce4a-b709-4b11-a954-704e57060598", "UserId": "3f891378-e551-4d88-bef8-7af490594b73", "UserName": "sample string 5", "DCMRoleId": "5f90176c-8542-4f4c-a8a6-631d93551b0d", "DCMRole": "sample string 7", "DesignationId": "9fad4771-4a01-4e0e-a4ce-505c6ef4fcc3", "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>615661c8-07e5-4b56-8b62-9df2d1390237</ClientId> <ClientRoleId>6209ce4a-b709-4b11-a954-704e57060598</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>5f90176c-8542-4f4c-a8a6-631d93551b0d</DCMRoleId> <DCMUserMappingID>4ee827ed-5fcf-468a-9b8d-044f9bf66e4c</DCMUserMappingID> <DesignationId>9fad4771-4a01-4e0e-a4ce-505c6ef4fcc3</DesignationId> <IsActive>true</IsActive> <UserId>3f891378-e551-4d88-bef8-7af490594b73</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.