Countries REST Endpoints

Countries
The details about the countries and provinces which are used to maintain accurate address information for the organizations and contacts in Oracle B2C Service.
Create a country
Method: post
Path: /services/rest/connect/v1.4/countries
Delete a country
Method: delete
Path: /services/rest/connect/v1.4/countries/{id}
Get a country
Method: get
Path: /services/rest/connect/v1.4/countries/{id}
Get multiple countries
Method: get
Path: /services/rest/connect/v1.4/countries
Update a country
Method: patch
Path: /services/rest/connect/v1.4/countries/{id}