IApiServiceTowary_DodajNowaGrupe Method | |
Dodaje nową grupę towarową
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 Towary_DodajNowaGrupe(
string sessionId,
GrupaTowaru grupaTowaru
)
Function Towary_DodajNowaGrupe (
sessionId As String,
grupaTowaru As GrupaTowaru
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - grupaTowaru
- Type: ILUO.ERP.API.Server.Entities3GrupaTowaru
Obiekt z właściwościami nowej grupy
Return Value
Type:
Int32Identyfikator dodanej grupy towarowej
See Also