updateCountryRegions
put
/ccadmin/v1/countries/{id}
Update or create Country Regions. Update country and its regions specified by country ID if exists. Otherwise create a new country along with specified regions.
Request
Supported Media Types
- application/json
Path Parameters
-
id: string
The ID of the country which is ISO 3166-1 two letter country code.
Root Schema : updateCountryRegions_request
Type:
Show Source
object
-
countryCode(optional):
string
The country code of the country item.
-
displayName(optional):
string
Localized country name
-
regions(optional):
array regions
The list of regions for particular country.
Example:
{
"regions":[
{
"regionCode":"IN-KA",
"displayName":"Karnataka",
"abbreviation":"KA"
},
{
"regionCode":"IN-SK",
"displayName":"SIkkim",
"abbreviation":"SK"
}
],
"countryCode":"IN",
"displayName":"India"
}
Nested Schema : items
Type:
Show Source
object
-
abbreviation(optional):
string
The region code in abbreviated form. Usually a 2 letter country code
-
displayName(optional):
string
Localized region name.
-
regionCode(optional):
string
The region code (normally its ISO 3166-2 code).
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : updateCountryRegions_response
Type:
Show Source
object
-
countryCode(optional):
string
The country code of the country item.
-
displayName(optional):
string
Localized country name
-
regions(optional):
array regions
The list of regions for particular country.
-
repositoryId(optional):
string
The repository ID of the country item.
Nested Schema : items
Type:
Show Source
object
-
abbreviation(optional):
string
The region code in abbreviated form. Usually a 2 letter country code
-
displayName(optional):
string
Localized region name.
-
regionCode(optional):
string
The region code (normally its ISO 3166-2 code).
-
repositoryId(optional):
string
The ID of the region item.
Example Response (application/json)
{
"regions":[
{
"regionCode":"IN-KA",
"displayName":"Karnataka",
"repositoryId":"IN-KA",
"abbreviation":"KA"
},
{
"regionCode":"IN-SK",
"displayName":"SIkkim",
"repositoryId":"IN-SK",
"abbreviation":"SK"
}
],
"countryCode":"IN",
"displayName":"India",
"repositoryId":"IN"
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|80062|Invalid input. {key} key must be specified with valid value|
|80060|Invalid input|
|80068|Invalid abbreviation : {abbreviation}. Abbreviation must match the region abbreviation value specified in region code : {regionId}|
|80069|Invalid region code : {regionId}. Region code must start with country code : {countryId}|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code