Overview
The getPropertyInformation
operation can be used to retrieve detailed information for a property or list of properties configured on the Allora IBE.
Sample Request
{ "userAuth": { "username": "username", "password": "password" }, "operation": "getPropertyInformation", "siteIDList": [ 1853 ], "channelIDList": [ ], "options": [ "fullPropertyInformation", "rateInformation". "roomInformation", "rateGroupInformation", "taxPolicyInformation", "imageInformation" ] }
Sample Response
{ "siteList": [ { "siteID": 1853, "primaryName": "TestHotel Mahony", "address": "Avvio House, Lonsdale Road, National Technology Park, Castletroy, Co. Limerick V94 AW2X", "phone": "+353-61-335680", "fax": "", "url": "http://www.shrgroup.com", "stars": 4, "currency": "EUR", "portalShort": false, "notificationEmail": "martin.mahony@shrgroup.com", "acceptedCards": [ "VISA", "MC", "AMEX" ], "timezone": "Europe/Dublin", "earliestETA": "12:00", "latestETA": "23:30", "cutoffTime": "23:30", "facilities": [ "01", "11", "14", "21", "24" ], "images": [ 3160 ], "childPriceOptions": [ { "ageGroup": "child1", "label": "ch1", "minAge": 2, "maxAge": 5 }, { "ageGroup": "child2", "label": "ch2", "minAge": 6, "maxAge": 10 }, { "ageGroup": "child3", "label": "ch3", "minAge": 11, "maxAge": 15 }, { "ageGroup": "child4", "label": "ch4", "minAge": 16, "maxAge": 21 }, { "ageGroup": "infant", "label": "inf", "minAge": 0, "maxAge": 2 } ], "portalURL": "https://dev.avvio.com/convert/site/TestHotel Mahony[@PORTALTOKEN@]/", "platformURL": { "bookingEngineURL": "https://dev.avvio.com/convert/site/TestHotel Mahony/", "bookingEngineGuestURL": "https://dev.avvio.com/convert/site/TestHotel Mahony/guests.php?checkin=@CHECKIN@&nights=@NIGHTS@&rateID=@RATEID@&roomIDs=@ROOMIDS@&availability=5ufo6wrHHjOm_c_5SmTMNwPOzPymyxK3hR_wvQUFK61zIODWM-Gg0I16pZ2ywyQ9va9qYN7R-W-YBQLeD6BShg" } } ] }