Which web service must I use in order to display all necessary information on my page?

Which web service calls should I make at what time?

  1. Load our portfolio data into your local data base by using the requests
    1. descriptions (/accommodation)
    2. prices (/accommodation/pricelist)
    3. availability (/vacancy)
    4. additional costs and services (/booking/checkPrice)
    5. information about temporary notices such as pool closing, construction sites etc. (/booking/checkPrice)
  2. When the customer has decided on the property and period you should send a request through our web services which checks finally availability and returns the total price (/booking/checkPrice/final)
    -> Please note that this requests shall only be used in the final stage before booking!
  3. A subsequent call will book the property with Interhome (/booking/reservation)