GET v6/api_2461/AllItemCategories
Tüm stok kategorilerini listeler.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultModelOfListOfStokKategorileri| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of StokKategorileri |
None. |
|
| IsSuccessfull | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| StatusCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"Id": "fa26f884-dfa4-4897-bcf9-74066110c457",
"KategoriKodu": "sample string 2",
"KategoriAdi": "sample string 3"
},
{
"Id": "fa26f884-dfa4-4897-bcf9-74066110c457",
"KategoriKodu": "sample string 2",
"KategoriAdi": "sample string 3"
}
],
"IsSuccessfull": true,
"ErrorMessage": "sample string 2",
"StatusCode": 3
}
application/xml, text/xml
Sample:
<ResultModelOfArrayOfStokKategorileri09ypmV8R xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.CommonModels">
<ErrorMessage>sample string 2</ErrorMessage>
<IsSuccessfull>true</IsSuccessfull>
<StatusCode>3</StatusCode>
<Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/V6.models.Satis.Listeler">
<d2p1:StokKategorileri>
<d2p1:Id>fa26f884-dfa4-4897-bcf9-74066110c457</d2p1:Id>
<d2p1:KategoriAdi>sample string 3</d2p1:KategoriAdi>
<d2p1:KategoriKodu>sample string 2</d2p1:KategoriKodu>
</d2p1:StokKategorileri>
<d2p1:StokKategorileri>
<d2p1:Id>fa26f884-dfa4-4897-bcf9-74066110c457</d2p1:Id>
<d2p1:KategoriAdi>sample string 3</d2p1:KategoriAdi>
<d2p1:KategoriKodu>sample string 2</d2p1:KategoriKodu>
</d2p1:StokKategorileri>
</Value>
</ResultModelOfArrayOfStokKategorileri09ypmV8R>