POST api/MFData/SubmitPurchase
Request Information
URI Parameters
None.
Body Parameters
SubmitPurchaseInputModels| Name | Description | Type | Additional information |
|---|---|---|---|
| IFAID | string |
None. |
|
| MembID | integer |
None. |
|
| Id | string |
None. |
|
| BrokerCode | string |
None. |
|
| SubBrokerCode | string |
None. |
|
| BrokerEUIN | string |
None. |
|
| SubBrokerEUIN | string |
None. |
|
| IsEuinChecked | string |
None. |
|
| SchemeCode | string |
None. |
|
| Amount | string |
None. |
|
| EmailId | string |
None. |
|
| SchemeOption | string |
None. |
|
| PayMode | string |
None. |
|
| BankCode | string |
None. |
|
| FirstPan | string |
None. |
|
| AppType | string |
None. |
|
| Mode | string |
None. |
|
| SchInfo | Collection of SchInfo |
None. |
|
| IMP_Type | string |
None. |
|
| VPA | string |
None. |
|
| FolioNo | string |
None. |
|
| Authentication | Authentication |
None. |
Request Formats
application/json, text/json
Sample:
{
"IFAID": "sample string 1",
"MembID": 2,
"Id": "sample string 3",
"BrokerCode": "sample string 4",
"SubBrokerCode": "sample string 5",
"BrokerEUIN": "sample string 6",
"SubBrokerEUIN": "sample string 7",
"IsEuinChecked": "sample string 8",
"SchemeCode": "sample string 9",
"Amount": "sample string 10",
"EmailId": "sample string 11",
"SchemeOption": "sample string 12",
"PayMode": "sample string 13",
"BankCode": "sample string 14",
"FirstPan": "sample string 15",
"AppType": "sample string 16",
"Mode": "sample string 17",
"SchInfo": [
{
"SchCode": "sample string 1",
"SchOptCode": "sample string 2",
"SchAmt": "sample string 3",
"LimitSub": "sample string 4"
},
{
"SchCode": "sample string 1",
"SchOptCode": "sample string 2",
"SchAmt": "sample string 3",
"LimitSub": "sample string 4"
}
],
"IMP_Type": "sample string 18",
"VPA": "sample string 19",
"FolioNo": "sample string 20",
"Authentication": {
"consumerSecret": "sample string 1",
"consumerKey": "sample string 2"
}
}
application/xml, text/xml
Sample:
<SubmitPurchaseInputModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
<Amount>sample string 10</Amount>
<AppType>sample string 16</AppType>
<Authentication>
<consumerKey>sample string 2</consumerKey>
<consumerSecret>sample string 1</consumerSecret>
</Authentication>
<BankCode>sample string 14</BankCode>
<BrokerCode>sample string 4</BrokerCode>
<BrokerEUIN>sample string 6</BrokerEUIN>
<EmailId>sample string 11</EmailId>
<FirstPan>sample string 15</FirstPan>
<FolioNo>sample string 20</FolioNo>
<IFAID>sample string 1</IFAID>
<IMP_Type>sample string 18</IMP_Type>
<Id>sample string 3</Id>
<IsEuinChecked>sample string 8</IsEuinChecked>
<MembID>2</MembID>
<Mode>sample string 17</Mode>
<PayMode>sample string 13</PayMode>
<SchInfo>
<SchInfo>
<LimitSub>sample string 4</LimitSub>
<SchAmt>sample string 3</SchAmt>
<SchCode>sample string 1</SchCode>
<SchOptCode>sample string 2</SchOptCode>
</SchInfo>
<SchInfo>
<LimitSub>sample string 4</LimitSub>
<SchAmt>sample string 3</SchAmt>
<SchCode>sample string 1</SchCode>
<SchOptCode>sample string 2</SchOptCode>
</SchInfo>
</SchInfo>
<SchemeCode>sample string 9</SchemeCode>
<SchemeOption>sample string 12</SchemeOption>
<SubBrokerCode>sample string 5</SubBrokerCode>
<SubBrokerEUIN>sample string 7</SubBrokerEUIN>
<VPA>sample string 19</VPA>
</SubmitPurchaseInputModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SubmitPurchaseOutputModels| Name | Description | Type | Additional information |
|---|---|---|---|
| SubmitPurchaseList | Collection of SubmitPurchaseList |
None. |
|
| OTP | string |
None. |
|
| OtpId | string |
None. |
|
| Tranid | string |
None. |
|
| FolioNo | string |
None. |
|
| ResponseCode | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SubmitPurchaseList": [
{
"TRANID": "sample string 1",
"TRXN_DATE": "sample string 2",
"TRXN_TIME": "sample string 3",
"INV_NAME": "sample string 4",
"MOBILE_NO": 5.1,
"SCH_NAME": "sample string 6",
"MULTIPLE_ID": "sample string 7",
"AMOUNT": 8.1,
"UPI_DATE_TIME": "sample string 9",
"TRIG_SCHEME": "sample string 10",
"USERNAME": "sample string 11",
"DISPLAY_NAME": "sample string 12",
"IS_TAX": "sample string 13",
"LTEF_URL": "sample string 14"
},
{
"TRANID": "sample string 1",
"TRXN_DATE": "sample string 2",
"TRXN_TIME": "sample string 3",
"INV_NAME": "sample string 4",
"MOBILE_NO": 5.1,
"SCH_NAME": "sample string 6",
"MULTIPLE_ID": "sample string 7",
"AMOUNT": 8.1,
"UPI_DATE_TIME": "sample string 9",
"TRIG_SCHEME": "sample string 10",
"USERNAME": "sample string 11",
"DISPLAY_NAME": "sample string 12",
"IS_TAX": "sample string 13",
"LTEF_URL": "sample string 14"
}
],
"OTP": "sample string 1",
"OtpId": "sample string 2",
"Tranid": "sample string 3",
"FolioNo": "sample string 4",
"ResponseCode": "sample string 5",
"Message": "sample string 6"
}
application/xml, text/xml
Sample:
<SubmitPurchaseOutputModels 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 6</Message>
<ResponseCode>sample string 5</ResponseCode>
<FolioNo>sample string 4</FolioNo>
<OTP>sample string 1</OTP>
<OtpId>sample string 2</OtpId>
<SubmitPurchaseList>
<SubmitPurchaseList>
<AMOUNT>8.1</AMOUNT>
<DISPLAY_NAME>sample string 12</DISPLAY_NAME>
<INV_NAME>sample string 4</INV_NAME>
<IS_TAX>sample string 13</IS_TAX>
<LTEF_URL>sample string 14</LTEF_URL>
<MOBILE_NO>5.1</MOBILE_NO>
<MULTIPLE_ID>sample string 7</MULTIPLE_ID>
<SCH_NAME>sample string 6</SCH_NAME>
<TRANID>sample string 1</TRANID>
<TRIG_SCHEME>sample string 10</TRIG_SCHEME>
<TRXN_DATE>sample string 2</TRXN_DATE>
<TRXN_TIME>sample string 3</TRXN_TIME>
<UPI_DATE_TIME>sample string 9</UPI_DATE_TIME>
<USERNAME>sample string 11</USERNAME>
</SubmitPurchaseList>
<SubmitPurchaseList>
<AMOUNT>8.1</AMOUNT>
<DISPLAY_NAME>sample string 12</DISPLAY_NAME>
<INV_NAME>sample string 4</INV_NAME>
<IS_TAX>sample string 13</IS_TAX>
<LTEF_URL>sample string 14</LTEF_URL>
<MOBILE_NO>5.1</MOBILE_NO>
<MULTIPLE_ID>sample string 7</MULTIPLE_ID>
<SCH_NAME>sample string 6</SCH_NAME>
<TRANID>sample string 1</TRANID>
<TRIG_SCHEME>sample string 10</TRIG_SCHEME>
<TRXN_DATE>sample string 2</TRXN_DATE>
<TRXN_TIME>sample string 3</TRXN_TIME>
<UPI_DATE_TIME>sample string 9</UPI_DATE_TIME>
<USERNAME>sample string 11</USERNAME>
</SubmitPurchaseList>
</SubmitPurchaseList>
<Tranid>sample string 3</Tranid>
</SubmitPurchaseOutputModels>