Versions Compared

Key

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

...

Code Block
languagexml
titleOTA_HotelAvailRQ
<OTA_HotelInvCountNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvCountNotifRQ.xsd" Version="1.000" Target="Test" TimeStamp="2011-07-28T11:05:03">
  <POS>
    <Source>
      <RequestorID ID="MASTERUSERNAME" MessagePassword="MASTERPASSWORD"></RequestorID>
    </Source>
  </POS>
  <Inventories HotelCode="HOTELCODE">
    <Inventory>
      <StatusApplicationControl InvCode="00P5519245316dc1" Start="2015-11-24" End="2015-111-2425" />
      <InvCounts>
        <InvCount Count="1" />
      </InvCounts>
    </Inventory>
  </Inventories>
</OTA_HotelInvCountNotifRQ>

...