GET v6/api_1897/SearchStok?hint={hint}

Stok araması için kullanılır. Sadece stok kodu ve ismini döner.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hint

Bu değer gönderildiğinde kodu ve ismi bu alana göre filtreleyip stokları listeler.

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfListOfMikroStokSearchResult
NameDescriptionTypeAdditional information
Value

Collection of MikroStokSearchResult

None.

IsSuccessfull

boolean

None.

ErrorMessage

string

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "sto_Guid": "420610b0-cdd4-4b78-bbdf-c1563ceeb653",
      "sto_kod": "sample string 2",
      "sto_isim": "sample string 3"
    },
    {
      "sto_Guid": "420610b0-cdd4-4b78-bbdf-c1563ceeb653",
      "sto_kod": "sample string 2",
      "sto_isim": "sample string 3"
    }
  ],
  "IsSuccessfull": true,
  "ErrorMessage": "sample string 2",
  "StatusCode": 3
}

application/xml, text/xml

Sample:
<ResultModelOfArrayOfMikroStokSearchResultaj6s09GR 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.Entegrasyon.Operasyonlar.MIKRO.Models">
    <d2p1:MikroStokSearchResult>
      <d2p1:sto_Guid>420610b0-cdd4-4b78-bbdf-c1563ceeb653</d2p1:sto_Guid>
      <d2p1:sto_isim>sample string 3</d2p1:sto_isim>
      <d2p1:sto_kod>sample string 2</d2p1:sto_kod>
    </d2p1:MikroStokSearchResult>
    <d2p1:MikroStokSearchResult>
      <d2p1:sto_Guid>420610b0-cdd4-4b78-bbdf-c1563ceeb653</d2p1:sto_Guid>
      <d2p1:sto_isim>sample string 3</d2p1:sto_isim>
      <d2p1:sto_kod>sample string 2</d2p1:sto_kod>
    </d2p1:MikroStokSearchResult>
  </Value>
</ResultModelOfArrayOfMikroStokSearchResultaj6s09GR>