POST api/OTP/Validate
POST otp Validate
Request Information
URI Parameters
None.
Body Parameters
OTPValidate| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| MobileNo | string |
None. |
|
| AcctNo | integer |
None. |
|
| Otp | string |
None. |
|
| Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"MobileNo": "sample string 2",
"AcctNo": 3,
"Otp": "sample string 4",
"Lang": "sample string 5"
}
application/xml, text/xml
Sample:
<SQLFunction.OTPValidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi2.AppsDAL"> <AcctNo>3</AcctNo> <Lang>sample string 5</Lang> <MobileNo>sample string 2</MobileNo> <Otp>sample string 4</Otp> <token>sample string 1</token> </SQLFunction.OTPValidate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |