Returns a list of countries. To get the Destination information you must specify a Country id as shown in the next service.
https://api.pricetravel.com/services/catalogs/countries
GET
Accept (optional)
Response code
200 (OK)
<?xml encoding="utf-16"?>
<ArrayOfCountry>
<Country>
<CountryCode>integer</CountryCode>
<Name>string</Name>
<Uri>string</Uri>
</Country>
</ArrayOfCountry>
[ { "CountryCode": string, "Name": string, "Uri": string, } ]