API - VAT Types - BTW-groepen

Get a list of available vattypes / BTW-groepen


Resource:
/acumulus/stable/picklists/picklist_vattypes.php
Since API:
Available for authenticated:
API invoerder
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <vattypes>
        <vattype>
            <vattypeid></vattypeid>
            <vattypename></vattypename>
            <vattypenamenl></vattypename>
        </vattype>
        <vattype>
            <vattypeid></vattypeid>
            <vattypename></vattypename>
            <vattypenamenl></vattypename>
        </vattype>
        ...
    </vattypes>
</response>
vattypename
vattypenamenl
1
Regular invoice
Gewone factuur
2
National reverse charge
BTW verlegd naar een Nederlandse ondernemer
3
European International
reverse charge
Factuur naar buitenlandse
ondernemer binnen de EU
4
International invoice outside of EU
Factuur buiten de EU
5
Margin-scheme
Marge-regeling
6
Foreign EU-VAT
Buitenlandse EU-BTW
7
Foreign Other VAT
Overige buitenlandse BTW

Important note about vattype and vattypeid
When using the Invoice Add API you will need to apply the numeric value
to vattype and NOT to vattypeid.

To add to the confusion, the invoice API does have support for a vattypeid,
but this is used to indicate the nature of the customer.