profitMarginsXls
mutation
Export profit margins as XLS
Generates an Excel spreadsheet with profit margin data by product or totals.
mutation {
profitMarginsXls(companyId: Int!, xlsType: ProfitMarginsXlsType!, options: ProfitMarginsOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
xlsType | ProfitMarginsXlsType! | |
options | ProfitMarginsOptions |