Click or drag to resize

IApiServiceTagi_DodajNowyTag Method

ILUO Sp. z o.o.
Dodaje nową etykietę do systemu

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_DodajNowyTag(
	string sessionId,
	Tag tag
)

Parameters

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

Return Value

Type: Int64
Identyfikator nowej etykiety
See Also