POST UserAccount/VerifyOtp
Request Information
URI Parameters
None.
Body Parameters
LoginOTPReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| CountryCode | string |
None. |
|
| MobileNo | string |
None. |
|
| OTP | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"CountryCode": "sample string 2",
"MobileNo": "sample string 3",
"OTP": "sample string 4",
"UserName": "sample string 5"
}
application/xml, text/xml
Sample:
<LoginOTPReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL.Account"> <CountryCode>sample string 2</CountryCode> <MobileNo>sample string 3</MobileNo> <OTP>sample string 4</OTP> <Type>1</Type> <UserName>sample string 5</UserName> </LoginOTPReq>
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. |