Click or drag to resize

IApiServiceEDI_EksportujDokumentHandlowy Method

ILUO Sp. z o.o.
Eksportuje dokument w określonym formacie

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
string EDI_EksportujDokumentHandlowy(
	string sessionId,
	string format,
	long idDokumentu
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
format
Type: SystemString
Obecnie obsługiwany jest tylko ECOD
idDokumentu
Type: SystemInt64

Return Value

Type: String
Zawartość tekstowa dokumentu
See Also