IApiServiceTagi_DodajNowyTag Method | |
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
)
Function Tagi_DodajNowyTag (
sessionId As String,
tag As Tag
) As Long
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:
Int64Identyfikator nowej etykiety
See Also