getSalesStatementsPDF
mutation
Export sales statements to PDF
Generates a PDF report with customer account statements for the selected period. Deduped: while an identical export by the same user is queued/generating, repeated calls return true without enqueueing another job.
mutation {
getSalesStatementsPDF(companyId: Int!, options: SalesStatementOptions, options2: SalesStatementTotalsOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalesStatementOptions | |
options2 | SalesStatementTotalsOptions |