Create From Bridge

This message allows the external system to create a reservation using details from an existing Bridge Record using the Bridge ID. Aside from the header information available in the message sample, it requires that a bridge ID be supplied. An error results if the required information to create a reservation is not contained in the Bridge ID.

CreateFromBridgeRQ

<?xml version="1.0" encoding="UTF-8"?>
<CreateFromBridgeRQ xmlns="http://www.Cvent Passkey.com/apiSchema" xmlns:ota="http://www.opentravel.org/OTA/2002/11">
   <Security>
      <Login>
         <UserName>reglinkapi</UserName>
         <Password>passkey1</Password>
      </Login>
      <PartnerID>136260</PartnerID>
      <Token> </Token>
   </Security>
   <Message>
      <Version>4.00.02</Version>
      <Mode>S</Mode>
      <OP>CreateReservationFromBridge</OP>
      <Service>CreateReservationFromBridge</Service>
      <Locale>EN_US</Locale>
   </Message>
   <Data>
      <ota:OTA_HotelResRQ>
         <ota:UniqueId Type="BRD" Id="323483RR-GA93"/>
      </ota:OTA_HotelResRQ>
   </Data>
</CreateFromBridgeRQ>

CreateFromBridgeRS

<?xml version="1.0" encoding="ISO-8859-1"?>
<PasskeyRS xmlns="http://www.passkey.com/apiSchema" xmlns:ns1="http://www.passkey.com/apiSchema" xmlns:ota="http://www.opentravel.org/OTA/2002/11" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <Message GUID="1638e6bf162:-568a20">
      <Status ID="2">PROCESSED</Status>
   </Message>
   <Data>
      <ota:OTA_HotelResRS>
         <ota:Success/>
         <ota:HotelReservations>
            <ota:HotelReservation RoomStayReservation="1">
               <ota:UniqueId Id="328T7923" Type="RES"/>
            </ota:HotelReservation>
         </ota:HotelReservations>
      </ota:OTA_HotelResRS>
   </Data>
</PasskeyRS>
Last updated on