Click or drag to resize

IApiServiceTagi_PobierzIdTagowDlaObiektu Method

ILUO Sp. z o.o.
Pobiera identyfikatory etykiet przypisanych do obiektu

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
long[] Tagi_PobierzIdTagowDlaObiektu(
	string sessionId,
	long idtabeli,
	long id
)

Parameters

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

Return Value

Type: Int64
Tablica identyfikatorów etykiet
Remarks
Identyfikatory tabel można pobrać metodą Sys_PobierzTabeleSystemowe
See Also