POST api/v1/values/customerstock?stockCode={stockCode}&page={page}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stockCode | string |
Required |
|
| page | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_MUSTERI_STOK| Name | Description | Type | Additional information |
|---|---|---|---|
| MUST_KODU | string |
String length: inclusive between 0 and 30 |
|
| MUST_ADI | string |
String length: inclusive between 0 and 50 |
|
| STOK_KODU | string |
String length: inclusive between 0 and 30 |
|
| BIRIM1_MIKTAR | decimal number |
None. |
|
| ISK_SONRASI_TUT | decimal number |
None. |
|
| SAY | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MUST_KODU": "sample string 1",
"MUST_ADI": "sample string 2",
"STOK_KODU": "sample string 3",
"BIRIM1_MIKTAR": 1.0,
"ISK_SONRASI_TUT": 1.0,
"SAY": 1
},
{
"MUST_KODU": "sample string 1",
"MUST_ADI": "sample string 2",
"STOK_KODU": "sample string 3",
"BIRIM1_MIKTAR": 1.0,
"ISK_SONRASI_TUT": 1.0,
"SAY": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_MUSTERI_STOK xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_MUSTERI_STOK>
<BIRIM1_MIKTAR>1</BIRIM1_MIKTAR>
<ISK_SONRASI_TUT>1</ISK_SONRASI_TUT>
<MUST_ADI>sample string 2</MUST_ADI>
<MUST_KODU>sample string 1</MUST_KODU>
<SAY>1</SAY>
<STOK_KODU>sample string 3</STOK_KODU>
</CF_MUSTERI_STOK>
<CF_MUSTERI_STOK>
<BIRIM1_MIKTAR>1</BIRIM1_MIKTAR>
<ISK_SONRASI_TUT>1</ISK_SONRASI_TUT>
<MUST_ADI>sample string 2</MUST_ADI>
<MUST_KODU>sample string 1</MUST_KODU>
<SAY>1</SAY>
<STOK_KODU>sample string 3</STOK_KODU>
</CF_MUSTERI_STOK>
</ArrayOfCF_MUSTERI_STOK>