getSalespersonsPDF
mutation
Export salespersons to PDF
Generates a PDF document listing all salespersons matching the provided filter options.
mutation {
getSalespersonsPDF(companyId: Int!, options: SalespersonOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalespersonOptions |