EasyTravelApi.DefaultApi | bookActivity | PUT /{authtoken}/activity/booking | Book an activity |
EasyTravelApi.DefaultApi | bookHotel | PUT /{authtoken}/hotel/booking | Use this method to confirm a hotel service |
EasyTravelApi.DefaultApi | bookTransfer | PUT /{authtoken}/transfer/booking | Use this method to confirm a transfer service booking |
EasyTravelApi.DefaultApi | cancelBooking | DELETE /{authtoken}/commons/booking/{bookingid} | Method to cancel a service booking |
EasyTravelApi.DefaultApi | confirmServices | POST /{authtoken}/channel/confirm | Use this method to confirm or reject services |
EasyTravelApi.DefaultApi | getActivityPriceDetails | GET /{authtoken}/activity/pricedetails/{key} | Get extra info |
EasyTravelApi.DefaultApi | getAvailabeTransfers | GET /{authtoken}/transfer/available | Use this method to know which transfers are available and their prices |
EasyTravelApi.DefaultApi | getAvailableActivities | GET /{authtoken}/activity/available | Get available activities |
EasyTravelApi.DefaultApi | getAvailableHotels | GET /{authtoken}/hotel/available | Use this method to know which hotels are available and their prices |
EasyTravelApi.DefaultApi | getBookings | GET /{authtoken}/commons/bookings | Method to get a list of bookings |
EasyTravelApi.DefaultApi | getDataSheet | GET /{authtoken}/commons/datasheet/{resourceid} | Method to get a resource data sheet. E.g. descriptions, images, features |
EasyTravelApi.DefaultApi | getGrantedHotels | GET /{authtoken}/channel/granted | Use this method to know which hotels are you allowed to update. It provides the ids to be used by the channel manager |
EasyTravelApi.DefaultApi | getHotelPriceDetails | GET /{authtoken}/hotel/pricedetails/{key} | Use this methos to guess cancellation costs and important remarks regarding a price |
EasyTravelApi.DefaultApi | getPortfolio | GET /{authtoken}/commons/portfolio | Method to get the whole product tree |
EasyTravelApi.DefaultApi | getRoomingList | GET /{authtoken}/channel/roominglist | Use this method to download the list of hotel bookings |
EasyTravelApi.DefaultApi | getToken | GET /{authtoken}/commons/newtoken | Use this method to get or renew your authentication token |
EasyTravelApi.DefaultApi | getTransferPriceDetails | GET /{authtoken}/transfer/pricedetails/{key} | Use this method to guess cancellation costs and important remarks |
EasyTravelApi.DefaultApi | update | PUT /{authtoken}/channel/hotel/inventory | Use this method to update hotel inventory |