POST api/GetRecentTransferList
Request Information
URI Parameters
None.
Body Parameters
Jsonparams| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonstring | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jsonstring": "sample string 1"
}
application/xml, text/xml
Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models"> <jsonstring>sample string 1</jsonstring> </Jsonparams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RecentTransferList| Name | Description | Type | Additional information |
|---|---|---|---|
| TransferList | Collection of RecentTransferListOut |
None. |
Response Formats
application/json, text/json
Sample:
{
"TransferList": [
{
"accountno": "sample string 1",
"accountname": "sample string 2",
"tel": "sample string 3",
"branchid": "sample string 4",
"dated": "sample string 5",
"amount": "sample string 6",
"remarks": "sample string 7",
"notes": "sample string 8",
"refno": "sample string 9",
"BenefName": "sample string 10",
"BenefTel": "sample string 11"
},
{
"accountno": "sample string 1",
"accountname": "sample string 2",
"tel": "sample string 3",
"branchid": "sample string 4",
"dated": "sample string 5",
"amount": "sample string 6",
"remarks": "sample string 7",
"notes": "sample string 8",
"refno": "sample string 9",
"BenefName": "sample string 10",
"BenefTel": "sample string 11"
}
]
}
application/xml, text/xml
Sample:
<RecentTransferList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
<TransferList>
<RecentTransferListOut>
<BenefName>sample string 10</BenefName>
<BenefTel>sample string 11</BenefTel>
<accountname>sample string 2</accountname>
<accountno>sample string 1</accountno>
<amount>sample string 6</amount>
<branchid>sample string 4</branchid>
<dated>sample string 5</dated>
<notes>sample string 8</notes>
<refno>sample string 9</refno>
<remarks>sample string 7</remarks>
<tel>sample string 3</tel>
</RecentTransferListOut>
<RecentTransferListOut>
<BenefName>sample string 10</BenefName>
<BenefTel>sample string 11</BenefTel>
<accountname>sample string 2</accountname>
<accountno>sample string 1</accountno>
<amount>sample string 6</amount>
<branchid>sample string 4</branchid>
<dated>sample string 5</dated>
<notes>sample string 8</notes>
<refno>sample string 9</refno>
<remarks>sample string 7</remarks>
<tel>sample string 3</tel>
</RecentTransferListOut>
</TransferList>
</RecentTransferList>