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": "e25a02ca-85dc-44f0-a319-e9916c22f667", "UserID": "f8e8d254-3a22-42a2-abb6-09168f1931a1", "ClientID": "b47f4932-090d-4250-b658-a809a6f3bf80", "ManageUserID": "f7ee1d09-20ce-4fef-b9f9-365d4e2fa147", "UserName": "sample string 8", "UserEmail": "sample string 9", "UserMobileNo": "sample string 10", "DesignationID": "35fe52e8-adb4-4bf3-a00e-30e23562c3e6", "LocationID": "ed298ae5-4bfd-440b-86b6-dd4e6607d9fe", "Location": "sample string 13", "Status": true, "CreatedOn": "2025-03-26T08:46:48.962158+00:00", "CountryID": "b62e2111-bc5b-4d0d-be0e-b36cdcf83cf5", "CountryName": "sample string 16", "EntityID": "79590d7b-2344-4ce0-b251-46e2140548b7", "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>b47f4932-090d-4250-b658-a809a6f3bf80</ClientID> <ClientName>sample string 20</ClientName> <CountryID>b62e2111-bc5b-4d0d-be0e-b36cdcf83cf5</CountryID> <CountryName>sample string 16</CountryName> <CreatedOn>2025-03-26T08:46:48.962158+00:00</CreatedOn> <DCMManageUserProfileID>e25a02ca-85dc-44f0-a319-e9916c22f667</DCMManageUserProfileID> <DesignationID>35fe52e8-adb4-4bf3-a00e-30e23562c3e6</DesignationID> <EntityID>79590d7b-2344-4ce0-b251-46e2140548b7</EntityID> <Entityname>sample string 18</Entityname> <ImagePath>sample string 3</ImagePath> <Location>sample string 13</Location> <LocationID>ed298ae5-4bfd-440b-86b6-dd4e6607d9fe</LocationID> <ManageUserID>f7ee1d09-20ce-4fef-b9f9-365d4e2fa147</ManageUserID> <Password>sample string 19</Password> <PrivacyConsent>1</PrivacyConsent> <SecurityToken>sample string 2</SecurityToken> <Status>true</Status> <UserEmail>sample string 9</UserEmail> <UserID>f8e8d254-3a22-42a2-abb6-09168f1931a1</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": "12565b68-51ee-4ee3-bfe6-825086fd4438", "ClientName": "sample string 2", "ClientDescription": "sample string 3", "Location": "sample string 4", "CreatedBy": "c6cc3e4d-dd36-4c24-8d98-6e5c96a698f9", "CreatedOn": "2025-03-26T08:46:48.962158+00:00", "ModifiedBy": "637f2445-f678-4593-869a-985fe2cf393b", "ModifiedOn": "2025-03-26T08:46:48.962158+00:00", "ExpiredOn": "2025-03-26T08:46:48.962158+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>12565b68-51ee-4ee3-bfe6-825086fd4438</ClientMasterID> <ClientName>sample string 2</ClientName> <CreatedBy>c6cc3e4d-dd36-4c24-8d98-6e5c96a698f9</CreatedBy> <CreatedOn>2025-03-26T08:46:48.962158+00:00</CreatedOn> <ExpiredOn>2025-03-26T08:46:48.962158+00:00</ExpiredOn> <Location>sample string 4</Location> <ModifiedBy>637f2445-f678-4593-869a-985fe2cf393b</ModifiedBy> <ModifiedOn>2025-03-26T08:46:48.962158+00:00</ModifiedOn> <Prefix>sample string 9</Prefix> </ClientMaster>