Sample Requests / Responses

Request (1Room - 1Adult, 0Children)

                            
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws_2013.services.cangooroo.net/" xmlns:ws1="WS_2013.ClientCredential" xmlns:ws2="WS_2013.Hotel" xmlns:ws3="WS_2013.Common">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:doBooking>
         <ws:credential>
            <ws1:UserName>******</ws1:UserName>
            <ws1:Password>******</ws1:Password>
         </ws:credential>
         <ws:hotelBooking>
            <ws2:Token>867a43cd-029e-47c7-9006-477e51b3bf03</ws2:Token>
            <ws2:Rooms>
               <!--Zero or more repetitions:-->
               <ws2:RoomBooking_b>
                  <ws2:HotelId>335235</ws2:HotelId>
                  <ws2:RoomId>53f119084e7e694f8ce8840638aec7e8</ws2:RoomId>
                  <ws2:Paxs>
                     <!--Zero or more repetitions:-->
                     <ws2:Pax>
                        <ws3:Name>Joe</ws3:Name>
                        <ws3:LastName>Test</ws3:LastName>
                        <ws3:Age>0</ws3:Age>
                        <ws3:EnumTitle>Mr</ws3:EnumTitle>
                        <ws3:EnumPaxType>Main</ws3:EnumPaxType>
                     </ws2:Pax>
                  </ws2:Paxs>
               </ws2:RoomBooking_b>
            </ws2:Rooms>
            <ws2:BookingId>0</ws2:BookingId>
            <ws2:ClientReference/>
            <ws2:ClientObservation/>
         </ws:hotelBooking>
      </ws:doBooking>
   </soapenv:Body>
</soapenv:Envelope>
                        
                        

