POST api/v1/values/getFinanceBank?page={page}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_TAHSILAT_BANKA| Name | Description | Type | Additional information |
|---|---|---|---|
| BANKA_KODU | string |
String length: inclusive between 0 and 30 |
|
| IBAN_NO | string |
String length: inclusive between 0 and 26 |
|
| HESAP_NO | string |
String length: inclusive between 0 and 20 |
|
| HESAP_ADI | string |
String length: inclusive between 0 and 50 |
|
| BORC | string |
String length: inclusive between 0 and 30 |
|
| ALACAK | string |
String length: inclusive between 0 and 30 |
|
| BAKIYE | string |
String length: inclusive between 0 and 30 |
|
| SATIR | integer |
None. |
|
| PARA_BIRIMI | string |
String length: inclusive between 0 and 3 |
Response Formats
application/json, text/json
Sample:
[
{
"BANKA_KODU": "sample string 1",
"IBAN_NO": "sample string 2",
"HESAP_NO": "sample string 3",
"HESAP_ADI": "sample string 4",
"BORC": "sample string 5",
"ALACAK": "sample string 6",
"BAKIYE": "sample string 7",
"SATIR": 1,
"PARA_BIRIMI": "sample string 8"
},
{
"BANKA_KODU": "sample string 1",
"IBAN_NO": "sample string 2",
"HESAP_NO": "sample string 3",
"HESAP_ADI": "sample string 4",
"BORC": "sample string 5",
"ALACAK": "sample string 6",
"BAKIYE": "sample string 7",
"SATIR": 1,
"PARA_BIRIMI": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_TAHSILAT_BANKA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_TAHSILAT_BANKA>
<ALACAK>sample string 6</ALACAK>
<BAKIYE>sample string 7</BAKIYE>
<BANKA_KODU>sample string 1</BANKA_KODU>
<BORC>sample string 5</BORC>
<HESAP_ADI>sample string 4</HESAP_ADI>
<HESAP_NO>sample string 3</HESAP_NO>
<IBAN_NO>sample string 2</IBAN_NO>
<PARA_BIRIMI>sample string 8</PARA_BIRIMI>
<SATIR>1</SATIR>
</CF_TAHSILAT_BANKA>
<CF_TAHSILAT_BANKA>
<ALACAK>sample string 6</ALACAK>
<BAKIYE>sample string 7</BAKIYE>
<BANKA_KODU>sample string 1</BANKA_KODU>
<BORC>sample string 5</BORC>
<HESAP_ADI>sample string 4</HESAP_ADI>
<HESAP_NO>sample string 3</HESAP_NO>
<IBAN_NO>sample string 2</IBAN_NO>
<PARA_BIRIMI>sample string 8</PARA_BIRIMI>
<SATIR>1</SATIR>
</CF_TAHSILAT_BANKA>
</ArrayOfCF_TAHSILAT_BANKA>