GET api/v1/CountriesMaster/{id}
Gets a country by Country Code.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| id | The ISO 3166-1 alpha-2 country codes. | Define this parameter in the request URI. | 
Response Information
No documentation available.
Response body formats
application/json, text/json
            Sample:
        
{
  "IsActivated": true,
  "CountryCode": "sample string 1",
  "CountryName": "sample string 1 (sample string 2)"
}
        application/xml, text/xml
            Sample:
<CountryMasterDTO> <CountryCode>sample string 1</CountryCode> <CountryName>sample string 1 (sample string 2)</CountryName> <IsActivated>true</IsActivated> </CountryMasterDTO>