POST api/MFData/GetBankRedeemDetailsTest

Request Information

URI Parameters

None.

Body Parameters

GetBankRedeemDetailsInputModelsTest
NameDescriptionTypeAdditional information
p_strfolio

string

None.

Authentication

Authentication

None.

Request Formats

application/json, text/json

Sample:
{
  "p_strfolio": "1y3qAVkwsj3EPdVZHizSHkLV4INHvYERr2e3jfNVW5GPcK%2Fkcfnc9MXj7Fz1t2dPG%2FvvpJI2WayK%2B1a%2FhMeMZg%3D%3D",
  "Authentication": {
    "consumerSecret": "sample string 1",
    "consumerKey": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<GetBankRedeemDetailsInputModelsTest 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>
  <p_strfolio>1y3qAVkwsj3EPdVZHizSHkLV4INHvYERr2e3jfNVW5GPcK%2Fkcfnc9MXj7Fz1t2dPG%2FvvpJI2WayK%2B1a%2FhMeMZg%3D%3D</p_strfolio>
</GetBankRedeemDetailsInputModelsTest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseWcfOutputModels
NameDescriptionTypeAdditional 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>