Operations on Countries


Get Country List

Description

Returns a list of countries. To get the Destination information you must specify a Country id as shown in the next service.

Request

URI

https://api.pricetravel.com/services/catalogs/countries

Verb

GET

Headers

Accept (optional)

Response

Response code

200 (OK)

Body

<?xml encoding="utf-16"?>
<ArrayOfCountry>
<Country>
<CountryCode>integer</CountryCode>
<Name>string</Name>
<Uri>string</Uri>
</Country>
</ArrayOfCountry>

JSON

[
    {
        "CountryCode": string,
        "Name": string,
        "Uri": string,
    }
]