POST api/FSRRequest/RequestOTP

Request Information

URI Parameters

None.

Body Parameters

RegInfo1
NameDescriptionTypeAdditional information
Flag

string

None.

REQUESTID

integer

None.

MOBILENO

string

None.

OTP

string

None.

USERID

integer

None.

REMARKID

integer

None.

REMARK

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": "sample string 1",
  "REQUESTID": 2,
  "MOBILENO": "sample string 3",
  "OTP": "sample string 4",
  "USERID": 5,
  "REMARKID": 6,
  "REMARK": "sample string 7"
}

application/xml, text/xml

Sample:
<RegInfo1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFSRAPI.Controllers.API">
  <Flag>sample string 1</Flag>
  <MOBILENO>sample string 3</MOBILENO>
  <OTP>sample string 4</OTP>
  <REMARK>sample string 7</REMARK>
  <REMARKID>6</REMARKID>
  <REQUESTID>2</REQUESTID>
  <USERID>5</USERID>
</RegInfo1>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />