Response that I am currently getting:
<?xml version="1.0"?>
<OTA_HotelAvailRS xmlns="http://www.opentravel.org/OTA/2003/05">
<RoomStays>
<RoomStay SupplierSystem="XHOTEL">
<ns1:RoomRates xmlns:ns1="http://www.opentravel.org/OTA/2003/05">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="CP" ArtificialAllocation="0" MealPlanCode="6" RoomTypeCode="DLX">
</RoomRate>
</ns1:RoomRates>
</RoomStay>
<RoomStay SupplierSystem="XHOTEL">
<ns1:RoomRates xmlns:ns1="http://www.opentravel.org/OTA/2003/05">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="SUT">
</RoomRate>
<RoomRate NumberOfUnits="4" NumberOfGuests="6" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="SDLX">
</RoomRate>
</ns1:RoomRates>
</RoomStay>
<RoomStay SupplierSystem="XHOTEL">
<ns1:RoomRates xmlns:ns1="http://www.opentravel.org/OTA/2003/05">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="RFS">
</RoomRate>
</ns1:RoomRates>
</RoomStay>
</RoomStays>
</OTA_HotelAvailRS>
|