country
Number of APIs: 6
The country service allows you to manage supported countries in your system. Moreover the service provides information about predefined regions.
Contact Support: Name: Emporix
-
Retrieving all regions GET {{api-url}}/country/{{tenant}}/regions?pageNumber=1&pageSize=16
-
Retrieving a region GET {{api-url}}/country/{{tenant}}/regions/Europe
-
Updating a country PATCH {{api-url}}/country/{{tenant}}/countries/AT
-
Access Token POST {{api-url}}/oauth/token
-
Retrieving a country GET {{api-url}}/country/{{tenant}}/countries/AT
-
Retrieving all countries GET {{api-url}}/country/{{tenant}}/countries?pageNumber=1&pageSize=16&sort=name:ASC&active=true