Sage.PL.WebAPI.Interface.Sales.Interfaces Namespace > ISalesController Interface > ISalesController Methods > GetPDF Method 

Drukuj

.NET Framework Class Library

ISalesController.GetPDF Method

Overload List

 

Name

Description

Public method

GetPDF(Int32, Boolean)

Metoda umożliwia pobranie wydruku PDF dokumentu sprzedaży zakodowanego w Base64, o podanym id. Obsługiwane są dokumenty sprzedaży o charakterze: DEX, FVSM, FVS, FVW, SKO, SKW, PAR, SRS, REX, RUS i WDT.

[GET] /api/Sales/PDF?documentId=id_dokumentu

Public method

GetPDF(PDFSettings, Int32)

Metoda umożliwia pobranie wydruku PDF dokumentu sprzedaży zakodowanego w Base64, o podanym id.

[PATCH] /api/Sales/PDF?documentId=id_zamówienia

Public method

GetPDF(String, Boolean, Boolean)

Metoda umożliwia pobranie wydruku PDF dokumentu sprzedaży zakodowanego w Base64, o podanym numerze. Obsługiwane są dokumenty sprzedaży o charakterze: DEX, FVSM, FVS, FVW, SKO, SKW, PAR, SRS, REX, RUS i WDT.

[GET] /api/Sales/PDF?documentNumber=numer_dokumentu

Public method

GetPDF(PDFSettings, String, Boolean)

Metoda umożliwia pobranie wydruku PDF dokumentu sprzedaży zakodowanego w Base64, o podanym numerze dokumentu.

[PATCH] /api/Sales/PDF?documentNumber=numer_zamówienia

See Also

ISalesController Interface

ISalesController Members

Sage.PL.WebAPI.Interface.Sales.Interfaces Namespace