Resource | Description |
---|---|
/services/catalogs/countries[/{countryId}] | Return the destinations in the country. |
/services/catalogs/countries/{countryId}/destinations[/{destinationId}] | Represent a destination. To search for a list of Hotels is necessary to know the destinationId. |
/services/catalogs/destinations | Represent a destination. To search for a list of Hotels is necessary to know the destinationId. |
/services/hotels[/{hotelId}] | Represents a Hotel created in the system. Contain information about Rooms, Services, and Images belonging to the Hotel. |
/services/tours[/{tourId}] | Represents a Tour. Contains information like Description, Pictures and Operating Hours. |
/services/catalogs/tours/destinations | Represent a destination with tours. To search for a list of Tours is necessary to know the destinationId. |
/services/tours/kidCriteria/{tourId} | Represent a quote criteria for tours with kids. The criteria includes the type of criteria (Height or Age) and the minimum and maximum values for someone to be considered a children. |
/services/tours/survey/{tourId} | Gets user survey for a specified tour. |
/services/tours/mapinfo/{tourId} | Gets map info for a specified tour. |
Resource | Description |
---|---|
/services/hotels/availability[/{hotelId}] | Contain information about the Rates of a Hotel list. |
/services/flights/itineraries | Rates and information of Flight services. |
/services/transfers[/{transferId}] | Rates and information of Transfer services. |
/services/tours/availability[/{tourId}] | Rates and information of Tour service. |
Resource | Description |
---|---|
/services/bookings[/{bookingId}] | Create a Reservation. |