TaxDetail
Represents tax details that define tax rates, applicable tax limits, reverse charge settings, and associated tax solution references.
Columns
| Name | Type | Description |
| amountToTax | String | The method used to determine the taxable amount for this tax detail. |
| description | String | The description of this tax detail. |
| href | String | The URL of the tax detail resource. |
| id | String | The unique identifier of the tax detail record. |
| isSystemGenerated | Bool | Indicates whether this tax detail was generated automatically by the system. |
| key [KEY] | String | The system-assigned key that uniquely identifies the tax detail record. |
| reverseCharge | Bool | Indicates whether this tax detail uses the reverse charge mechanism. |
| status | String | The current status of the tax detail, such as active or inactive. |
| taxLimitMaxTax | Decimal | The maximum tax amount that can be applied for this tax detail. |
| taxLimitMaxTaxable | Decimal | The maximum taxable amount used when calculating tax for this tax detail. |
| taxLimitMinTax | Decimal | The minimum tax amount that must be applied for this tax detail. |
| taxLimitMinTaxable | Decimal | The minimum taxable amount used when calculating tax for this tax detail. |
| taxPercent | String | The percentage used to calculate the tax for this tax detail. |
| taxRate | String | The tax rate applied by this tax detail. |
| taxSolution_Href | String | The URL of the tax solution associated with this tax detail. |
| taxSolution_Id | String | The Id of the tax solution associated with this tax detail. |
| taxSolution_Key | String | The system-assigned key of the tax solution associated with this tax detail. |
| taxType | String | The type of tax applied by this tax detail, such as sales or VAT. |
| taxUniqueId | String | The unique tax identifier used by the tax authority for this tax detail. |
| useExpenseAccount | Bool | Indicates whether an expense account is used instead of a standard tax account for this tax detail. |