POST otp/verify

Request Information

URI Parameters

None.

Body Parameters

OTPverify
NameDescriptionTypeAdditional 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": "2024-10-11T12:44:10.1159601+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>2024-10-11T12:44:10.1159601+05:30</time>
  <username>sample string 5</username>
</OTPverify>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.