POST api/v1/values/getFinanceBankDetail?bankCode={bankCode}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankCode | string |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_TAHSILAT_BANKA_DETAY| Name | Description | Type | Additional information |
|---|---|---|---|
| BANKA_KODU | string |
String length: inclusive between 0 and 30 |
|
| HAREKET_TARIHI | date |
None. |
|
| BELGE_TIPI | string |
String length: inclusive between 0 and 50 |
|
| KARSI_ADI | string |
String length: inclusive between 0 and 50 |
|
| ACIKLAMA | string |
String length: inclusive between 0 and 60 |
|
| BORC | string |
String length: inclusive between 0 and 30 |
|
| ALACAK | string |
String length: inclusive between 0 and 30 |
|
| PARA_BIRIMI | string |
String length: inclusive between 0 and 3 |
Response Formats
application/json, text/json
Sample:
[
{
"BANKA_KODU": "sample string 1",
"HAREKET_TARIHI": "2025-11-03T09:26:58.9689805+03:00",
"BELGE_TIPI": "sample string 3",
"KARSI_ADI": "sample string 4",
"ACIKLAMA": "sample string 5",
"BORC": "sample string 6",
"ALACAK": "sample string 7",
"PARA_BIRIMI": "sample string 8"
},
{
"BANKA_KODU": "sample string 1",
"HAREKET_TARIHI": "2025-11-03T09:26:58.9689805+03:00",
"BELGE_TIPI": "sample string 3",
"KARSI_ADI": "sample string 4",
"ACIKLAMA": "sample string 5",
"BORC": "sample string 6",
"ALACAK": "sample string 7",
"PARA_BIRIMI": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_TAHSILAT_BANKA_DETAY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_TAHSILAT_BANKA_DETAY>
<ACIKLAMA>sample string 5</ACIKLAMA>
<ALACAK>sample string 7</ALACAK>
<BANKA_KODU>sample string 1</BANKA_KODU>
<BELGE_TIPI>sample string 3</BELGE_TIPI>
<BORC>sample string 6</BORC>
<HAREKET_TARIHI>2025-11-03T09:26:58.9689805+03:00</HAREKET_TARIHI>
<KARSI_ADI>sample string 4</KARSI_ADI>
<PARA_BIRIMI>sample string 8</PARA_BIRIMI>
</CF_TAHSILAT_BANKA_DETAY>
<CF_TAHSILAT_BANKA_DETAY>
<ACIKLAMA>sample string 5</ACIKLAMA>
<ALACAK>sample string 7</ALACAK>
<BANKA_KODU>sample string 1</BANKA_KODU>
<BELGE_TIPI>sample string 3</BELGE_TIPI>
<BORC>sample string 6</BORC>
<HAREKET_TARIHI>2025-11-03T09:26:58.9689805+03:00</HAREKET_TARIHI>
<KARSI_ADI>sample string 4</KARSI_ADI>
<PARA_BIRIMI>sample string 8</PARA_BIRIMI>
</CF_TAHSILAT_BANKA_DETAY>
</ArrayOfCF_TAHSILAT_BANKA_DETAY>