GET api/v1/values/stok_depo_durum?depo_kodu={depo_kodu}&page={page}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| depo_kodu | string |
Required |
|
| page | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_STOK_DURUM_DEPO| Name | Description | Type | Additional information |
|---|---|---|---|
| STOK_KODU | string |
String length: inclusive between 0 and 30 |
|
| STOK_KISA_ADI | string |
String length: inclusive between 0 and 80 |
|
| BIRIM1_ADI | string |
String length: inclusive between 0 and 10 |
|
| SATIS_KDV_ORANI | decimal number |
None. |
|
| DEPO_KODU | string |
String length: inclusive between 0 and 30 |
|
| MIKTAR | decimal number |
None. |
|
| SATIR | integer |
None. |
|
| STOK_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"STOK_KODU": "sample string 1",
"STOK_KISA_ADI": "sample string 2",
"BIRIM1_ADI": "sample string 3",
"SATIS_KDV_ORANI": 1.1,
"DEPO_KODU": "sample string 4",
"MIKTAR": 1.0,
"SATIR": 1,
"STOK_ID": 5
},
{
"STOK_KODU": "sample string 1",
"STOK_KISA_ADI": "sample string 2",
"BIRIM1_ADI": "sample string 3",
"SATIS_KDV_ORANI": 1.1,
"DEPO_KODU": "sample string 4",
"MIKTAR": 1.0,
"SATIR": 1,
"STOK_ID": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_STOK_DURUM_DEPO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_STOK_DURUM_DEPO>
<BIRIM1_ADI>sample string 3</BIRIM1_ADI>
<DEPO_KODU>sample string 4</DEPO_KODU>
<MIKTAR>1</MIKTAR>
<SATIR>1</SATIR>
<SATIS_KDV_ORANI>1.1</SATIS_KDV_ORANI>
<STOK_ID>5</STOK_ID>
<STOK_KISA_ADI>sample string 2</STOK_KISA_ADI>
<STOK_KODU>sample string 1</STOK_KODU>
</CF_STOK_DURUM_DEPO>
<CF_STOK_DURUM_DEPO>
<BIRIM1_ADI>sample string 3</BIRIM1_ADI>
<DEPO_KODU>sample string 4</DEPO_KODU>
<MIKTAR>1</MIKTAR>
<SATIR>1</SATIR>
<SATIS_KDV_ORANI>1.1</SATIS_KDV_ORANI>
<STOK_ID>5</STOK_ID>
<STOK_KISA_ADI>sample string 2</STOK_KISA_ADI>
<STOK_KODU>sample string 1</STOK_KODU>
</CF_STOK_DURUM_DEPO>
</ArrayOfCF_STOK_DURUM_DEPO>