Countries REST Endpoints

Countries
The countries resource is used to view, create, delete, or modify countries. A country is a region that is identified as a distinct national entity in political geography.
Create a country
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCountries
Delete a country
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCountries/{CountryCode}
Get a country
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCountries/{CountryCode}
Get all countries
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCountries
Update a country
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCountries/{CountryCode}