POST SendCodeValidationPhone?credential={credential}&source={source}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
credential

string

Required

source

string

Required

Body Parameters

User_Phone
NameDescriptionTypeAdditional information
Id_Profile_Phone

integer

None.

Secure_Id

integer

None.

Area_Code

string

None.

Phone_Number

string

None.

Is_Valid

boolean

None.

Creation_Date

date

None.

Last_Modification_Date

date

None.

Id_Status

integer

None.

Status

string

None.

Activation_Code

string

None.

Agent_Id

string

None.

Use_Notification

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id_Profile_Phone": 1,
  "Secure_Id": 1,
  "Area_Code": "sample string 1",
  "Phone_Number": "sample string 2",
  "Is_Valid": true,
  "Creation_Date": "2025-04-28T09:05:58.7239272-04:00",
  "Last_Modification_Date": "2025-04-28T09:05:58.7239272-04:00",
  "Id_Status": 1,
  "Status": "sample string 3",
  "Activation_Code": "sample string 4",
  "Agent_Id": "sample string 5",
  "Use_Notification": true
}

application/xml, text/xml

Sample:
<User_Phone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Profile.Update.ETL">
  <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-28T09:05:58.7239272-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-28T09:05:58.7239272-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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IMessage
NameDescriptionTypeAdditional 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.