taxCreate
mutation
Create tax
Adds a new tax rate to the company's tax configuration, specifying the type (VAT, withholding, etc.), rate percentage, fiscal zone, and exemption reason if applicable. Returns the created tax.
mutation {
taxCreate(companyId: Int!, data: TaxInsert!): Tax!
}Returns: Tax!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | TaxInsert! |