POST otp/verify
Request Information
URI Parameters
None.
Body Parameters
OTPverify| Name | Description | Type | Additional information |
|---|---|---|---|
| otpid | integer |
Required |
|
| time | date |
Required |
|
| OTP | string |
Required |
|
| MemberID | integer |
Required |
|
| username | string |
None. |
|
| prospect | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"otpid": 1,
"time": "2026-02-14T05:52:58.9438383+05:30",
"OTP": "sample string 3",
"MemberID": 4,
"username": "sample string 5",
"prospect": {}
}
application/xml, text/xml
Sample:
<OTPverify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2"> <MemberID>4</MemberID> <OTP>sample string 3</OTP> <otpid>1</otpid> <prospect /> <time>2026-02-14T05:52:58.9438383+05:30</time> <username>sample string 5</username> </OTPverify>
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. |