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": "ff258c9c-0227-4850-a7ea-70d90f3d603d", "ClientId": "b4a2ef82-ea52-4bf5-959b-035672b5cc39", "ClientRoleId": "a4ebb27b-6186-4527-a17e-9d3c5ef88389", "UserId": "d59012da-38dd-48a1-ae8d-c5f18dd3282e", "UserName": "sample string 5", "DCMRoleId": "1634c1a7-337e-44b2-93f9-d688582bd526", "DCMRole": "sample string 7", "DesignationId": "2b2d4050-fa43-4082-8ca7-41cda3c406f7", "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>b4a2ef82-ea52-4bf5-959b-035672b5cc39</ClientId> <ClientRoleId>a4ebb27b-6186-4527-a17e-9d3c5ef88389</ClientRoleId> <DCMRole>sample string 7</DCMRole> <DCMRoleId>1634c1a7-337e-44b2-93f9-d688582bd526</DCMRoleId> <DCMUserMappingID>ff258c9c-0227-4850-a7ea-70d90f3d603d</DCMUserMappingID> <DesignationId>2b2d4050-fa43-4082-8ca7-41cda3c406f7</DesignationId> <IsActive>true</IsActive> <UserId>d59012da-38dd-48a1-ae8d-c5f18dd3282e</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.