Tax free countries

List all tax free countries

GET /api/country-taxes
<!--?xml version="1.0" encoding="UTF-8"?-->


        ...


        ...


The list can be filtered with parameters:

GET /api/country-taxes?country_code=CH

Show the country taxes for Switzerland
The following parameters can be used:

ParameterDescription
countryCountry code as ISO 3166 Alpha-2

Show a specific tax free country

GET /api/country-taxes/{id}
<!--?xml version="1.0" encoding="UTF-8"?-->

    7
    CH

Create a tax free country

POST /api/country-taxes
XML elementDescriptionTypeDefault valueMandatory
country_codeCountryALNUMCountry code as ISO 3166 Alpha-2yes

    CH

<!--?xml version="1.0" encoding="UTF-8"?-->

    11
    CH

Edit a tax free country

PUT /api/country_taxes/{id}

    AT

Delete a tax free country

DELETE /api/country-taxes/{id}