Click or drag to resize

IApiServiceTagi_UstawTagiDlaObiektu Method

ILUO Sp. z o.o.
Ustawia etykiety dla 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
void Tagi_UstawTagiDlaObiektu(
	string sessionId,
	long idtabeli,
	long id,
	long[] idtagow
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idtabeli
Type: SystemInt64
Identyfikator tabeli
id
Type: SystemInt64
Identyfikator obiektu systemowego
idtagow
Type: SystemInt64
Tablica z identyfikatorami etykiet, które mają być przypisane do obiektu
See Also