getSingleCustomerSheetPDF
mutation
Export single customer detail sheet to PDF
Generates a detailed PDF sheet for a specific customer, including full contact and billing information.
mutation {
getSingleCustomerSheetPDF(companyId: Int!, options: CustomerOptions, customerId: Int!): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerOptions | |
customerId | Int! |