POST api/MFData/GenerateTransactionOTP
Request Information
URI Parameters
None.
Body Parameters
GenerateTransactionOTPInputModels| Name | Description | Type | Additional information |
|---|---|---|---|
| OTP_ID | string |
None. |
|
| Folio_no | string |
None. |
|
| OTP_Text | string |
None. |
|
| Trxn_id | string |
None. |
|
| Mode | string |
None. |
|
| Authentication | Authentication |
None. |
Request Formats
application/json, text/json
Sample:
{
"OTP_ID": "sample string 1",
"Folio_no": "sample string 2",
"OTP_Text": "sample string 3",
"Trxn_id": "sample string 4",
"Mode": "sample string 5",
"Authentication": {
"consumerSecret": "sample string 1",
"consumerKey": "sample string 2"
}
}
application/xml, text/xml
Sample:
<GenerateTransactionOTPInputModels 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>
<Folio_no>sample string 2</Folio_no>
<Mode>sample string 5</Mode>
<OTP_ID>sample string 1</OTP_ID>
<OTP_Text>sample string 3</OTP_Text>
<Trxn_id>sample string 4</Trxn_id>
</GenerateTransactionOTPInputModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseWcfOutputModels| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<BaseWcfOutputModels 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 2</Message> <ResponseCode>sample string 1</ResponseCode> </BaseWcfOutputModels>