Click or drag to resize

IApiServiceSlowniki_DodajNowySposobDostawy Method

ILUO Sp. z o.o.
Dodaje nowy sposób dostawy

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 Slowniki_DodajNowySposobDostawy(
	string sessionId,
	SposobDostawy sposobDostawy
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
sposobDostawy
Type: ILUO.ERP.API.Server.Entities3SposobDostawy
Obiekt zawierający właściwości nowego sposobu dostawy

Return Value

Type: Int32
Identyfikator nowo utworzonego sposobu dostawy
See Also