Look up VAT rate.
POST/business/lookupvatrates
Looks up the VAT rate for the specified country in the European Union.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
countryCodestringrequired
The ISO 3166-1 alpha-2 code of the country.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
- number
- boolean
- number
- boolean
- number
- boolean
- number
- boolean
countrystringrequired
The name of the country.
vat_namestringrequired
The name of VAT in the country.
vat_abbrstringrequired
The VAT abbreviation.
standard_ratenumberrequired
The standard VAT rate.
reduced_rate objectrequired
The reduced VAT rate, or false.
number
boolean
reduced_rate_alt objectrequired
The alternative reduced VAT rate, or false.
number
boolean
super_reduced_rate objectrequired
The super reduced VAT rate, or false.
number
boolean
parking_rate objectrequired
The parking rate, or false.
number
boolean
{
"country": "string",
"vat_name": "string",
"vat_abbr": "string",
"standard_rate": 0,
"reduced_rate": 0,
"reduced_rate_alt": 0,
"super_reduced_rate": 0,
"parking_rate": 0
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}