POST InsertUser?credential={credential}&source={source}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
credential | string |
Required |
|
source | string |
Required |
Body Parameters
UserName | Description | Type | Additional information |
---|---|---|---|
Secure_Id | integer |
None. |
|
Agent_Id | string |
None. |
|
System_Type | string |
None. |
|
Name | string |
None. |
|
Last_Name | string |
None. |
|
Creation_Date | date |
None. |
|
Last_Modification_Date | date |
None. |
|
User_Email | Collection of User_Email |
None. |
|
User_Phone | Collection of User_Phone |
None. |
|
Agent_Use_Notification | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Secure_Id": 1, "Agent_Id": "sample string 1", "System_Type": "sample string 2", "Name": "sample string 3", "Last_Name": "sample string 4", "Creation_Date": "2025-04-28T08:18:48.8722445-04:00", "Last_Modification_Date": "2025-04-28T08:18:48.8722445-04:00", "User_Email": [ { "Id_Profile_Email": 1, "Secure_Id": 1, "Email": "sample string 1", "Is_Valid": true, "Creation_Date": "2025-04-28T08:18:48.8722445-04:00", "Last_Modification_Date": "2025-04-28T08:18:48.8722445-04:00", "Id_Status": 1, "Agent_Id": "sample string 2", "Activation_Code": "sample string 3", "Status": "sample string 4", "Use_Notification": true }, { "Id_Profile_Email": 1, "Secure_Id": 1, "Email": "sample string 1", "Is_Valid": true, "Creation_Date": "2025-04-28T08:18:48.8722445-04:00", "Last_Modification_Date": "2025-04-28T08:18:48.8722445-04:00", "Id_Status": 1, "Agent_Id": "sample string 2", "Activation_Code": "sample string 3", "Status": "sample string 4", "Use_Notification": true } ], "User_Phone": [ { "Id_Profile_Phone": 1, "Secure_Id": 1, "Area_Code": "sample string 1", "Phone_Number": "sample string 2", "Is_Valid": true, "Creation_Date": "2025-04-28T08:18:48.8722445-04:00", "Last_Modification_Date": "2025-04-28T08:18:48.8722445-04:00", "Id_Status": 1, "Status": "sample string 3", "Activation_Code": "sample string 4", "Agent_Id": "sample string 5", "Use_Notification": true }, { "Id_Profile_Phone": 1, "Secure_Id": 1, "Area_Code": "sample string 1", "Phone_Number": "sample string 2", "Is_Valid": true, "Creation_Date": "2025-04-28T08:18:48.8722445-04:00", "Last_Modification_Date": "2025-04-28T08:18:48.8722445-04:00", "Id_Status": 1, "Status": "sample string 3", "Activation_Code": "sample string 4", "Agent_Id": "sample string 5", "Use_Notification": true } ], "Agent_Use_Notification": true }
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Profile.Update.ETL"> <Agent_Id>sample string 1</Agent_Id> <Agent_Use_Notification>true</Agent_Use_Notification> <Creation_Date>2025-04-28T08:18:48.8722445-04:00</Creation_Date> <Last_Modification_Date>2025-04-28T08:18:48.8722445-04:00</Last_Modification_Date> <Last_Name>sample string 4</Last_Name> <Name>sample string 3</Name> <Secure_Id>1</Secure_Id> <System_Type>sample string 2</System_Type> <User_Email> <User_Email> <Activation_Code>sample string 3</Activation_Code> <Agent_Id>sample string 2</Agent_Id> <Creation_Date>2025-04-28T08:18:48.8722445-04: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-04-28T08:18:48.8722445-04:00</Last_Modification_Date> <Secure_Id>1</Secure_Id> <Status>sample string 4</Status> <Use_Notification>true</Use_Notification> </User_Email> <User_Email> <Activation_Code>sample string 3</Activation_Code> <Agent_Id>sample string 2</Agent_Id> <Creation_Date>2025-04-28T08:18:48.8722445-04: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-04-28T08:18:48.8722445-04:00</Last_Modification_Date> <Secure_Id>1</Secure_Id> <Status>sample string 4</Status> <Use_Notification>true</Use_Notification> </User_Email> </User_Email> <User_Phone> <User_Phone> <Activation_Code>sample string 4</Activation_Code> <Agent_Id>sample string 5</Agent_Id> <Area_Code>sample string 1</Area_Code> <Creation_Date>2025-04-28T08:18:48.8722445-04:00</Creation_Date> <Id_Profile_Phone>1</Id_Profile_Phone> <Id_Status>1</Id_Status> <Is_Valid>true</Is_Valid> <Last_Modification_Date>2025-04-28T08:18:48.8722445-04:00</Last_Modification_Date> <Phone_Number>sample string 2</Phone_Number> <Secure_Id>1</Secure_Id> <Status>sample string 3</Status> <Use_Notification>true</Use_Notification> </User_Phone> <User_Phone> <Activation_Code>sample string 4</Activation_Code> <Agent_Id>sample string 5</Agent_Id> <Area_Code>sample string 1</Area_Code> <Creation_Date>2025-04-28T08:18:48.8722445-04:00</Creation_Date> <Id_Profile_Phone>1</Id_Profile_Phone> <Id_Status>1</Id_Status> <Is_Valid>true</Is_Valid> <Last_Modification_Date>2025-04-28T08:18:48.8722445-04:00</Last_Modification_Date> <Phone_Number>sample string 2</Phone_Number> <Secure_Id>1</Secure_Id> <Status>sample string 3</Status> <Use_Notification>true</Use_Notification> </User_Phone> </User_Phone> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IMessageName | 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.