OTA_ReadRQ

PMS will send request for reservations using this message. RGBridge will process the message synchronously and respond with a list of reservations.

Reservation request; Sample XML

<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05"  
            EchoToken="354"  
            TimeStamp="2011-01-26T10:22:00-05:00"  
            Target="Production"  
            Version="3.500" > 
  <POS> 
    <Source> 
      <RequestorID Type="22" ID="473"/> 
      <BookingChannel Type="4" Primary="true">         <CompanyName>NewAge PMS</CompanyName> 
      </BookingChannel> 
    </Source> 
  </POS> 
  <ReadRequests>  
    <HotelReadRequest HotelCode="123">  
      <SelectionCriteria SelectionType="Undelivered" />  
    </HotelReadRequest>  
  </ReadRequests>  
</OTA_ReadRQ> 

Last updated