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?
Load our portfolio data into your local data base by using the requests
descriptions (/accommodation)
prices (/accommodation/pricelist)
availability (/vacancy)
additional costs and services (/booking/checkPrice)
information about temporary notices such as pool closing, construction sites etc. (/booking/checkPrice)
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!
A subsequent call will book the property with Interhome (/booking/reservation)