Click or drag to resize

IApiServiceTowary_AktualizujTypCeny Method

ILUO Sp. z o.o.
Aktualizuje typ cen

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_AktualizujTypCeny(
	string sessionId,
	int id,
	TypCeny typCeny
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
id
Type: SystemInt32
Identyfikator typu cen
typCeny
Type: ILUO.ERP.API.Server.Entities3TypCeny
Nowe właściwości typu cen

Return Value

Type: Int32
Identyfikator typu cen
See Also