VAT Groups
These are VAT groups that are unique per company. Products and order lines are linked to a VAT group to automatically calculate the right VAT and also to communicate this to invoicing providers.
Attributes
Name | Type | Required | Description |
---|---|---|---|
idvatgroup | integer | generated | Unique Picqer reference |
name | string | required | Name of VAT group |
percentage | float | required | Percentage of VAT |
Get all VAT groups
GET
https://example.picqer.com/api/v1/vatgroups
HTTP/1.1 200 OK
[
{
"idvatgroup": 1464,
"name": "BTW Hoog",
"percentage": 21
},
{
"idvatgroup": 1465,
"name": "BTW Laag",
"percentage": 6
},
{
"idvatgroup": 1466,
"name": "Nultarief",
"percentage": 0
}
]
This endpoint uses pagination.
Read more Shipping providers