POST api/DCMUserMappingMaster
PostDCMUserMaster
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": "e0019665-8615-4bd1-ab86-2b27ff4e34ed", "ClientId": "445bfcaa-d146-4dee-ab73-fa8cd5038030", "ClientRoleId": "0c394ddf-83e9-475a-82d4-5d3f9a5ddc97", "UserId": "da653dad-d1d9-4784-9210-3c3af9c99275", "UserName": "sample string 5", "DCMRoleId": "0cce3b07-8868-4cdb-9817-c822cfcd04f2", "DCMRole": "sample string 7", "DesignationId": "afaed63b-874c-4a02-b0e0-ac00abc88746", "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>445bfcaa-d146-4dee-ab73-fa8cd5038030</ClientId> <ClientRoleId>0c394ddf-83e9-475a-82d4-5d3f9a5ddc97</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>0cce3b07-8868-4cdb-9817-c822cfcd04f2</DCMRoleId> <DCMUserMappingID>e0019665-8615-4bd1-ab86-2b27ff4e34ed</DCMUserMappingID> <DesignationId>afaed63b-874c-4a02-b0e0-ac00abc88746</DesignationId> <IsActive>true</IsActive> <UserId>da653dad-d1d9-4784-9210-3c3af9c99275</UserId> <UserName>sample string 5</UserName> </CustomAddDCMUserMappingWithMOdule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
this function stores the details of DCM User
None.