SalesTaxCodes
Handles QuickBooks Sales Tax Codes, supporting creation, updates, deletion, and queries for tax categorization.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier for the sales tax code, used to distinguish it from other tax codes. | |
Name | String | False | 3 |
The name assigned to the sales tax code, which is typically used to label transactions or items as taxable or non-taxable. | |
Description | String | False | 31 |
A brief description of the sales tax code, providing additional context or details about its purpose or usage. | |
IsActive | Boolean | False |
Indicates whether this sales tax code is currently active and available for use in QuickBooks. | ||
IsTaxable | Boolean | False |
Specifies whether the sales tax code represents taxable items or transactions. | ||
ItemPurchaseTaxRef_FullName | String | False | 1000 |
The full name of the purchase tax item associated with this tax code. This field is applicable in international versions of QuickBooks where purchase tax applies. | |
ItemPurchaseTaxRef_ListId | String | False | 255 |
The unique identifier of the purchase tax item associated with this tax code. This field is applicable in international versions of QuickBooks. | |
ItemSalesTaxRef_FullName | String | False | 1000 |
The full name of the sales tax item associated with this tax code. This field is applicable in international versions of QuickBooks. | |
ItemSalesTaxRef_ListId | String | False | 255 |
The unique identifier of the sales tax item associated with this tax code. This field is applicable in international versions of QuickBooks. | |
TimeCreated | Datetime | True |
The date and time when this sales tax code was originally created in QuickBooks. | ||
TimeModified | Datetime | True |
The date and time of the most recent modification to this sales tax code. | ||
EditSequence | String | True | 16 |
A versioning identifier that changes with each update to the sales tax code, ensuring accurate synchronization and tracking of changes. |