Country list API
To read all the country id's used for FactuurSturen.nl you can request a list.
Description | Method | URL |
---|---|---|
Get county list | GET | /api/v1/countrylist/{language} |
Possible languages for {language}
- 'nl': dutch
- 'en': english
- 'de': german
- 'fr': france
- 'es': spanish
Like for example: /api/v1/countrylist/en
for the English country names
All attributes used for countries
Attribute | Type | Note |
---|---|---|
idread only | integer | The unique id of this country |
nameread only | string | The name of the country in the language you requested |