tax
query
Get tax by ID
Retrieves the full details of a specific tax rate, including its type, percentage, fiscal zone, and applicable exemption reasons.
query {
tax(companyId: Int!, taxId: Int!): Tax!
}Returns: Tax!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
taxId | Int! |