POST api/v1/ValidateOTP
Request Information
URI Parameters
None.
Body Parameters
InputMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| OTP | string |
None. |
|
| LocID | integer |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"OTP": "sample string 2",
"LocID": 3,
"UserID": 4
}
application/xml, text/xml
Sample:
<InputMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <LocID>3</LocID> <MobileNo>sample string 1</MobileNo> <OTP>sample string 2</OTP> <UserID>4</UserID> </InputMobile>
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. |