Core information
Languages:   https://effectivetours.com/api/core/languages.json

Geo infromation
Countries:   https://effectivetours.com/api/geo/countries.json
Districts:   https://effectivetours.com/api/geo/districts/<COUNTRY_ID>.json
Cities:   https://effectivetours.com/api/geo/cities/<DISTRICT_ID>.json
City Details:   https://effectivetours.com/api/geo/city/<CITY_ID>.json

House information & prices
List of Houses:   https://effectivetours.com/api/houses/all.json
Groups of Supplements:   https://effectivetours.com/api/houses/supplements/groups.json
List of Supplements:   https://effectivetours.com/api/houses/supplements/all.json

Detail information:   https://effectivetours.com/api/houses/<HOUSE_ID>.json
Description of house:   https://effectivetours.com/api/houses/<HOUSE_ID>/info.json
Room Types in house:   https://effectivetours.com/api/houses/<HOUSE_ID>/room-types.json
Photos of house:   https://effectivetours.com/api/houses/<HOUSE_ID>/photos.json
Prices of house:   https://effectivetours.com/api-v2/houses/<HOUSE_ID>/prices.json
Supplements of house:   https://effectivetours.com/api/houses/<HOUSE_ID>/supplements.json
Discounts for house:   https://effectivetours.com/api/houses/<HOUSE_ID>/discounts.json

Check room availability:   https://effectivetours.com/api/agenda/check/<HOUSE_ID>/<ROOM_ID>/<ACCOMMODATION>/<CHECKIN>/<CHECKOUT>/<CNT>.json
Make Reservation:   https://effectivetours.com/api/agenda/book/<HOUSE_ID>/<ROOM_ID>/<ACCOMMODATION>/<CHECKIN>/<CHECKOUT>/<CNT>.json
Make Reservation with HOLD:   https://effectivetours.com/api/agenda/hold/<HOUSE_ID>/<ROOM_ID>/<ACCOMMODATION>/<CHECKIN>/<CHECKOUT>/<CNT>.json
Calculate price:   https://effectivetours.com/api/houses/<HOUSE_ID>/<CHECKIN>/<CHECKOUT>/<CNT>.json
Update Reservation:   https://effectivetours.com/api/agenda/reservations/<RESERVATION_ID>.json

Packages
List of Packages:   https://effectivetours.com/api/packages/all.json

Orders
List of Orders:   https://effectivetours.com/api/orders/list.json
Order details:   https://effectivetours.com/api/orders/show/<ORDER_ID>.json
Update Order status:   https://effectivetours.com/api/orders/status.json
Add Package to Order   https://effectivetours.com/api/orders/package/new.json
Add Reservation to Order   https://effectivetours.com/api/orders/hotel/new.json
Delete Product from Order   https://effectivetours.com/api/orders/product/cancel.json