IApiServiceParametry_DodajNowaKategorie Method | |
Dodaje nową kategorię
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 Parametry_DodajNowaKategorie(
string sessionId,
Kategoria kategoria
)
Function Parametry_DodajNowaKategorie (
sessionId As String,
kategoria As Kategoria
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - kategoria
- Type: ILUO.ERP.API.Server.Entities3Kategoria
Właściwości kategorii
Return Value
Type:
Int64Identyfikator dodanej kategorii
See Also