Click or drag to resize

IApiServiceHandel_PobierzDokumentHandlowyPoNumerze Method

ILUO Sp. z o.o.
Pobiera dokument handlowy za pomocą jego numeru w systemie.

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
DokumentHandlowy Handel_PobierzDokumentHandlowyPoNumerze(
	string sessionId,
	string numer
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
numer
Type: SystemString
Numer dokumentu

Return Value

Type: DokumentHandlowy
Obiekt zawierający właściwości i pozycje dokumentu handlowego
See Also