API - Countries - Landenlijst
List of Acumulus supported countries
Resource:
/acumulus/stable/picklists/picklist_countries.php
Since API:
Available for authenticated:
API invoerder
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure
Submit
<?xml version="1.0" encoding="UTF-8"?> <myxml> ... <countryregion></countryregion> </myxml>
countryregion
Option to limit output to a subset of countries.
option
Fiscal region
0
All (DEFAULT)
1
Netherlands
2
Europe
3
World
Response
<?xml version="1.0" encoding="UTF-8"?> <response> <countries> <country> <countryname></countryname> <countrycode></countrycode> <countryregion></countryregion> </country> <country> ... </country> </countries> </response>
countryid
ID of country.
countryname
Name of country.
countrycode
ISO 3166-1 alpha-2 code for the country.
countrycode3
ISO 3166-1 alpha-3 code for the country.
countryregion
Fiscal region according to Dutch law.
option
Fiscal region
1
Netherlands
2
Europe
3
World