VatGroups
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/VatGroups
Represents a VAT group.
GUID
A4C42058-E000-4102-AADB-53773B571235
Required permission
Show VAT settings
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the VAT group. |
|
| Number | Int64 | The VAT group number.
|
|
| Description | String | The translated description of the VAT group. |
|
| DefaultVatRateForPurchaseId | Int64 | The business key identifier of the VAT group's default VAT rate for Purchase. References VatRates. |
Introduced in version 2.42 |
| DefaultVatRateForSalesId | Int64 | The business key identifier of the VAT group's default VAT rate for Sales. References VatRates. |
Introduced in version 2.42 |
| DefaultVatRateId | Int64 | This property is obsolete and split into DefaultVatRateForPurchaseId and DefaultVatRateForSalesId The business key identifier of the VAT group's default VAT rate. References VatRates. |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"DefaultVatRateForPurchaseId": 0,
"DefaultVatRateForSalesId": 0,
"DefaultVatRateId": 0
}