Description
API Call to get the VAT Rates for specific countries
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
CntCodeISO2 |
string |
0 |
A |
CntCodeISO2 |
| 2 |
CntCodeISO3 |
string |
0 |
A |
CntCodeISO3 |
| 3 |
ChargeVAT |
string |
0 |
A |
ChargeVAT |
| 4 |
Datetime |
string |
0 |
YYYY-MM-DD hh:mm:ss |
With datetime you can search f |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiGetVATByCountries>
<dem:CntCodeISO2>A</dem:CntCodeISO2>
<dem:CntCodeISO3>A</dem:CntCodeISO3>
<dem:ChargeVAT>A</dem:ChargeVAT>
<dem:Datetime>YYYY-MM-DD hh:mm:ss</dem:Datetime>
</dem:pixiGetVATByCountries>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
ReturnCode |
string |
As Return Values you get: CntName, CntCodeISO2, CntCodeISO3, ChargeVAT, PHigh, PLow |
| 2 |
ErrorMsg |
string |
If an error occures during the call you recieve an error message |
Body 2: Result set
| # |
Name |
Type |
Description |
| 1 |
CntName |
string |
Country Name |
| 2 |
CntCodeISO2 |
string |
Country Code ISO2 |
| 3 |
CntCodeISO3 |
string |
Country Code ISO3 |
| 4 |
ChargeVAT |
string |
Charge VAT for this Country |
| 5 |
PHigh |
number |
VAT Rate High |
| 6 |
PLow |
number |
VAT Rate Low |
Additional Notes
Enter at least one of the parameters to filter for countries to get the VAT of a specific country.