Get Bridge

The Get Bridge call allows an external system to retrieve details for a particular Bridge Record. A BridgeID is required.

GetBridgeRQ

<?xml version="1.0" encoding="UTF-8"?>
<GetBridgeRQ xmlns="http://www.Cvent Passkey.com/apiSchema" xmlns:ota="http://www.opentravel.org/OTA/2002/11" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <Security>
      <Login>
         <UserName>reglinkapi</UserName>
         <Password>passkey1</Password>
      </Login>
      <PartnerID>136260</PartnerID>
      <Token> </Token>
   </Security>
   <Message>
      <GUID>Text</GUID>
      <Version>4.00.03</Version>
      <Mode>S</Mode>
      <OP>GetBridge</OP>
      <Service>GetBridge</Service>
      <Locale>EN_US</Locale>
   </Message>
   <Data>
      <ota:OTA_ReadRQ>
         <ota:UniqueId Type="BRD" Id="32347XBK-G032">
            <ota:CompanyName>Cvent Solutions Inc.</ota:CompanyName>
         </ota:UniqueId>
      </ota:OTA_ReadRQ>
   </Data>
</GetBridgeRQ>

GetBridgeRS

<?xml version="1.0" encoding="ISO-8859-1"?>
<PasskeyRS xmlns="http://www.passkey.com/apiSchema" xmlns:ota="http://www.opentravel.org/OTA/2002/11">
   <Message GUID="1638e6bf162:-68d120">
      <Status ID="2">PROCESSED</Status>
   </Message>
   <Data>
      <ota:OTA_HotelResRS>
         <ota:HotelReservations>
            <ota:HotelReservation>
               <ota:UniqueId Id="32347XBK-G032" Type="BRD"/>
               <ota:ResGuests>
                  <ota:ResGuest>
                     <ota:Profiles>
                        <ota:ProfileInfo>
                           <ota:Profile>
                              <ota:Customer>
                                 <ota:PersonName>
                                    <ota:NamePrefix>Mr.</ota:NamePrefix>
                                    <ota:GivenName>John</ota:GivenName>
                                    <ota:MiddleName>M.</ota:MiddleName>
                                    <ota:Surname>Smith</ota:Surname>
                                    <ota:NameSuffix> </ota:NameSuffix>
                                 </ota:PersonName>
                                 <ota:Telephone PhoneNumber="617-237-8236" PhoneTechType="1"/>
                                 <ota:Telephone PhoneNumber="617-237-8236"/>
                                 <ota:Email>john.smith@Cvent.com</ota:Email>
                                 <ota:Address>
                                    <ota:StateProv/>
                                 </ota:Address>
                                 <ota:EmployeeInfo>Director of Sales</ota:EmployeeInfo>
                              </ota:Customer>
                              <ota:PrefCollections>
                                 <ota:PrefCollection>
                                    <ota:HotelPref>
                                       <ota:PhysChallFeaturePref PhysChallFeature="0">0</ota:PhysChallFeaturePref>
                                    </ota:HotelPref>
                                    <ota:CommonPref PrimaryLangID="EN_US"/>
                                 </ota:PrefCollection>
                              </ota:PrefCollections>
                              <ota:CompanyInfo>
                                 <ota:CompanyName>Cvent Solutions</ota:CompanyName>
                              </ota:CompanyInfo>
                           </ota:Profile>
                        </ota:ProfileInfo>
                     </ota:Profiles>
                  </ota:ResGuest>
               </ota:ResGuests>
               <ota:ResGlobalInfo>
                  <ota:TimeSpan>
                     <ota:StartDateWindow/>
                     <ota:EndDateWindow/>
                  </ota:TimeSpan>
                  <ota:Memberships>
                     <ota:Membership AccountID="Not Available" ProgramCode="0"/>
                  </ota:Memberships>
                  <ota:HotelReservationIDs>
                     <ota:HotelReservationID/>
                  </ota:HotelReservationIDs>
               </ota:ResGlobalInfo>
               <ota:TPA_Extensions>
                  <ota:PK_Info>
                     <ota:EventID>151592</ota:EventID>
                     <ota:AttendeeCode>RTEATT0117FBV</ota:AttendeeCode>
                     <ota:ApprovalStatus>100</ota:ApprovalStatus>
                     <ota:ExtReferenceID>ABC123</ota:ExtReferenceID>
                     <ota:RecordStatus>0</ota:RecordStatus>
                     <ota:HowBooked>0</ota:HowBooked>
                     <ota:ReceivedFrom> </ota:ReceivedFrom>
                     <ota:PaymentType>other</ota:PaymentType>
                     <ota:BlockID>0</ota:BlockID>
                     <ota:OtherPayment>
                        <ota:OPayAmt Amount="0.0"/>
                        <ota:OPayReceived>false</ota:OPayReceived>
                        <ota:OPayComments>No Payment</ota:OPayComments>
                        <ota:OBillAddress/>
                     </ota:OtherPayment>
                     <ota:BillPhone PhoneNumber="Not Available"/>
                     <ota:PrimaryGuestRPH>1</ota:PrimaryGuestRPH>
                     <ota:CustomFields>
                        <ota:CustomField1> </ota:CustomField1>
                        <ota:CustomField2> </ota:CustomField2>
                        <ota:CustomField3> </ota:CustomField3>
                        <ota:CustomField4> </ota:CustomField4>
                        <ota:CustomField5> </ota:CustomField5>
                     </ota:CustomFields>
                  </ota:PK_Info>
               </ota:TPA_Extensions>
            </ota:HotelReservation>
         </ota:HotelReservations>
      </ota:OTA_HotelResRS>
   </Data>
</PasskeyRS>
Last updated on