Once the search has been initiated, it is possible to get the rooms by using the following call: request rooms request <request version="4.0"> <auth> <username>example</username> <password>example</password> <agent>example</agent> </auth> <hotel-rooms session="dv.Uw8IU6CsA" id="4762"/> </request>
request rooms response<response success="1" session="dv.Uw8IU6CsA"> <job status="done"/> <result id="4762"> <combinations> <combination onrequest="0" price="611.16" currency="USD" commissionable="1" billable="1" board="RO"> <rooms> <room resultid="dv.Uw8JnP3oA" count="2"/> </rooms> <cancellation> <frame endTime="2014-02-26 13:35:34" timezone="UTC" type="non-refundable"/> </cancellation> </combination> </combinations> .... <rooms> <room resultid="dv.Uw8JnP3oA" onrequest="0" minquantity="2" maxquantity="2" commissionable="1" payAtTheHotel="0" billable="1" packageRate="1"> <name>Superior Room, 1 King Bed</name> <board code="RO">Room Only</board> <price currency="USD">611.16</price> <allowed-price currency="USD">661.562</allowed-price> <pax> <adults>1</adults> </pax> <provider>provider1</provider> <cancellation> <frame endTime="2014-02-26 13:35:34" timezone="UTC" type="non-refundable"/> </cancellation> </room> <room resultid="dv.Uw8JnSUkA" onrequest="0" minquantity="2" maxquantity="2" commissionable="1" payAtTheHotel="0" billable="1"> <name>Superior Room, 2 Double Beds</name> <board code="RO">Room Only</board> <price currency="USD">699.567</price> <allowed-price currency="USD">757.372</allowed-price> <pax> <adults>1</adults> </pax> <provider>innstant.travel</provider> <cancellation> <frame endTime="2014-02-26 13:35:34" timezone="UTC" type="non-refundable"/> </cancellation>
</room> ...
Notes
|