PUT api/DCMManageUserProfile?DCMManageUserID={DCMManageUserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DCMManageUserID

globally unique identifier

Required

Body Parameters

DCMCustomManageUserProfileModel
NameDescriptionTypeAdditional information
PrivacyConsent

integer

None.

SecurityToken

string

None.

ImagePath

string

None.

DCMManageUserProfileID

globally unique identifier

None.

UserID

globally unique identifier

None.

ClientID

globally unique identifier

None.

ManageUserID

globally unique identifier

None.

UserName

string

None.

UserEmail

string

None.

UserMobileNo

string

None.

DesignationID

globally unique identifier

None.

LocationID

globally unique identifier

None.

Location

string

None.

Status

boolean

None.

CreatedOn

date

None.

CountryID

globally unique identifier

None.

CountryName

string

None.

EntityID

globally unique identifier

None.

Entityname

string

None.

Password

string

None.

ClientName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PrivacyConsent": 1,
  "SecurityToken": "sample string 2",
  "ImagePath": "sample string 3",
  "DCMManageUserProfileID": "ab4426a8-8c6d-45c2-b669-9fefc91e9350",
  "UserID": "da6b94af-626b-41c6-be2c-9316a5590287",
  "ClientID": "123fd1d6-9237-42ba-b0f1-c635661991be",
  "ManageUserID": "c1b8a6df-583b-4514-856d-86b3f51fc96f",
  "UserName": "sample string 8",
  "UserEmail": "sample string 9",
  "UserMobileNo": "sample string 10",
  "DesignationID": "4aef5b7f-184d-4b14-a200-7441ee89a046",
  "LocationID": "bdadcca8-8e4b-4e52-b2eb-0080ae44f59b",
  "Location": "sample string 13",
  "Status": true,
  "CreatedOn": "2025-03-26T10:33:10.5328923+00:00",
  "CountryID": "e7fcc097-5b14-4454-97c7-744204707c64",
  "CountryName": "sample string 16",
  "EntityID": "37a9895f-e74e-4728-92dd-c056982f09b0",
  "Entityname": "sample string 18",
  "Password": "sample string 19",
  "ClientName": "sample string 20"
}

application/xml, text/xml

Sample:
<DCMCustomManageUserProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <ClientID>123fd1d6-9237-42ba-b0f1-c635661991be</ClientID>
  <ClientName>sample string 20</ClientName>
  <CountryID>e7fcc097-5b14-4454-97c7-744204707c64</CountryID>
  <CountryName>sample string 16</CountryName>
  <CreatedOn>2025-03-26T10:33:10.5328923+00:00</CreatedOn>
  <DCMManageUserProfileID>ab4426a8-8c6d-45c2-b669-9fefc91e9350</DCMManageUserProfileID>
  <DesignationID>4aef5b7f-184d-4b14-a200-7441ee89a046</DesignationID>
  <EntityID>37a9895f-e74e-4728-92dd-c056982f09b0</EntityID>
  <Entityname>sample string 18</Entityname>
  <ImagePath>sample string 3</ImagePath>
  <Location>sample string 13</Location>
  <LocationID>bdadcca8-8e4b-4e52-b2eb-0080ae44f59b</LocationID>
  <ManageUserID>c1b8a6df-583b-4514-856d-86b3f51fc96f</ManageUserID>
  <Password>sample string 19</Password>
  <PrivacyConsent>1</PrivacyConsent>
  <SecurityToken>sample string 2</SecurityToken>
  <Status>true</Status>
  <UserEmail>sample string 9</UserEmail>
  <UserID>da6b94af-626b-41c6-be2c-9316a5590287</UserID>
  <UserMobileNo>sample string 10</UserMobileNo>
  <UserName>sample string 8</UserName>
</DCMCustomManageUserProfileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ClientMaster
NameDescriptionTypeAdditional information
ClientMasterID

globally unique identifier

None.

ClientName

string

None.

ClientDescription

string

None.

Location

string

None.

CreatedBy

globally unique identifier

None.

CreatedOn

date

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

ExpiredOn

date

None.

Prefix

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ClientMasterID": "095c3c87-abad-41bd-b51b-aa57b101cd55",
  "ClientName": "sample string 2",
  "ClientDescription": "sample string 3",
  "Location": "sample string 4",
  "CreatedBy": "46ef3fe7-65e3-4d77-9e34-aa0a58a5868c",
  "CreatedOn": "2025-03-26T10:33:10.5484862+00:00",
  "ModifiedBy": "272c57da-6bb7-4cd6-9245-4e3d4e1aeada",
  "ModifiedOn": "2025-03-26T10:33:10.5484862+00:00",
  "ExpiredOn": "2025-03-26T10:33:10.5484862+00:00",
  "Prefix": "sample string 9"
}

application/xml, text/xml

Sample:
<ClientMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.Models">
  <ClientDescription>sample string 3</ClientDescription>
  <ClientMasterID>095c3c87-abad-41bd-b51b-aa57b101cd55</ClientMasterID>
  <ClientName>sample string 2</ClientName>
  <CreatedBy>46ef3fe7-65e3-4d77-9e34-aa0a58a5868c</CreatedBy>
  <CreatedOn>2025-03-26T10:33:10.5484862+00:00</CreatedOn>
  <ExpiredOn>2025-03-26T10:33:10.5484862+00:00</ExpiredOn>
  <Location>sample string 4</Location>
  <ModifiedBy>272c57da-6bb7-4cd6-9245-4e3d4e1aeada</ModifiedBy>
  <ModifiedOn>2025-03-26T10:33:10.5484862+00:00</ModifiedOn>
  <Prefix>sample string 9</Prefix>
</ClientMaster>