GET /api/country-taxes
<!--?xml version="1.0" encoding="UTF-8"?--> ... ...
GET /api/country-taxes?country_code=CH
Show the country taxes for Switzerland
The following parameters can be used:
Parameter | Description |
---|---|
country | Country code as ISO 3166 Alpha-2 |
GET /api/country-taxes/{id}
<!--?xml version="1.0" encoding="UTF-8"?--> 7 CH
POST /api/country-taxes
XML element | Description | Type | Default value | Mandatory |
---|---|---|---|---|
country_code | Country | ALNUM | Country code as ISO 3166 Alpha-2 | yes |
CH
<!--?xml version="1.0" encoding="UTF-8"?--> 11 CH
PUT /api/country_taxes/{id}
AT
DELETE /api/country-taxes/{id}