API Documentation

Matterial SaaS Instance Manager - API - getcountries

Get a list of available countries and vat relations

URL

GET <application-url>/getcountries

Consumes
Produces

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
    }
]
RESULT
  • 200 OK

Contact sales