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": "b46a91a3-bd6c-406d-bf47-6127ca9f4229", "UserID": "a566d15c-a7d1-4f25-8636-4cbcaa71eb6e", "ClientID": "3c3b91c0-8227-4f5f-9cc2-8e18efac1bfb", "ManageUserID": "b4358ac6-b220-47c6-a790-698ecb0dbc00", "UserName": "sample string 8", "UserEmail": "sample string 9", "UserMobileNo": "sample string 10", "DesignationID": "3be0dafa-ada6-4ad3-94ca-3907682e1db3", "LocationID": "a3ae192c-1df9-47c7-869f-0cc4f6648799", "Location": "sample string 13", "Status": true, "CreatedOn": "2025-06-27T13:51:04.6446219+00:00", "CountryID": "4dac7a7e-d586-4d27-b56b-fc150ce32279", "CountryName": "sample string 16", "EntityID": "a1f87ad3-69bc-4c92-8663-5aa95d6661be", "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>3c3b91c0-8227-4f5f-9cc2-8e18efac1bfb</ClientID> <ClientName>sample string 20</ClientName> <CountryID>4dac7a7e-d586-4d27-b56b-fc150ce32279</CountryID> <CountryName>sample string 16</CountryName> <CreatedOn>2025-06-27T13:51:04.6446219+00:00</CreatedOn> <DCMManageUserProfileID>b46a91a3-bd6c-406d-bf47-6127ca9f4229</DCMManageUserProfileID> <DesignationID>3be0dafa-ada6-4ad3-94ca-3907682e1db3</DesignationID> <EntityID>a1f87ad3-69bc-4c92-8663-5aa95d6661be</EntityID> <Entityname>sample string 18</Entityname> <ImagePath>sample string 3</ImagePath> <Location>sample string 13</Location> <LocationID>a3ae192c-1df9-47c7-869f-0cc4f6648799</LocationID> <ManageUserID>b4358ac6-b220-47c6-a790-698ecb0dbc00</ManageUserID> <Password>sample string 19</Password> <PrivacyConsent>1</PrivacyConsent> <SecurityToken>sample string 2</SecurityToken> <Status>true</Status> <UserEmail>sample string 9</UserEmail> <UserID>a566d15c-a7d1-4f25-8636-4cbcaa71eb6e</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": "60561bdd-5274-445c-8153-1ef5964e1d2b", "ClientName": "sample string 2", "ClientDescription": "sample string 3", "Location": "sample string 4", "CreatedBy": "bee9ad69-4eef-4f7f-81fc-fb78ea1358ec", "CreatedOn": "2025-06-27T13:51:04.6446219+00:00", "ModifiedBy": "2eb90299-e028-412f-88e8-57660dfcc14b", "ModifiedOn": "2025-06-27T13:51:04.6446219+00:00", "ExpiredOn": "2025-06-27T13:51:04.6446219+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>60561bdd-5274-445c-8153-1ef5964e1d2b</ClientMasterID> <ClientName>sample string 2</ClientName> <CreatedBy>bee9ad69-4eef-4f7f-81fc-fb78ea1358ec</CreatedBy> <CreatedOn>2025-06-27T13:51:04.6446219+00:00</CreatedOn> <ExpiredOn>2025-06-27T13:51:04.6446219+00:00</ExpiredOn> <Location>sample string 4</Location> <ModifiedBy>2eb90299-e028-412f-88e8-57660dfcc14b</ModifiedBy> <ModifiedOn>2025-06-27T13:51:04.6446219+00:00</ModifiedOn> <Prefix>sample string 9</Prefix> </ClientMaster>