POST verifyOTP
Request Information
URI Parameters
None.
Body Parameters
OTP_MST| Name | Description | Type | Additional information |
|---|---|---|---|
| OTP_ID | integer |
None. |
|
| OTP_USER_ID | string |
Required Max length: 30 |
|
| OTP_MBL_NO | string |
Required Max length: 12 Min length: 9 |
|
| OTP_EMAIL | string |
Required Matching regular expression pattern: \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* Max length: 50 |
|
| OTP_CREATED_ON | date |
None. |
|
| OTP_NO | integer |
None. |
|
| OTP_TYPE | OTP_TYPE |
None. |
Request Formats
application/json, text/json
Sample:
{
"OTP_ID": 1,
"OTP_USER_ID": "sample string 2",
"OTP_MBL_NO": "sample string 3",
"OTP_EMAIL": "sample string 4",
"OTP_CREATED_ON": "2026-08-08T12:35:01.7007032+00:00",
"OTP_NO": 6,
"OTP_TYPE": 1
}
application/xml, text/xml
Sample:
<OTP_MST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INVS_ERP.Models"> <OTP_CREATED_ON>2026-08-08T12:35:01.7007032+00:00</OTP_CREATED_ON> <OTP_EMAIL>sample string 4</OTP_EMAIL> <OTP_ID>1</OTP_ID> <OTP_MBL_NO>sample string 3</OTP_MBL_NO> <OTP_NO>6</OTP_NO> <OTP_TYPE>PASSWORD_RECOVERY</OTP_TYPE> <OTP_USER_ID>sample string 2</OTP_USER_ID> </OTP_MST>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |