getSalespersonsPaymentsHistoryPDF
mutation
Export salesperson payments history to PDF
Generates a PDF report with historical commission payment data.
mutation {
getSalespersonsPaymentsHistoryPDF(companyId: Int!, pdfOptions: SalespersonsPaymentsHistoryExportOptions!, options: SalespersonsPaymentsHistoryOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
pdfOptions | SalespersonsPaymentsHistoryExportOptions! | |
options | SalespersonsPaymentsHistoryOptions |