Matterial SaaS Instance Manager - API - getcountries
Get a list of available countries and vat relations
Get a list of available countries and vat relations
GET <application-url>/getcountries
application/json
List<Countries>
[
{
"i18nKey": "de",
"name": "Germany",
"vat": 19,
"vatLabel": "USt-IdNr."
},
{
"i18nKey": "af",
"name": "Afghanistan",
"vat": null,
"vatLabel": null
},
{
"i18nKey": "ax",
"name": "Åland Islands",
"vat": null,
"vatLabel": null
}
]