HTTP Operation Type Object
Query countries

Description

Represents a standardized list of countries, commonly used within the application.
Beyond providing the country’s title and various ISO codes, this resource also furnishes information related to the VIES (VAT Information Exchange System).

VIES is a system that allows for the verification of the validity of a VAT (Value Added Tax) identification number for companies registered in the European Union.

img

Key Value
Authorization Bearer Current access Token How to find?
X-TenantId Current tenant id How to find?
x-api-key Primary or secondary subscription key of your app How to find?

countries

Fields Type Description
id UUID Id
     
name String Country
isoCodeAlpha2 String ISO code 2
isoCodeAlpha3 String ISO code 3
isoNumber String ISO number
legislationCode String Compliance with the legislation of the organization
viesCode String VIES value prefix of the European Community VAT numbers
Info
  • isoCodeAlpha2: Corresponds to the country code used for example for third party customers and suppliers.
  • viesCode: Defined for all countries of the European Community, null for other countries, it relates to the prefix of the VAT numbers.
    • European Community countries except Greece and Northern Ireland : viesCode=isoCodeAlpha2
    • Greece : viesCode=EL
    • Northern Ireland : viesCode=XI
    • Other countries : viesCode=NULL