PUT api/DCMUserMappingMaster

PutDCMUserMappingMaster

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": "adb07f77-36d0-4c96-8629-d99040bc9aa9",
  "ClientId": "66b325a6-a68f-47ee-8e35-c326c16f3eee",
  "ClientRoleId": "2a32cb01-b799-43b3-a9ea-3bfb3df86a13",
  "UserId": "893eeebb-cdfc-4449-b823-9afb9fc315a1",
  "UserName": "sample string 5",
  "DCMRoleId": "a76387c2-c6d2-4a05-939b-876a4e341979",
  "DCMRole": "sample string 7",
  "DesignationId": "67de1b80-7855-44c4-9a7a-b69da9b35b2f",
  "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>66b325a6-a68f-47ee-8e35-c326c16f3eee</ClientId>
  <ClientRoleId>2a32cb01-b799-43b3-a9ea-3bfb3df86a13</ClientRoleId>
  <DCMRole>sample string 7</DCMRole>
  <DCMRoleId>a76387c2-c6d2-4a05-939b-876a4e341979</DCMRoleId>
  <DCMUserMappingID>adb07f77-36d0-4c96-8629-d99040bc9aa9</DCMUserMappingID>
  <DesignationId>67de1b80-7855-44c4-9a7a-b69da9b35b2f</DesignationId>
  <IsActive>true</IsActive>
  <UserId>893eeebb-cdfc-4449-b823-9afb9fc315a1</UserId>
  <UserName>sample string 5</UserName>
</CustomAddDCMUserMappingWithMOdule>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

this function update the details of User Mapping

None.