POST api/DCMUserMappingMaster

PostDCMUserMaster

Request Information

URI Parameters

None.

Body Parameters

CustomAddDCMUserMappingWithMOdule
NameDescriptionTypeAdditional 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": "869f5842-5f03-4fff-9f8e-30ca9a7e9195",
  "ClientId": "fdeafd41-a27e-4b5f-8a6a-2aed59fa571e",
  "ClientRoleId": "f3c1c34b-4293-4d2d-b1d8-8deb218f4a9a",
  "UserId": "b5b96215-7967-48e4-bedd-99561462a198",
  "UserName": "sample string 5",
  "DCMRoleId": "dc77e170-91df-4c51-92f1-10d0ecbfb4b6",
  "DCMRole": "sample string 7",
  "DesignationId": "61860f21-4d02-4e30-9d39-370f6d68ac0c",
  "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>fdeafd41-a27e-4b5f-8a6a-2aed59fa571e</ClientId>
  <ClientRoleId>f3c1c34b-4293-4d2d-b1d8-8deb218f4a9a</ClientRoleId>
  <DCMRole>sample string 7</DCMRole>
  <DCMRoleId>dc77e170-91df-4c51-92f1-10d0ecbfb4b6</DCMRoleId>
  <DCMUserMappingID>869f5842-5f03-4fff-9f8e-30ca9a7e9195</DCMUserMappingID>
  <DesignationId>61860f21-4d02-4e30-9d39-370f6d68ac0c</DesignationId>
  <IsActive>true</IsActive>
  <UserId>b5b96215-7967-48e4-bedd-99561462a198</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.