# BTWTarieven Geeft historie van btw tarieven (BtwTariefModel) uit een administratie. Voor deze operatie zijn de volgende scopes benodigd: - settings:read - Catalog: `SnelStart` - Schema: `Btwtarieven` This is a read-only table. The SnelStart API may not support changing the data or the Invantive UniversalSQL driver for SnelStart does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the SnelStart API. ## Table Columns The columns of the table `BTWTarieven` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `btwPercentage` | `decimal` | VAT Percentage | ☐ | Het btw percentage. | | `btwSoort` | `varchar2` | VAT Type | ☐ | Het btw soort ({SnelStart.B2B.Api.V2.Models.Boekingen.BtwSoortModel}) | | `datumTotEnMet` | `datetime` | Datum through | ☐ | De datum tot en met wanneer het btw percentage geldig is. | | `datumVanaf` | `datetime` | Datum from | ☐ | De datum vanaf wanneer het btw percentage geldig is. |