Click or drag to resize

IApiServiceSlowniki_DodajNowaJednostkeMiary Method

ILUO Sp. z o.o.
Dodaje nową jednostkę miary 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
int Slowniki_DodajNowaJednostkeMiary(
	string sessionId,
	JednostkaMiary jednostkaMiary
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
jednostkaMiary
Type: ILUO.ERP.API.Server.Entities3JednostkaMiary
Obiekt zawierający właściwości tworzonej jednostki miary

Return Value

Type: Int32
Identyfikator utworzonej jednostki miary
See Also