IApiServiceTowary_DodajNowyTowar Method | |
Dodaje nowy towar
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 Towary_DodajNowyTowar(
string sessionId,
Towar towar
)
Function Towary_DodajNowyTowar (
sessionId As String,
towar As Towar
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - towar
- Type: ILUO.ERP.API.Server.Entities3Towar
Obiekt zawierający właściwości tworzonego towaru
Return Value
Type:
Int64Identyfikator utworzonego towaru
See Also