PUT api/DCMManageUserProfile?DCMManageUserID={DCMManageUserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DCMManageUserID | globally unique identifier |
Required |
Body Parameters
DCMCustomManageUserProfileModelName | Description | Type | Additional 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": "16ac3b11-c898-4010-b44f-131ca7300331", "UserID": "6cfab5dd-da57-46a7-bcce-a1d856514800", "ClientID": "07e242f8-c723-40e5-9019-12509ce57b13", "ManageUserID": "d2f4bb80-207a-49e4-a0ca-5f04ae9f6c90", "UserName": "sample string 8", "UserEmail": "sample string 9", "UserMobileNo": "sample string 10", "DesignationID": "584c6c3d-6651-40cc-9ad5-b3deb30265f6", "LocationID": "ecfbbd84-e656-4416-8f5f-a4c71526f39d", "Location": "sample string 13", "Status": true, "CreatedOn": "2025-03-14T01:24:15.7119728+00:00", "CountryID": "57bf36f0-8c12-4cdf-87fc-a4cbc9b63ff1", "CountryName": "sample string 16", "EntityID": "12528374-8b69-4f9f-9f0f-9c48739d9910", "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>07e242f8-c723-40e5-9019-12509ce57b13</ClientID> <ClientName>sample string 20</ClientName> <CountryID>57bf36f0-8c12-4cdf-87fc-a4cbc9b63ff1</CountryID> <CountryName>sample string 16</CountryName> <CreatedOn>2025-03-14T01:24:15.7119728+00:00</CreatedOn> <DCMManageUserProfileID>16ac3b11-c898-4010-b44f-131ca7300331</DCMManageUserProfileID> <DesignationID>584c6c3d-6651-40cc-9ad5-b3deb30265f6</DesignationID> <EntityID>12528374-8b69-4f9f-9f0f-9c48739d9910</EntityID> <Entityname>sample string 18</Entityname> <ImagePath>sample string 3</ImagePath> <Location>sample string 13</Location> <LocationID>ecfbbd84-e656-4416-8f5f-a4c71526f39d</LocationID> <ManageUserID>d2f4bb80-207a-49e4-a0ca-5f04ae9f6c90</ManageUserID> <Password>sample string 19</Password> <PrivacyConsent>1</PrivacyConsent> <SecurityToken>sample string 2</SecurityToken> <Status>true</Status> <UserEmail>sample string 9</UserEmail> <UserID>6cfab5dd-da57-46a7-bcce-a1d856514800</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
ClientMasterName | Description | Type | Additional 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": "8267d7c2-0519-47e6-a433-8aafb0d934ac", "ClientName": "sample string 2", "ClientDescription": "sample string 3", "Location": "sample string 4", "CreatedBy": "d7c9849d-8541-461b-a09b-86f8f3de2269", "CreatedOn": "2025-03-14T01:24:15.7119728+00:00", "ModifiedBy": "8429ff84-25d2-4e8d-bf36-8f1c15cfb968", "ModifiedOn": "2025-03-14T01:24:15.7119728+00:00", "ExpiredOn": "2025-03-14T01:24:15.7119728+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>8267d7c2-0519-47e6-a433-8aafb0d934ac</ClientMasterID> <ClientName>sample string 2</ClientName> <CreatedBy>d7c9849d-8541-461b-a09b-86f8f3de2269</CreatedBy> <CreatedOn>2025-03-14T01:24:15.7119728+00:00</CreatedOn> <ExpiredOn>2025-03-14T01:24:15.7119728+00:00</ExpiredOn> <Location>sample string 4</Location> <ModifiedBy>8429ff84-25d2-4e8d-bf36-8f1c15cfb968</ModifiedBy> <ModifiedOn>2025-03-14T01:24:15.7119728+00:00</ModifiedOn> <Prefix>sample string 9</Prefix> </ClientMaster>