PurchasingTaxDetail
Represents tax details used in purchasing transactions, defining tax rates, tax limits, GL account assignments, and tax authority associations.
Columns
| Name | Type | ReadOnly | Description |
| amountToTax | String | False |
The portion of the transaction amount subject to tax for this purchasing tax detail. |
| description | String | False |
The description of this purchasing tax detail. |
| href | String | True |
The URL of the purchasing tax detail resource. |
| id | String | False |
The unique identifier of the purchasing tax detail record. |
| isSystemGenerated | Bool | True |
Indicates whether this purchasing tax detail was generated automatically by the system. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the purchasing tax detail record. |
| purchaseGLAccount_Href | String | True |
The URL of the purchase GL account associated with this purchasing tax detail. |
| purchaseGLAccount_Id | String | False |
The Id of the purchase GL account associated with this purchasing tax detail. |
| purchaseGLAccount_Key | String | False |
The system-assigned key of the purchase GL account associated with this purchasing tax detail. |
| reverseCharge | Bool | False |
Indicates whether the reverse charge mechanism applies to this purchasing tax detail. |
| status | String | False |
The current status of the purchasing tax detail, such as active or inactive. |
| taxAuthority_Href | String | True |
The URL of the tax authority associated with this purchasing tax detail. |
| taxAuthority_Id | String | False |
The Id of the tax authority associated with this purchasing tax detail. |
| taxAuthority_Key | String | False |
The system-assigned key of the tax authority associated with this purchasing tax detail. |
| taxLimitMaxTax | Decimal | False |
The maximum tax amount that can be applied under this purchasing tax detail. |
| taxLimitMaxTaxable | Decimal | False |
The maximum taxable amount subject to tax under this purchasing tax detail. |
| taxLimitMinTax | Decimal | False |
The minimum tax amount that must be applied under this purchasing tax detail. |
| taxLimitMinTaxable | Decimal | False |
The minimum taxable amount subject to tax under this purchasing tax detail. |
| taxPercent | Decimal | False |
The tax percentage applied by this purchasing tax detail. |
| taxRate | String | False |
The tax rate code used for this purchasing tax detail. |
| taxSolution_Href | String | True |
The URL of the tax solution associated with this purchasing tax detail. |
| taxSolution_Id | String | False |
The Id of the tax solution associated with this purchasing tax detail. |
| taxSolution_Key | String | False |
The system-assigned key of the tax solution associated with this purchasing tax detail. |
| taxUniqueId | String | False |
The unique identifier used to distinguish this purchasing tax detail within its tax solution. |
| useExpenseAccount | Bool | False |
Indicates whether the expense account is used for tax posting for this purchasing tax detail. |