POST api/Values/FnValidateOTP_Public
Request Information
URI Parameters
None.
Body Parameters
cls_Input_ValidadteOTP| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
None. |
|
| OTP | string |
None. |
|
| LAT_LONG | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"OTP": "sample string 2",
"LAT_LONG": "sample string 3"
}
application/xml, text/xml
Sample:
<cls_Input_ValidadteOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI_IndiraCanteens.Models"> <LAT_LONG>sample string 3</LAT_LONG> <MobileNumber>sample string 1</MobileNumber> <OTP>sample string 2</OTP> </cls_Input_ValidadteOTP>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
API_RETURN_VALIDATEOTP_PUBLIC_STATUS| Name | Description | Type | Additional information |
|---|---|---|---|
| RESPONSE_MESSAGE | string |
None. |
|
| RESPONSE_MOBILE_NUMBER | string |
None. |
|
| RESPONSE_CODE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RESPONSE_MESSAGE": "sample string 1",
"RESPONSE_MOBILE_NUMBER": "sample string 2",
"RESPONSE_CODE": "sample string 3"
}
application/xml, text/xml
Sample:
<API_RETURN_VALIDATEOTP_PUBLIC_STATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI_IndiraCanteens.Models"> <RESPONSE_CODE>sample string 3</RESPONSE_CODE> <RESPONSE_MESSAGE>sample string 1</RESPONSE_MESSAGE> <RESPONSE_MOBILE_NUMBER>sample string 2</RESPONSE_MOBILE_NUMBER> </API_RETURN_VALIDATEOTP_PUBLIC_STATUS>