getCustomerHistoryPDF
mutation
Export customer history as PDF Generates a PDF report with the customer history data.
mutation {
getCustomerHistoryPDF(companyId: Int!, options: CustomerHistoryOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerHistoryOptions |