Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleUse case: OTA_HotelAvailNotifRQ for room-based pricing
<OTA_HotelAvailNotifRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opentravel.org/OTA/2003/05" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelAvailNotifRQ" Version="1.000">
  <POS>
    <Source>
      <RequestorID ID="MASTERUSERNAME" MessagePassword="MASTERPASSWORD" Type="13"></RequestorID>
    </Source>
  </POS>
  <AvailStatusMessages HotelCode="HOTELCODE">
    <AvailStatusMessage>
      <StatusApplicationControl InvCode="00P5519245316dc1" Start="2015-09-25" End="2015-09-28" RatePlanCode="00P551924536469f" />
      <BestAvailableRates>
        <BestAvailableRate Amount="111.33" DecimalPlaces="2" CurrencyCode="CHF" />
      </BestAvailableRates>
    </AvailStatusMessage>
  </AvailStatusMessages>
</OTA_HotelAvailNotifRQ>

...