Response (1Room - 1Adults, 0Children)

                            
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
      <doBookingResponse xmlns="http://ws_2013.services.cangooroo.net/">
         <doBookingResult>
            <BookingNumber xmlns="Cangooroo.WS_2013">17193</BookingNumber>
            <ClientID xmlns="Cangooroo.WS_2013">181982</ClientID>
            <ClientName xmlns="Cangooroo.WS_2013">Test</ClientName>
            <NumberOfBookingRooms xmlns="Cangooroo.WS_2013">1</NumberOfBookingRooms>
            <BaseID xmlns="Cangooroo.WS_2013">0</BaseID>
            <CNPJ xmlns="Cangooroo.WS_2013">0</CNPJ>
            <Rooms xmlns="Cangooroo.WS_2013">
               <HotelBookingRoomResult_d>
                  <BookingDescription xmlns="WS_2013.Hotel">- PAID BY TOURICO HOLIDAYS, INC. 220 East Central Parkway Suite 400 Altamonte Springs, FL32701 Please do not contact W San Francisco to cancel your reservation. If you cancel through W San Francisco  directly, there will be no refund. Please contact IMMEDIATELY should you encounter any problems during check-in. Must be contacted directly with any questions regarding your accommodation. We can be contacted at 1-888-8-BOOK-IT (888-826-6548), outside the U.S. call: 212-840-8686.</BookingDescription>
                  <CancelationBlockWS xmlns="WS_2013.Hotel">false</CancelationBlockWS>
                  <BoardDescription xmlns="WS_2013.Hotel">Room only</BoardDescription>
                  <BreakfastIncluded xmlns="WS_2013.Hotel">false</BreakfastIncluded>
                  <HotelCategory xmlns="WS_2013.Hotel">Superior First Class</HotelCategory>
                  <CityId xmlns="WS_2013.Hotel">15001</CityId>
                  <AgencyCommission xmlns="WS_2013.Hotel">49.31</AgencyCommission>
                  <CancellationDate xmlns="WS_2013.Hotel">0001-01-01T00:00:00</CancellationDate>
                  <CheckInDate xmlns="WS_2013.Hotel">2015-05-20T00:00:00</CheckInDate>
                  <PaymentDeadline xmlns="WS_2013.Hotel">2015-04-17T21:00:00</PaymentDeadline>
                  <ReservationDate xmlns="WS_2013.Hotel">2015-04-14T20:31:50.9139548-03:00</ReservationDate>
                  <HotelAddress xmlns="WS_2013.Hotel">525 Greenwich Street</HotelAddress>
                  <HotelId xmlns="WS_2013.Hotel">335235</HotelId>
                  <ServiceId xmlns="WS_2013.Hotel">17205</ServiceId>
                  <LogXMLAuditId xmlns="WS_2013.Hotel">867a43cd-029e-47c7-9006-477e51b3bf03</LogXMLAuditId>
                  <AgencyCurrencyCommission xmlns="WS_2013.Hotel">USD</AgencyCurrencyCommission>
                  <CityName xmlns="WS_2013.Hotel">Nova Iorque (ny)</CityName>
                  <HotelName xmlns="WS_2013.Hotel">Hugo Hotel Soho</HotelName>
                  <NumberOfAdults xmlns="WS_2013.Hotel">1</NumberOfAdults>
                  <NumberOfChildren xmlns="WS_2013.Hotel">0</NumberOfChildren>
                  <NumberOfNights xmlns="WS_2013.Hotel">1</NumberOfNights>
                  <VoucherObservation xmlns="WS_2013.Hotel">teste</VoucherObservation>
                  <CountryId xmlns="WS_2013.Hotel">US</CountryId>
                  <Paxs xmlns="WS_2013.Hotel">
                     <Pax>
                        <AddressNumber xmlns="WS_2013.Common">0</AddressNumber>
                        <DDI xmlns="WS_2013.Common">0</DDI>
                        <DDD xmlns="WS_2013.Common">0</DDD>
                        <PhoneNumber xmlns="WS_2013.Common">0</PhoneNumber>
                        <Birthday xmlns="WS_2013.Common">0001-01-01T00:00:00</Birthday>
                        <Name xmlns="WS_2013.Common">Joe</Name>
                        <LastName xmlns="WS_2013.Common">Test</LastName>
                        <Age xmlns="WS_2013.Common">0</Age>
                        <EnumTitle xmlns="WS_2013.Common">Mr</EnumTitle>
                        <EnumPaxType xmlns="WS_2013.Common">Main</EnumPaxType>
                     </Pax>
                  </Paxs>
                  <NetPrice xmlns="WS_2013.Hotel">
                     <Currency xmlns="WS_2013">USD</Currency>
                     <Value xmlns="WS_2013">493.09</Value>
                  </NetPrice>
                  <OperatorCancellationPolicies xmlns="WS_2013.Hotel">
                     <CancellationPolicy>
                        <StartDate xmlns="WS_2013.Common">2015-05-14T00:00:00</StartDate>
                        <EndDate xmlns="WS_2013.Common">2015-05-20T00:00:00</EndDate>
                        <Price xmlns="WS_2013.Common">
                           <Currency xmlns="WS_2013">USD</Currency>
                           <Value xmlns="WS_2013">493.09</Value>
                        </Price>
                     </CancellationPolicy>
                  </OperatorCancellationPolicies>
                  <ReservationId xmlns="WS_2013.Hotel">17193</ReservationId>
                  <RoomDescription xmlns="WS_2013.Hotel">SuperiorKing</RoomDescription>
                  <PaymentStatus xmlns="WS_2013.Hotel">NotPayed</PaymentStatus>
                  <SystemStatus xmlns="WS_2013.Hotel">Confirmed</SystemStatus>
                  <ConversionRate xmlns="WS_2013.Hotel">1</ConversionRate>
                  <HotelPhone xmlns="WS_2013.Hotel">(212) 608-4848</HotelPhone>
                  <ProviderID xmlns="WS_2013.Hotel">1</ProviderID>
                  <ProviderName xmlns="WS_2013.Hotel">Tourico- Hotel</ProviderName>
                  <ProviderLogo xmlns="WS_2013.Hotel">http://turgw.t4w.com.br/_teste/LogoFornecedor/fornecedor-1.jpg</ProviderLogo>
                  <ProviderBookingCode xmlns="WS_2013.Hotel">64810874-63603185</ProviderBookingCode>
                  <PaymentDate xmlns="WS_2013.Hotel">0001-01-01T00:00:00</PaymentDate>
                  <PaymentType xmlns="WS_2013.Hotel">OTHER</PaymentType>
                  <Remarks xmlns="WS_2013.Hotel"/>
                  <CreationUserDetail xmlns="WS_2013.Hotel">
                     <Name>Test- WebService</Name>
                     <Id>170986</Id>
                     <UserName>test</UserName>
                     <Email>teste@teste.com.br</Email>
                  </CreationUserDetail>
                  <LastUpdateUserDetail xmlns="WS_2013.Hotel">
                     <Name>Test- WebService</Name>
                     <Id>170986</Id>
                     <UserName>test</UserName>
                     <Email>test</Email>
                  </LastUpdateUserDetail>
                  <Payments xmlns="WS_2013.Hotel"/>
                  <UrlVoucher xmlns="WS_2013.Hotel">https://homolog.cangooroo.net/Voucher/VoucherNovo.aspx?ReservaID=WUYXsIhk%2baES8lIRRzQMqk69PgG8BYKTctStyVyhWQg%3d&amp;ServicoId=tUtueUWmCsJR41OcVcxNEQR%2bXM57nC55Xm2TI5nADJA%3d&amp;TipoServico=f%2fn7aDWZSOC%2bmRKOYhrhrDXDosrsQTdj2IxGEPJpJ9o%3d&amp;u=iJC%2fww87ZL1%2feSkMvyslLYmdcmpfbLnvqrmPnfQm6Zo%3d&amp;s=hrvuKYyAP8R9p3fK64VRFPhiz6zyR7dpi67OWax4DXU=</UrlVoucher>
                  <HotelCNPJ xmlns="WS_2013.Hotel"/>
                  <RoomClientReference xmlns="WS_2013.Hotel"/>
               </HotelBookingRoomResult_d>
            </Rooms>
            <Transfers xmlns="Cangooroo.WS_2013"/>
            <Tours xmlns="Cangooroo.WS_2013"/>
            <Cars xmlns="Cangooroo.WS_2013"/>
            <TrainTickets xmlns="Cangooroo.WS_2013"/>
            <TrainPass xmlns="Cangooroo.WS_2013"/>
            <Insurances xmlns="Cangooroo.WS_2013"/>
         </doBookingResult>
      </doBookingResponse>
   </soap:Body>
</soap:Envelope>
                            
                        

Passenger Types

Title

[Mr]

[Mrs]

[MS]

PaxType

[Main] -> Main Adult Passenger

[PAX2] -> other adults

[PAX3]

[PAX4]

[PAX5]

[PAX6]

[PAX7]

[PAX8]

[PAX9]

[PAX10]

[ExtraBed1] -> CHD's

[ExtraBed2]

[ExtraBed3]

[ExtraBed4]

[ExtraBed5]

[ExtraBed6]

[ExtraBed7]

[ExtraBed8]

[ExtraBed9]

[ExtraBed10]