Versions Compared

Key

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

...

Code Block
languagexml
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" EchoToken="abc-123" TimeStamp="20062018-05-04T1804T19:13:51.0+000040:04Z">
    <HotelReservations>
        <HotelReservation ResStatus="Reserved" CreateDateTime="2018-05-04T19:32:04Z">
            <POS>
                <Source>
                    <RequestorID ID="PMSPUBLISHER"/>
                </Source>
            </POS>
            <UniqueID ID="123456789"/>
            <RoomStays>
                <RoomStay>
                    <TimeSpan Start="2017-09-05" End="2017-09-06"/>
                </RoomStay>
            </RoomStays>
            <ResGlobalInfo>
                <TimeSpan Start="2017-09-05" End="2017-09-06"/>
                <Total AmountAfterTax="200.00"/>
                <!-- May be AmountBeforeTax -->
                <BasicPropertyInfo HotelCode="10107"/>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>

...