POST API/RestData/VerifyMemberByEmailOTP
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| memData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"mem_con_email": "sample string 1",
"mem_password": "sample string 2",
"otp": "sample string 3",
"message": "sample string 4",
"status": true,
"rest_id": 6
}
application/xml, text/xml
Sample:
<clsVerifyEmailOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice"> <mem_con_email>sample string 1</mem_con_email> <mem_password>sample string 2</mem_password> <message>sample string 4</message> <otp>sample string 3</otp> <rest_id>6</rest_id> <status>true</status> </clsVerifyEmailOTP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"mem_con_email": "sample string 1",
"mem_password": "sample string 2",
"otp": "sample string 3",
"message": "sample string 4",
"status": true,
"rest_id": 6
},
{
"mem_con_email": "sample string 1",
"mem_password": "sample string 2",
"otp": "sample string 3",
"message": "sample string 4",
"status": true,
"rest_id": 6
},
{
"mem_con_email": "sample string 1",
"mem_password": "sample string 2",
"otp": "sample string 3",
"message": "sample string 4",
"status": true,
"rest_id": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfclsVerifyEmailOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
<clsVerifyEmailOTP>
<mem_con_email>sample string 1</mem_con_email>
<mem_password>sample string 2</mem_password>
<message>sample string 4</message>
<otp>sample string 3</otp>
<rest_id>6</rest_id>
<status>true</status>
</clsVerifyEmailOTP>
<clsVerifyEmailOTP>
<mem_con_email>sample string 1</mem_con_email>
<mem_password>sample string 2</mem_password>
<message>sample string 4</message>
<otp>sample string 3</otp>
<rest_id>6</rest_id>
<status>true</status>
</clsVerifyEmailOTP>
<clsVerifyEmailOTP>
<mem_con_email>sample string 1</mem_con_email>
<mem_password>sample string 2</mem_password>
<message>sample string 4</message>
<otp>sample string 3</otp>
<rest_id>6</rest_id>
<status>true</status>
</clsVerifyEmailOTP>
</ArrayOfclsVerifyEmailOTP>