POST api/v1/values/currentbalance?customerName={customerName}&page={page}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerName | string |
Required |
|
page | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_CARI_BAKIYEName | Description | Type | Additional information |
---|---|---|---|
MUST_KODU | string |
String length: inclusive between 0 and 30 |
|
MUST_ADI | string |
String length: inclusive between 0 and 50 |
|
BAKIYE | string |
String length: inclusive between 0 and 30 |
|
BORC | string |
String length: inclusive between 0 and 30 |
|
ALACAK | string |
String length: inclusive between 0 and 30 |
|
TEL1 | string |
String length: inclusive between 0 and 23 |
|
YETKILI | string |
String length: inclusive between 0 and 30 |
|
ADRES | string |
String length: inclusive between 0 and 121 |
|
SATIR | integer |
None. |
|
MUSTERI_ID | integer |
None. |
|
PARA_BIRIMI | string |
String length: inclusive between 0 and 3 |
Response Formats
application/json, text/json
Sample:
[ { "MUST_KODU": "sample string 1", "MUST_ADI": "sample string 2", "BAKIYE": "sample string 3", "BORC": "sample string 4", "ALACAK": "sample string 5", "TEL1": "sample string 6", "YETKILI": "sample string 7", "ADRES": "sample string 8", "SATIR": 1, "MUSTERI_ID": 9, "PARA_BIRIMI": "sample string 10" }, { "MUST_KODU": "sample string 1", "MUST_ADI": "sample string 2", "BAKIYE": "sample string 3", "BORC": "sample string 4", "ALACAK": "sample string 5", "TEL1": "sample string 6", "YETKILI": "sample string 7", "ADRES": "sample string 8", "SATIR": 1, "MUSTERI_ID": 9, "PARA_BIRIMI": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfCF_CARI_BAKIYE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models"> <CF_CARI_BAKIYE> <ADRES>sample string 8</ADRES> <ALACAK>sample string 5</ALACAK> <BAKIYE>sample string 3</BAKIYE> <BORC>sample string 4</BORC> <MUSTERI_ID>9</MUSTERI_ID> <MUST_ADI>sample string 2</MUST_ADI> <MUST_KODU>sample string 1</MUST_KODU> <PARA_BIRIMI>sample string 10</PARA_BIRIMI> <SATIR>1</SATIR> <TEL1>sample string 6</TEL1> <YETKILI>sample string 7</YETKILI> </CF_CARI_BAKIYE> <CF_CARI_BAKIYE> <ADRES>sample string 8</ADRES> <ALACAK>sample string 5</ALACAK> <BAKIYE>sample string 3</BAKIYE> <BORC>sample string 4</BORC> <MUSTERI_ID>9</MUSTERI_ID> <MUST_ADI>sample string 2</MUST_ADI> <MUST_KODU>sample string 1</MUST_KODU> <PARA_BIRIMI>sample string 10</PARA_BIRIMI> <SATIR>1</SATIR> <TEL1>sample string 6</TEL1> <YETKILI>sample string 7</YETKILI> </CF_CARI_BAKIYE> </ArrayOfCF_CARI_BAKIYE>