getSalesStatementsPDF
mutation
Export sales statements to PDF
Generates a PDF report with customer account statements for the selected period.
mutation {
getSalesStatementsPDF(companyId: Int!, options: SalesStatementOptions, options2: SalesStatementTotalsOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalesStatementOptions | |
options2 | SalesStatementTotalsOptions |