POST api/v1/values/stockstatus?stockCode={stockCode}&stockName={stockName}&listPriceID={listPriceID}&page={page}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stockCode

string

Required

stockName

string

Required

listPriceID

integer

Required

page

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CF_STOK_DURUM
NameDescriptionTypeAdditional information
STOK_KODU

string

String length: inclusive between 0 and 30

STOK_KISA_ADI

string

String length: inclusive between 0 and 30

BIRIM1_ADI

string

String length: inclusive between 0 and 10

SATIS_KDV_ORANI

decimal number

None.

MIKTAR

string

String length: inclusive between 0 and 30

BIRIM_FIYAT

decimal number

None.

LISTE_ID

integer

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,
    "MIKTAR": "sample string 4",
    "BIRIM_FIYAT": 5.0,
    "LISTE_ID": 6,
    "SATIR": 1,
    "STOK_ID": 7
  },
  {
    "STOK_KODU": "sample string 1",
    "STOK_KISA_ADI": "sample string 2",
    "BIRIM1_ADI": "sample string 3",
    "SATIS_KDV_ORANI": 1.1,
    "MIKTAR": "sample string 4",
    "BIRIM_FIYAT": 5.0,
    "LISTE_ID": 6,
    "SATIR": 1,
    "STOK_ID": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfCF_STOK_DURUM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
  <CF_STOK_DURUM>
    <BIRIM1_ADI>sample string 3</BIRIM1_ADI>
    <BIRIM_FIYAT>5</BIRIM_FIYAT>
    <LISTE_ID>6</LISTE_ID>
    <MIKTAR>sample string 4</MIKTAR>
    <SATIR>1</SATIR>
    <SATIS_KDV_ORANI>1.1</SATIS_KDV_ORANI>
    <STOK_ID>7</STOK_ID>
    <STOK_KISA_ADI>sample string 2</STOK_KISA_ADI>
    <STOK_KODU>sample string 1</STOK_KODU>
  </CF_STOK_DURUM>
  <CF_STOK_DURUM>
    <BIRIM1_ADI>sample string 3</BIRIM1_ADI>
    <BIRIM_FIYAT>5</BIRIM_FIYAT>
    <LISTE_ID>6</LISTE_ID>
    <MIKTAR>sample string 4</MIKTAR>
    <SATIR>1</SATIR>
    <SATIS_KDV_ORANI>1.1</SATIS_KDV_ORANI>
    <STOK_ID>7</STOK_ID>
    <STOK_KISA_ADI>sample string 2</STOK_KISA_ADI>
    <STOK_KODU>sample string 1</STOK_KODU>
  </CF_STOK_DURUM>
</ArrayOfCF_STOK_DURUM>