POST api/MFData/GetPurchaseBanks
Request Information
URI Parameters
None.
Body Parameters
GetPurchaseBanksInputModels| Name | Description | Type | Additional information |
|---|---|---|---|
| P_strfolionumber | string |
None. |
|
| Authentication | Authentication |
None. |
Request Formats
application/json, text/json
Sample:
{
"P_strfolionumber": "sample string 1",
"Authentication": {
"consumerSecret": "sample string 1",
"consumerKey": "sample string 2"
}
}
application/xml, text/xml
Sample:
<GetPurchaseBanksInputModels 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_strfolionumber>sample string 1</P_strfolionumber>
</GetPurchaseBanksInputModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetPurchaseBanksOutputModels| Name | Description | Type | Additional information |
|---|---|---|---|
| GetPurchaseBanksList | Collection of GetPurchaseBanksListOutputModels |
None. |
|
| ResponseCode | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GetPurchaseBanksList": [
{
"BANK_CODE": "sample string 1",
"BANK_NAME": "sample string 2",
"STATUS": "sample string 3",
"OTM_FLAG": "sample string 4",
"AMT_LIMIT": "sample string 5",
"LIQUID_ALLOWED": "sample string 6",
"BANK_AC_NO": "sample string 7",
"OM_UMRN": "sample string 8",
"OM_START_DATE": "sample string 9",
"OM_EXPIRY_DATE": "sample string 10",
"OM_STATUS": "sample string 11",
"ResponseCode": "sample string 12",
"Message": "sample string 13"
},
{
"BANK_CODE": "sample string 1",
"BANK_NAME": "sample string 2",
"STATUS": "sample string 3",
"OTM_FLAG": "sample string 4",
"AMT_LIMIT": "sample string 5",
"LIQUID_ALLOWED": "sample string 6",
"BANK_AC_NO": "sample string 7",
"OM_UMRN": "sample string 8",
"OM_START_DATE": "sample string 9",
"OM_EXPIRY_DATE": "sample string 10",
"OM_STATUS": "sample string 11",
"ResponseCode": "sample string 12",
"Message": "sample string 13"
}
],
"ResponseCode": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<GetPurchaseBanksOutputModels 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>
<GetPurchaseBanksList>
<GetPurchaseBanksListOutputModels>
<Message>sample string 13</Message>
<ResponseCode>sample string 12</ResponseCode>
<AMT_LIMIT>sample string 5</AMT_LIMIT>
<BANK_AC_NO>sample string 7</BANK_AC_NO>
<BANK_CODE>sample string 1</BANK_CODE>
<BANK_NAME>sample string 2</BANK_NAME>
<LIQUID_ALLOWED>sample string 6</LIQUID_ALLOWED>
<OM_EXPIRY_DATE>sample string 10</OM_EXPIRY_DATE>
<OM_START_DATE>sample string 9</OM_START_DATE>
<OM_STATUS>sample string 11</OM_STATUS>
<OM_UMRN>sample string 8</OM_UMRN>
<OTM_FLAG>sample string 4</OTM_FLAG>
<STATUS>sample string 3</STATUS>
</GetPurchaseBanksListOutputModels>
<GetPurchaseBanksListOutputModels>
<Message>sample string 13</Message>
<ResponseCode>sample string 12</ResponseCode>
<AMT_LIMIT>sample string 5</AMT_LIMIT>
<BANK_AC_NO>sample string 7</BANK_AC_NO>
<BANK_CODE>sample string 1</BANK_CODE>
<BANK_NAME>sample string 2</BANK_NAME>
<LIQUID_ALLOWED>sample string 6</LIQUID_ALLOWED>
<OM_EXPIRY_DATE>sample string 10</OM_EXPIRY_DATE>
<OM_START_DATE>sample string 9</OM_START_DATE>
<OM_STATUS>sample string 11</OM_STATUS>
<OM_UMRN>sample string 8</OM_UMRN>
<OTM_FLAG>sample string 4</OTM_FLAG>
<STATUS>sample string 3</STATUS>
</GetPurchaseBanksListOutputModels>
</GetPurchaseBanksList>
</GetPurchaseBanksOutputModels>