SalesTaxItems
Create, update, delete, and query Reckon Sales Tax Items.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier. | |
| Name | String | False |
The name of the other name. This is required to have a value when inserting. | |
| IsActive | Boolean | False |
Whether or not the other name is active. | |
| ItemDesc | String | False |
A description for the sales tax item. | |
| TaxRate | Double | False |
The tax rate. If a nonzero TaxRate is specified, then TaxVendorRef is required. | |
| TaxVendorRef_FullName | String | False |
Vendors.Name |
Refers to the tax agency to whom collected taxes are owed. This will be a vendor on the vendor list. |
| TaxVendorRef_ListID | String | False |
Vendors.ID |
Refers to the tax agency to whom collected taxes are owed. This will be a vendor on the vendor list. |
| CustomFields | String | False |
Custom fields returned from Reckon and formatted into XML. | |
| EditSequence | String | True |
An identifier used for versioning for this copy of the object. | |
| TimeModified | Datetime | True |
When the sales tax item was last modified. | |
| TimeCreated | Datetime | True |
When the sales tax item was created. |