POST otp/verify
Request Information
URI Parameters
None.
Body Parameters
OTPverifyName | 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": "2025-04-04T04:25:39.5652882+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>2025-04-04T04:25:39.5652882+05:30</time> <username>sample string 5</username> </OTPverify>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |