IApiServiceSlowniki_DodajNowaJednostkeMiary Method | |
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
)
Function Slowniki_DodajNowaJednostkeMiary (
sessionId As String,
jednostkaMiary As JednostkaMiary
) As Integer
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:
Int32Identyfikator utworzonej jednostki miary
See Also