Click or drag to resize

IApiServiceTowary_PobierzStanMagazynowyPoIndeksie Method

ILUO Sp. z o.o.
Pobiera stan magazynowy towaru o określonym indeksie w określonym magazynie

Namespace:  ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:  ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax
decimal Towary_PobierzStanMagazynowyPoIndeksie(
	string sessionId,
	string indeksTowaru,
	long idMagazynu,
	bool razemZRezerwacjami
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
indeksTowaru
Type: SystemString
Indeks towaru
idMagazynu
Type: SystemInt64
Identyfikator magazynu
razemZRezerwacjami
Type: SystemBoolean
Czy stan ma być pomniejszony o zarezerwowane towary

Return Value

Type: Decimal
Aktualny stan towaru
See Also