POST api/MFData/SendOTP

Request Information

URI Parameters

None.

Body Parameters

SendOTPInputModels
NameDescriptionTypeAdditional information
MobNo

string

None.

Id

string

None.

FirstPan

string

None.

Authentication

Authentication

None.

Request Formats

application/json, text/json

Sample:
{
  "MobNo": "sample string 1",
  "Id": "sample string 2",
  "FirstPan": "sample string 3",
  "Authentication": {
    "consumerSecret": "sample string 1",
    "consumerKey": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<SendOTPInputModels 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>
  <FirstPan>sample string 3</FirstPan>
  <Id>sample string 2</Id>
  <MobNo>sample string 1</MobNo>
</SendOTPInputModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SendOTPOutputModels
NameDescriptionTypeAdditional information
STATUS

string

None.

ResponseCode

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "ResponseCode": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<SendOTPOutputModels 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 3</Message>
  <ResponseCode>sample string 2</ResponseCode>
  <STATUS>sample string 1</STATUS>
</SendOTPOutputModels>