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": "2a3f3f7e-d7e7-46ca-a2de-bbb22342d9d7", "ClientId": "b3182e4a-1363-4dab-8dcc-c1f306fdc253", "ClientRoleId": "29cfc5bd-0954-465a-8981-d45d368dc260", "UserId": "9b95aa5a-c009-4a1a-97a7-4ff841c50528", "UserName": "sample string 5", "DCMRoleId": "e447d8f8-48f3-4d82-83e3-55e2b7c26278", "DCMRole": "sample string 7", "DesignationId": "58a5dc38-335d-4baf-b910-6e7e8eb3ada5", "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>b3182e4a-1363-4dab-8dcc-c1f306fdc253</ClientId> <ClientRoleId>29cfc5bd-0954-465a-8981-d45d368dc260</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>e447d8f8-48f3-4d82-83e3-55e2b7c26278</DCMRoleId> <DCMUserMappingID>2a3f3f7e-d7e7-46ca-a2de-bbb22342d9d7</DCMUserMappingID> <DesignationId>58a5dc38-335d-4baf-b910-6e7e8eb3ada5</DesignationId> <IsActive>true</IsActive> <UserId>9b95aa5a-c009-4a1a-97a7-4ff841c50528</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.