Convert between ISO and nation name.
POST/convert/nationiso
Takes a nation name or a nation ISO code and outputs the corresponding nation name and ISO code.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
isostring
The ISO code of the nation.
nationstring
The English name of the nation.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
isostringrequired
The ISO code of the nation.
nationstringrequired
The English name of the nation.
{
"iso": "string",
"nation": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}