Click or drag to resize

IApiServiceTagi_AktualizujTag Method

ILUO Sp. z o.o.
Aktualizuje dane etykiety

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_AktualizujTag(
	string sessionId,
	long id,
	Tag tag
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
id
Type: SystemInt64
Identyfikator aktualizowanej etykiety
tag
Type: ILUO.ERP.API.Server.Entities3Tag
Obiekt z nowymi właściwościami etykiety

Return Value

Type: Int64
Identyfikator etykiety
See Also