IApiServiceTowary_AktualizujTowarPoIndeksie Method | |
Aktualizuje dane towaru o określonym indeksie
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_AktualizujTowarPoIndeksie(
string sessionId,
string indeks,
Towar towar
)
Function Towary_AktualizujTowarPoIndeksie (
sessionId As String,
indeks As String,
towar As Towar
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - indeks
- Type: SystemString
Indeks towaru - towar
- Type: ILUO.ERP.API.Server.Entities3Towar
Obiekt zawierający właściwości towaru
Return Value
Type:
Int64Identyfikator towaru
See Also