Click or drag to resize

IApiServiceEDI_ImportujZamowienie Method

ILUO Sp. z o.o.
Importuje do systemu zamówienie z bufora EDI

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 EDI_ImportujZamowienie(
	string sessionId,
	long idZamowieniaEDI
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idZamowieniaEDI
Type: SystemInt64
Identyfikator zamówienia w buforze

Return Value

Type: Int64
Identyfikator zamówienia po imporcie
See Also