SalesTaxItems
Manages QuickBooks Sales Tax Items, supporting creation, updates, deletion, and queries for tax calculations on invoices and sales.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
A unique identifier assigned to the sales tax item for tracking and reference purposes. | |
Name | String | False | 31 |
The name of the sales tax item. This field is mandatory when creating a new sales tax item and is used to identify it within QuickBooks. | |
IsActive | Boolean | False |
Indicates whether the sales tax item is currently active and available for use in transactions. | ||
ClassRef_FullName | String | False | 1000 |
The full name of the class associated with this sales tax item, providing additional categorization for transactions. This requires QBXML version 12.0 or later. | |
ClassRef_ListID | String | False |
Class.ID | 255 |
The unique identifier of the class associated with this sales tax item, ensuring proper categorization. This requires QBXML version 12.0 or later. |
ItemDesc | String | False | 4096 |
A detailed description of the sales tax item, often used to clarify its purpose or applicability. | |
TaxRate | Double | False |
The rate of tax applied for this item, expressed as a percentage. If a nonzero TaxRate is specified, a TaxVendorRef is required to indicate the responsible tax agency. | ||
TaxVendorRef_FullName | String | False | 1000 |
The full name of the tax agency to whom collected taxes are owed. This corresponds to an entry in the vendor list. | |
TaxVendorRef_ListID | String | False |
Vendors.ID | 255 |
The unique identifier of the tax agency to whom collected taxes are owed. This corresponds to an entry in the vendor list. |
CustomFields | String | False |
Custom fields that provide additional information specific to this sales tax item. These fields are formatted in XML and returned from QuickBooks. | ||
EditSequence | String | True | 16 |
A versioning identifier that updates with each change to the sales tax item, ensuring accurate tracking of modifications. | |
TimeModified | Datetime | True |
The date and time when this sales tax item was last modified in QuickBooks. | ||
TimeCreated | Datetime | True |
The date and time when this sales tax item was originally created in QuickBooks. |