POST api/v1/values/currentmovement?customerCode={customerCode}&page={page}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerCode | string |
Required |
|
| page | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_CARI_HAREKET| Name | Description | Type | Additional information |
|---|---|---|---|
| BELGE_SERI_NO | string |
String length: inclusive between 0 and 20 |
|
| BELGE_NO | integer |
None. |
|
| HAREKET_TARIHI | string |
String length: inclusive between 0 and 30 |
|
| BORC_TUTARI | string |
String length: inclusive between 0 and 30 |
|
| ALACAK_TUTARI | string |
String length: inclusive between 0 and 30 |
|
| TUR | string |
String length: inclusive between 0 and 50 |
|
| ACIKLAMA | string |
String length: inclusive between 0 and 60 |
|
| DOVIZ_TUTAR | string |
String length: inclusive between 0 and 30 |
|
| DOVIZ | string |
String length: inclusive between 0 and 3 |
|
| MUST_KODU | string |
String length: inclusive between 0 and 30 |
|
| MUST_ADI | string |
String length: inclusive between 0 and 50 |
|
| SATIR | integer |
None. |
|
| BAKIYE | string |
String length: inclusive between 0 and 30 |
Response Formats
application/json, text/json
Sample:
[
{
"BELGE_SERI_NO": "sample string 1",
"BELGE_NO": 2,
"HAREKET_TARIHI": "sample string 3",
"BORC_TUTARI": "sample string 4",
"ALACAK_TUTARI": "sample string 5",
"TUR": "sample string 6",
"ACIKLAMA": "sample string 7",
"DOVIZ_TUTAR": "sample string 8",
"DOVIZ": "sample string 9",
"MUST_KODU": "sample string 10",
"MUST_ADI": "sample string 11",
"SATIR": 1,
"BAKIYE": "sample string 12"
},
{
"BELGE_SERI_NO": "sample string 1",
"BELGE_NO": 2,
"HAREKET_TARIHI": "sample string 3",
"BORC_TUTARI": "sample string 4",
"ALACAK_TUTARI": "sample string 5",
"TUR": "sample string 6",
"ACIKLAMA": "sample string 7",
"DOVIZ_TUTAR": "sample string 8",
"DOVIZ": "sample string 9",
"MUST_KODU": "sample string 10",
"MUST_ADI": "sample string 11",
"SATIR": 1,
"BAKIYE": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_CARI_HAREKET xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_CARI_HAREKET>
<ACIKLAMA>sample string 7</ACIKLAMA>
<ALACAK_TUTARI>sample string 5</ALACAK_TUTARI>
<BAKIYE>sample string 12</BAKIYE>
<BELGE_NO>2</BELGE_NO>
<BELGE_SERI_NO>sample string 1</BELGE_SERI_NO>
<BORC_TUTARI>sample string 4</BORC_TUTARI>
<DOVIZ>sample string 9</DOVIZ>
<DOVIZ_TUTAR>sample string 8</DOVIZ_TUTAR>
<HAREKET_TARIHI>sample string 3</HAREKET_TARIHI>
<MUST_ADI>sample string 11</MUST_ADI>
<MUST_KODU>sample string 10</MUST_KODU>
<SATIR>1</SATIR>
<TUR>sample string 6</TUR>
</CF_CARI_HAREKET>
<CF_CARI_HAREKET>
<ACIKLAMA>sample string 7</ACIKLAMA>
<ALACAK_TUTARI>sample string 5</ALACAK_TUTARI>
<BAKIYE>sample string 12</BAKIYE>
<BELGE_NO>2</BELGE_NO>
<BELGE_SERI_NO>sample string 1</BELGE_SERI_NO>
<BORC_TUTARI>sample string 4</BORC_TUTARI>
<DOVIZ>sample string 9</DOVIZ>
<DOVIZ_TUTAR>sample string 8</DOVIZ_TUTAR>
<HAREKET_TARIHI>sample string 3</HAREKET_TARIHI>
<MUST_ADI>sample string 11</MUST_ADI>
<MUST_KODU>sample string 10</MUST_KODU>
<SATIR>1</SATIR>
<TUR>sample string 6</TUR>
</CF_CARI_HAREKET>
</ArrayOfCF_CARI_HAREKET>