POST UpdateUserEmail?credential={credential}&Is_Deleted={Is_Deleted}&source={source}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| credential | string |
Required |
|
| Is_Deleted | boolean |
Required |
|
| source | string |
Required |
Body Parameters
User_Email| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Profile_Email | integer |
None. |
|
| Secure_Id | integer |
None. |
|
| string |
None. |
||
| Is_Valid | boolean |
None. |
|
| Creation_Date | date |
None. |
|
| Last_Modification_Date | date |
None. |
|
| Id_Status | integer |
None. |
|
| Agent_Id | string |
None. |
|
| Activation_Code | string |
None. |
|
| Status | string |
None. |
|
| Use_Notification | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_Profile_Email": 1,
"Secure_Id": 1,
"Email": "sample string 1",
"Is_Valid": true,
"Creation_Date": "2025-12-14T15:03:12.8986811-05:00",
"Last_Modification_Date": "2025-12-14T15:03:12.8986811-05:00",
"Id_Status": 1,
"Agent_Id": "sample string 2",
"Activation_Code": "sample string 3",
"Status": "sample string 4",
"Use_Notification": true
}
application/xml, text/xml
Sample:
<User_Email xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Profile.Update.ETL"> <Activation_Code>sample string 3</Activation_Code> <Agent_Id>sample string 2</Agent_Id> <Creation_Date>2025-12-14T15:03:12.8986811-05:00</Creation_Date> <Email>sample string 1</Email> <Id_Profile_Email>1</Id_Profile_Email> <Id_Status>1</Id_Status> <Is_Valid>true</Is_Valid> <Last_Modification_Date>2025-12-14T15:03:12.8986811-05:00</Last_Modification_Date> <Secure_Id>1</Secure_Id> <Status>sample string 4</Status> <Use_Notification>true</Use_Notification> </User_Email>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjCode | integer |
None. |
|
| strDescription | string |
None. |
|
| strOrigen | string |
None. |
|
| blnIndicatorTransaccion | boolean |
None. |
|
| objException | Exception |
None. |
|
| Value | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.