IApiServiceTowary_PobierzStanMagazynowyWariantu Method | |
Pobiera stan magazynowy towaru w określonym wariancie i 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_PobierzStanMagazynowyWariantu(
string sessionId,
long idTowaru,
long idWariantu,
long idMagazynu,
bool razemZRezerwacjami
)
Function Towary_PobierzStanMagazynowyWariantu (
sessionId As String,
idTowaru As Long,
idWariantu As Long,
idMagazynu As Long,
razemZRezerwacjami As Boolean
) As Decimal
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idTowaru
- Type: SystemInt64
Identyfikator towaru - idWariantu
- Type: SystemInt64
Identyfikator wariantu - idMagazynu
- Type: SystemInt64
Identyfikator magazynu - razemZRezerwacjami
- Type: SystemBoolean
Czy stan ma być pomniejszony o zarezerwowane towary
Return Value
Type:
DecimalAktualny stan towaru
See Also