Country Region REST Endpoints
Admin/Country Region
Endpoints for read operations on Country and its states and regions
- addCountries
- Method: postPath:
/ccadmin/v1/countries/addCountries - addRegions
- Method: postPath:
/ccadmin/v1/countries/{id}/addRegions - deleteCountries
- Method: postPath:
/ccadmin/v1/countries/deleteCountries - deleteCountry
- Method: deletePath:
/ccadmin/v1/countries/{id} - deleteRegions
- Method: postPath:
/ccadmin/v1/countries/{id}/deleteRegions - getCountryRegions
- Method: getPath:
/ccadmin/v1/countries/{id} - listCountries
- Method: getPath:
/ccadmin/v1/countries - updateCountryRegions
- Method: putPath:
/ccadmin/v1/countries/{id}