VatRates
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/VatRates
Represents a VAT rate.
GUID
5286db96-c5f6-4394-ba8c-1d67c406b68b
Required permission
Show VAT settings
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the VAT rate. |
|
| Number | Int64 | The VAT rate number.
|
|
| Percentage | Decimal | The VAT percentage of the rate. |
|
| Description | String | The translated description of the rate. |
|
| ReversedTax | Boolean | Specifies if reverse tax responsibility is applicable for the rate. |
|
| OutputVatAccountId | Int64? | The business key identifier of the output account for the rate.
|
|
| InputVatAccountId | Int64? | The business key identifier of the input account for the rate.
|
|
| Active | Boolean | Specifies if the rate is active. |
|
| ReversedTaxPercentage | Decimal | Specifies the reverse VAT percentage of the rate. |
|
| ReferenceTextId | Int64? | The business key identifier of the rate reference text. References Comments.
|
|
| ReferenceText | Comments | The rate reference text.
|
|
| Reference | String | The translated reference text of the rate. |
Introduced in version 24.5 |
| EcSalesType | Int32? | Specifies the European Commission sales type of the VAT rate.
|
|
| CodeType | Int32 | Specifies the VAT code type of the VAT rate.
|
Introduced in version 24.5 |
| DatevVatCode | Int64? | The VAT code used in DATEV exports. |
Introduced in version 25.6 |
Example
{
"Id": 0,
"Number": 0,
"Percentage": 0.0,
"Description": null,
"ReversedTax": false,
"OutputVatAccountId": null,
"InputVatAccountId": null,
"Active": false,
"ReversedTaxPercentage": 0.0,
"ReferenceTextId": null,
"ReferenceText": null,
"Reference": null,
"EcSalesType": null,
"CodeType": 0,
"DatevVatCode": null
}