Country Controller
Create a new country
Create a new country with currency details
post/countries
Request body
Example request
{
"countryName": "United States",
"domain": "example.com",
"currencyCode": "USD",
"currencySymbol": "$",
"mailFrom": "noreply@uklandregistryonline.org.uk",
"supportMail": "support@uklandregistryonline.org.uk",
"emailSignature": "Best regards, UK Land Registry Team",
"displayName": "UK Land Registry"
}Response
Country created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.