POST api/v1/values/getFinanceSafesDetail?safeCode={safeCode}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| safeCode | string |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_TAHSILAT_KASA_DETAY| Name | Description | Type | Additional information |
|---|---|---|---|
| KASA_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:
[
{
"KASA_KODU": "sample string 1",
"HAREKET_TARIHI": "2025-11-03T09:27:57.6229329+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"
},
{
"KASA_KODU": "sample string 1",
"HAREKET_TARIHI": "2025-11-03T09:27:57.6229329+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_KASA_DETAY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_TAHSILAT_KASA_DETAY>
<ACIKLAMA>sample string 5</ACIKLAMA>
<ALACAK>sample string 7</ALACAK>
<BELGE_TIPI>sample string 3</BELGE_TIPI>
<BORC>sample string 6</BORC>
<HAREKET_TARIHI>2025-11-03T09:27:57.6229329+03:00</HAREKET_TARIHI>
<KARSI_ADI>sample string 4</KARSI_ADI>
<KASA_KODU>sample string 1</KASA_KODU>
<PARA_BIRIMI>sample string 8</PARA_BIRIMI>
</CF_TAHSILAT_KASA_DETAY>
<CF_TAHSILAT_KASA_DETAY>
<ACIKLAMA>sample string 5</ACIKLAMA>
<ALACAK>sample string 7</ALACAK>
<BELGE_TIPI>sample string 3</BELGE_TIPI>
<BORC>sample string 6</BORC>
<HAREKET_TARIHI>2025-11-03T09:27:57.6229329+03:00</HAREKET_TARIHI>
<KARSI_ADI>sample string 4</KARSI_ADI>
<KASA_KODU>sample string 1</KASA_KODU>
<PARA_BIRIMI>sample string 8</PARA_BIRIMI>
</CF_TAHSILAT_KASA_DETAY>
</ArrayOfCF_TAHSILAT_KASA_DETAY>