Close the country codes by given ID
patch
/service/countrycodes/{countryCode}/close
This endpoint is used to close the country codes identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
countryCode(required): string
Key of the countrycodes maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contain countrycodes and Modification no of countrycodes maintenance which need to be closed"
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Root Schema : CmcTmCountryResponseDtoWrapper
Type:
Show Source
object
-
data:
object CmcTmCountryDto
-
messages:
object ResponseDto
Nested Schema : CmcTmCountryDto
Type:
object
Match All
Show Source
-
allOf
GenericDto
-
object
CmcTmCountryDto-allOf[1]
Nested Schema : ResponseDto
Type:
Show Source
object
-
codes:
array codes
-
id:
string
-
requestId:
string
-
status:
string
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CmcTmCountryDto-allOf[1]
Type:
Show Source
object
-
altCountryCode:
string
Minimum Length:
2
Maximum Length:10
Pattern:^[A-Z]*$
-
blacklisted:
string
Minimum Length:
0
Maximum Length:1
Pattern:^(?:Y|N)$
-
clearingNetwork:
string
Minimum Length:
0
Maximum Length:1
-
clrCodeBic:
string
Minimum Length:
0
Maximum Length:1
Pattern:^(?:Y|N)$
-
countryCode(required):
string
Minimum Length:
0
Maximum Length:3
Pattern:^[A-Z0-9]*$
-
description(required):
string
Minimum Length:
0
Maximum Length:105
-
euCountry:
string
Minimum Length:
0
Maximum Length:1
-
genMt205:
string
Minimum Length:
0
Maximum Length:1
Pattern:^(?:Y|N)$
-
ibanCheckReqd(required):
string
Minimum Length:
0
Maximum Length:1
Pattern:^(?:Y|N)$
-
intraEuropean:
string
Minimum Length:
0
Maximum Length:1
Pattern:^(?:Y|N)$
-
isdCode:
number
Minimum Length:
0
Maximum Length:10
-
isoNumCountryCode:
string
Minimum Length:
0
Maximum Length:3
-
regionCode:
string
Minimum Length:
0
Maximum Length:3
Nested Schema : ResponseCode
Type:
Show Source
object
-
arg:
string
-
args:
array args
-
Code:
string
-
Desc:
string
-
Language:
string
-
Type:
string
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error