Click or drag to resize

IApiServiceStatusy_PobierzStatusObiektu Method

ILUO Sp. z o.o.
Pobiera właściwości statusu obiektu systemowego

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
StatusObiektu Statusy_PobierzStatusObiektu(
	string sessionId,
	long id,
	long idtabeli
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
id
Type: SystemInt64
Identyfikator obiektu systemowego
idtabeli
Type: SystemInt64
Identyfikator tabeli

Return Value

Type: StatusObiektu
Obiekt z właściwościami statusu obiektu
Remarks
Identyfikatory tabel można pobrać metodą Sys_PobierzTabeleSystemowe
See Also