POST api/LoginOTPValidate
Request Information
URI Parameters
None.
Body Parameters
LoginOTPValidate| Name | Description | Type | Additional information |
|---|---|---|---|
| Mobile | string |
None. |
|
| OTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile": "sample string 1",
"OTP": "sample string 2"
}
application/xml, text/xml
Sample:
<LoginOTPValidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Mobile>sample string 1</Mobile> <OTP>sample string 2</OTP> </LoginOTPValidate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LoginOTPValidateOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| InnovID | string |
None. |
|
| OTPStatus | string |
None. |
|
| TokenID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"InnovID": "sample string 1",
"OTPStatus": "sample string 2",
"TokenID": "sample string 3"
}
application/xml, text/xml
Sample:
<LoginOTPValidateOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <InnovID>sample string 1</InnovID> <OTPStatus>sample string 2</OTPStatus> <TokenID>sample string 3</TokenID> </LoginOTPValidateOutput>