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": "cd85d6c4-9a01-44a2-b5e6-42f30dfd5c5a", "ClientId": "1e18deec-5c67-4bc6-a757-b543e3d90278", "ClientRoleId": "8cd5fba2-bb81-4508-9c2e-b0b1326d4784", "UserId": "96f1364b-86a9-403c-b786-2ed6e60c9dc1", "UserName": "sample string 5", "DCMRoleId": "baf7cc68-f00d-4c47-aacc-dfe075e4e4f5", "DCMRole": "sample string 7", "DesignationId": "e20b1af2-6bb2-4ae9-8ecd-7694963f8677", "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>1e18deec-5c67-4bc6-a757-b543e3d90278</ClientId> <ClientRoleId>8cd5fba2-bb81-4508-9c2e-b0b1326d4784</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>baf7cc68-f00d-4c47-aacc-dfe075e4e4f5</DCMRoleId> <DCMUserMappingID>cd85d6c4-9a01-44a2-b5e6-42f30dfd5c5a</DCMUserMappingID> <DesignationId>e20b1af2-6bb2-4ae9-8ecd-7694963f8677</DesignationId> <IsActive>true</IsActive> <UserId>96f1364b-86a9-403c-b786-2ed6e60c9dc1</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.