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
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
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
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