POST api/data/jlklkj
Request Information
URI Parameters
None.
Body Parameters
FundTransferVModel| Name | Description | Type | Additional information |
|---|---|---|---|
| hdMDDLM | string |
None. |
|
| hdPaymentMode | string |
None. |
|
| hdPaymentAmount | string |
None. |
|
| hdMDDepositeSlipNo | string |
None. |
|
| hdMDTransferType | string |
None. |
|
| hdMDcollection | string |
None. |
|
| hdMDComments | string |
None. |
|
| hdMDaccountno | string |
None. |
|
| hdMDutrno | string |
None. |
|
| hdMDwallet | string |
None. |
|
| hdMDwalletno | string |
None. |
|
| hdMDtransationno | string |
None. |
|
| hdMDsettelment | string |
None. |
|
| hdMDCreditDetail | string |
None. |
|
| hdMDsubject | string |
None. |
|
| hdMDBank | string |
None. |
|
| txtcode | string |
None. |
|
| transferid | string |
None. |
|
| value1 | string |
None. |
|
| value2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"hdMDDLM": "sample string 1",
"hdPaymentMode": "sample string 2",
"hdPaymentAmount": "sample string 3",
"hdMDDepositeSlipNo": "sample string 4",
"hdMDTransferType": "sample string 5",
"hdMDcollection": "sample string 6",
"hdMDComments": "sample string 7",
"hdMDaccountno": "sample string 8",
"hdMDutrno": "sample string 9",
"hdMDwallet": "sample string 10",
"hdMDwalletno": "sample string 11",
"hdMDtransationno": "sample string 12",
"hdMDsettelment": "sample string 13",
"hdMDCreditDetail": "sample string 14",
"hdMDsubject": "sample string 15",
"hdMDBank": "sample string 16",
"txtcode": "sample string 17",
"transferid": "sample string 18",
"value1": "sample string 19",
"value2": "sample string 20"
}
application/xml, text/xml
Sample:
<FundTransferVModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhiteLabelApp.Models"> <hdMDBank>sample string 16</hdMDBank> <hdMDComments>sample string 7</hdMDComments> <hdMDCreditDetail>sample string 14</hdMDCreditDetail> <hdMDDLM>sample string 1</hdMDDLM> <hdMDDepositeSlipNo>sample string 4</hdMDDepositeSlipNo> <hdMDTransferType>sample string 5</hdMDTransferType> <hdMDaccountno>sample string 8</hdMDaccountno> <hdMDcollection>sample string 6</hdMDcollection> <hdMDsettelment>sample string 13</hdMDsettelment> <hdMDsubject>sample string 15</hdMDsubject> <hdMDtransationno>sample string 12</hdMDtransationno> <hdMDutrno>sample string 9</hdMDutrno> <hdMDwallet>sample string 10</hdMDwallet> <hdMDwalletno>sample string 11</hdMDwalletno> <hdPaymentAmount>sample string 3</hdPaymentAmount> <hdPaymentMode>sample string 2</hdPaymentMode> <transferid>sample string 18</transferid> <txtcode>sample string 17</txtcode> <value1>sample string 19</value1> <value2>sample string 20</value2> </FundTransferVModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.