WebAPI 26.2
Pokaż / Ukryj spis treści

Interface IOrderReportService

Namespace: Sage.PL.WebAPI.Module.Orders.Interfaces
Assembly: Sage.PL.WebAPI.Module.Orders.dll
Składnia
public interface IOrderReportService

Metody

GetInvoicesPDF(int, bool)

Deklaracja
List<PDF> GetInvoicesPDF(int orderId, bool printNote)
Parametry
Typ Nazwa Opis
int orderId
bool printNote
Zwraca
Typ Opis
List<PDF>

GetInvoicesPDF(string, bool, bool)

Deklaracja
List<PDF> GetInvoicesPDF(string orderNumber, bool buffer, bool printNote)
Parametry
Typ Nazwa Opis
string orderNumber
bool buffer
bool printNote
Zwraca
Typ Opis
List<PDF>

GetPDF(int, bool, PDFSettings)

Deklaracja
PDF GetPDF(int orderId, bool printNote, PDFSettings settings = null)
Parametry
Typ Nazwa Opis
int orderId
bool printNote
PDFSettings settings
Zwraca
Typ Opis
PDF

GetPDF(string, bool, bool, PDFSettings)

Deklaracja
PDF GetPDF(string orderNumber, bool buffer, bool printNote, PDFSettings settings = null)
Parametry
Typ Nazwa Opis
string orderNumber
bool buffer
bool printNote
PDFSettings settings
Zwraca
Typ Opis
PDF
W artykule
Do góry Generated by DocFX