Update an existing country
put
/service/country/{countryCode}
This endpoint is used to update an existing country.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
countryCode: string
Country Code of the country to be updated
Request Body that contains data required for updating an existing country
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 : LmmTmCountryParametersDTO-allOf[1]
Type:
Show Source
object
-
allowedAccountType(optional):
string
-
countryCode:
string
-
countryName(optional):
string
-
crossBorderHybridPool(optional):
string
-
crossBorderHybridSweep(optional):
string
-
crossBorderPool(optional):
string
-
crossBorderSweep(optional):
string
-
crossCcyHybridPool(optional):
string
-
crossCcyHybridSweep(optional):
string
-
crossCcyPool(optional):
string
-
crossCcySweep(optional):
string
-
currencyCode:
string
-
domesticHybridPool(optional):
string
-
domesticHybridSweep(optional):
string
-
domesticPool(optional):
string
-
domesticSweep(optional):
string
-
hybrid(optional):
string
-
ieBenefitAllowed(optional):
string
-
ieParticipationAllowed(optional):
string
-
pool(optional):
string
-
sweep(optional):
string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated country
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 : LmmTmCountryParametersDTO-allOf[1]
Type:
Show Source
object
-
allowedAccountType(optional):
string
-
countryCode:
string
-
countryName(optional):
string
-
crossBorderHybridPool(optional):
string
-
crossBorderHybridSweep(optional):
string
-
crossBorderPool(optional):
string
-
crossBorderSweep(optional):
string
-
crossCcyHybridPool(optional):
string
-
crossCcyHybridSweep(optional):
string
-
crossCcyPool(optional):
string
-
crossCcySweep(optional):
string
-
currencyCode:
string
-
domesticHybridPool(optional):
string
-
domesticHybridSweep(optional):
string
-
domesticPool(optional):
string
-
domesticSweep(optional):
string
-
hybrid(optional):
string
-
ieBenefitAllowed(optional):
string
-
ieParticipationAllowed(optional):
string
-
pool(optional):
string
-
sweep(optional):
string
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error