POST api/MFData/OTPInstantFolioCreation

Request Information

URI Parameters

None.

Body Parameters

OTPInstFolCreInputModels
NameDescriptionTypeAdditional information
Mode

string

None.

EmailId

string

None.

MobileNo

string

None.

Source

string

None.

OtpId

string

None.

OTP

string

None.

Authentication

Authentication

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "EmailId": "sample string 2",
  "MobileNo": "sample string 3",
  "Source": "sample string 4",
  "OtpId": "sample string 5",
  "OTP": "sample string 6",
  "Authentication": {
    "consumerSecret": "sample string 1",
    "consumerKey": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<OTPInstFolCreInputModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <Authentication>
    <consumerKey>sample string 2</consumerKey>
    <consumerSecret>sample string 1</consumerSecret>
  </Authentication>
  <EmailId>sample string 2</EmailId>
  <MobileNo>sample string 3</MobileNo>
  <Mode>sample string 1</Mode>
  <OTP>sample string 6</OTP>
  <OtpId>sample string 5</OtpId>
  <Source>sample string 4</Source>
</OTPInstFolCreInputModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OTPInstFolCreOutputModels
NameDescriptionTypeAdditional information
STATUS

string

None.

OTP

string

None.

OTPID

string

None.

ResponseCode

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "OTP": "sample string 2",
  "OTPID": "sample string 3",
  "ResponseCode": "sample string 4",
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<OTPInstFolCreOutputModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <Message>sample string 5</Message>
  <ResponseCode>sample string 4</ResponseCode>
  <OTP>sample string 2</OTP>
  <OTPID>sample string 3</OTPID>
  <STATUS>sample string 1</STATUS>
</OTPInstFolCreOutputModels>