WSNewHotelClient


Click here for a complete list of operations.

GetSimpleReservationInformation

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
publicKey:
papoCodi:
hotelCode:
language:
reservationCode:
groupName:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WSNewhotelClientHubOS/WSNewHotelClient.asmx HTTP/1.1
Host: reservas.tryplisboaaeroporto.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.newhotel.com/client/GetSimpleReservationInformation"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetSimpleReservationInformation xmlns="http://www.newhotel.com/client">
      <publicKey>string</publicKey>
      <papoCodi>int</papoCodi>
      <hotelCode>string</hotelCode>
      <language>string</language>
      <reservationCode>string</reservationCode>
      <groupName>string</groupName>
    </GetSimpleReservationInformation>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetSimpleReservationInformationResponse xmlns="http://www.newhotel.com/client">
      <GetSimpleReservationInformationResult>
        <GroupReservationsError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
        </GroupReservationsError>
        <IndividualReservationsError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
        </IndividualReservationsError>
        <GroupReservations>
          <GroupReservation>
            <GroupName>string</GroupName>
            <GroupCode>long</GroupCode>
            <GroupTypeCode>long</GroupTypeCode>
            <GroupTypeDescription>string</GroupTypeDescription>
            <GroupExternalReference>string</GroupExternalReference>
            <RoomsReservationList xsi:nil="true" />
            <AdditionalServiceList xsi:nil="true" />
          </GroupReservation>
          <GroupReservation>
            <GroupName>string</GroupName>
            <GroupCode>long</GroupCode>
            <GroupTypeCode>long</GroupTypeCode>
            <GroupTypeDescription>string</GroupTypeDescription>
            <GroupExternalReference>string</GroupExternalReference>
            <RoomsReservationList xsi:nil="true" />
            <AdditionalServiceList xsi:nil="true" />
          </GroupReservation>
        </GroupReservations>
        <IndividualReservations>
          <IndividualReservation>
            <RoomReservation xsi:nil="true" />
          </IndividualReservation>
          <IndividualReservation>
            <RoomReservation xsi:nil="true" />
          </IndividualReservation>
        </IndividualReservations>
      </GetSimpleReservationInformationResult>
    </GetSimpleReservationInformationResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WSNewhotelClientHubOS/WSNewHotelClient.asmx HTTP/1.1
Host: reservas.tryplisboaaeroporto.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetSimpleReservationInformation xmlns="http://www.newhotel.com/client">
      <publicKey>string</publicKey>
      <papoCodi>int</papoCodi>
      <hotelCode>string</hotelCode>
      <language>string</language>
      <reservationCode>string</reservationCode>
      <groupName>string</groupName>
    </GetSimpleReservationInformation>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetSimpleReservationInformationResponse xmlns="http://www.newhotel.com/client">
      <GetSimpleReservationInformationResult>
        <GroupReservationsError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
        </GroupReservationsError>
        <IndividualReservationsError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
          <ReservationError Order="int">
            <HotelCode>string</HotelCode>
            <HotelName>string</HotelName>
            <GroupExternalReference>string</GroupExternalReference>
            <ExternalReservationCode>string</ExternalReservationCode>
            <ExternalChannelCode>int</ExternalChannelCode>
            <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
            <Error>string</Error>
            <ErrorCode>int</ErrorCode>
            <ReservationCode>string</ReservationCode>
            <ReseCode>long</ReseCode>
            <ReseYear>int</ReseYear>
            <DocumentReference>string</DocumentReference>
            <AccountCode>string</AccountCode>
            <MovementOrder>int</MovementOrder>
          </ReservationError>
        </IndividualReservationsError>
        <GroupReservations>
          <GroupReservation>
            <GroupName>string</GroupName>
            <GroupCode>long</GroupCode>
            <GroupTypeCode>long</GroupTypeCode>
            <GroupTypeDescription>string</GroupTypeDescription>
            <GroupExternalReference>string</GroupExternalReference>
            <RoomsReservationList xsi:nil="true" />
            <AdditionalServiceList xsi:nil="true" />
          </GroupReservation>
          <GroupReservation>
            <GroupName>string</GroupName>
            <GroupCode>long</GroupCode>
            <GroupTypeCode>long</GroupTypeCode>
            <GroupTypeDescription>string</GroupTypeDescription>
            <GroupExternalReference>string</GroupExternalReference>
            <RoomsReservationList xsi:nil="true" />
            <AdditionalServiceList xsi:nil="true" />
          </GroupReservation>
        </GroupReservations>
        <IndividualReservations>
          <IndividualReservation>
            <RoomReservation xsi:nil="true" />
          </IndividualReservation>
          <IndividualReservation>
            <RoomReservation xsi:nil="true" />
          </IndividualReservation>
        </IndividualReservations>
      </GetSimpleReservationInformationResult>
    </GetSimpleReservationInformationResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /WSNewhotelClientHubOS/WSNewHotelClient.asmx/GetSimpleReservationInformation?publicKey=string&papoCodi=string&hotelCode=string&language=string&reservationCode=string&groupName=string HTTP/1.1
Host: reservas.tryplisboaaeroporto.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ResponseReservation xmlns="http://www.newhotel.com/client">
  <GroupReservationsError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
  </GroupReservationsError>
  <IndividualReservationsError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
  </IndividualReservationsError>
  <GroupReservations>
    <GroupReservation>
      <GroupName>string</GroupName>
      <GroupCode>long</GroupCode>
      <GroupTypeCode>long</GroupTypeCode>
      <GroupTypeDescription>string</GroupTypeDescription>
      <GroupExternalReference>string</GroupExternalReference>
      <RoomsReservationList>
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomsReservationList>
      <AdditionalServiceList>
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AdditionalServiceList>
    </GroupReservation>
    <GroupReservation>
      <GroupName>string</GroupName>
      <GroupCode>long</GroupCode>
      <GroupTypeCode>long</GroupTypeCode>
      <GroupTypeDescription>string</GroupTypeDescription>
      <GroupExternalReference>string</GroupExternalReference>
      <RoomsReservationList>
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomsReservationList>
      <AdditionalServiceList>
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AdditionalServiceList>
    </GroupReservation>
  </GroupReservations>
  <IndividualReservations>
    <IndividualReservation>
      <RoomReservation Order="int">
        <ReservationCode>string</ReservationCode>
        <ReseCode>long</ReseCode>
        <ReseYear>int</ReseYear>
        <RoomCode>string</RoomCode>
        <RoomInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayUse>boolean</DayUse>
        <MultiOccupancy>boolean</MultiOccupancy>
        <Adults>int</Adults>
        <Childs>int</Childs>
        <Babies>int</Babies>
        <CheckIn>dateTime</CheckIn>
        <CheckOut>dateTime</CheckOut>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <CancellationOperationDate>dateTime</CancellationOperationDate>
        <CheckInOperationDate>dateTime</CheckInOperationDate>
        <CheckOutOperationDate>dateTime</CheckOutOperationDate>
        <NoShowOperationDate>dateTime</NoShowOperationDate>
        <NoShowGuaranteeEndDate>dateTime</NoShowGuaranteeEndDate>
        <NoShowGuaranteeDays>int</NoShowGuaranteeDays>
        <NoShowInvoiceGuaranteeDays>boolean</NoShowInvoiceGuaranteeDays>
        <DeadLineDate>dateTime</DeadLineDate>
        <CreationDate>dateTime</CreationDate>
        <RegisterDate>dateTime</RegisterDate>
        <CountryCode>string</CountryCode>
        <CountryOficialCode>string</CountryOficialCode>
        <CountryISOCode>string</CountryISOCode>
        <CountryDescription>string</CountryDescription>
        <LanguageISOCode>string</LanguageISOCode>
        <LanguageDescription>string</LanguageDescription>
        <EntityCode>string</EntityCode>
        <EntityDescription>string</EntityDescription>
        <OperatorCode>string</OperatorCode>
        <OperatorDescription>string</OperatorDescription>
        <PackageCode>string</PackageCode>
        <PackageDescription>string</PackageDescription>
        <PriceRateCode>string</PriceRateCode>
        <PriceRateDescription>string</PriceRateDescription>
        <RatePlanCode>string</RatePlanCode>
        <RatePlanDescription>string</RatePlanDescription>
        <CurrencyCode>string</CurrencyCode>
        <CurrencyDescription>string</CurrencyDescription>
        <ExchangeRateRequestCurrencyForPayments>decimal</ExchangeRateRequestCurrencyForPayments>
        <ArrivalFlightCode>long</ArrivalFlightCode>
        <DepartureFlightCode>long</DepartureFlightCode>
        <RoomTypeCode>string</RoomTypeCode>
        <RoomTypeOccupedCode>string</RoomTypeOccupedCode>
        <ComplexRatePlanOcupation>boolean</ComplexRatePlanOcupation>
        <RoomTypeDescription>string</RoomTypeDescription>
        <RoomTypeOccupedDescription>string</RoomTypeOccupedDescription>
        <AllotmentCode>string</AllotmentCode>
        <AllotmentDescription>string</AllotmentDescription>
        <PropertyManagementTypeCode>string</PropertyManagementTypeCode>
        <PropertyManagementTypeDescription>string</PropertyManagementTypeDescription>
        <TotalPrice>decimal</TotalPrice>
        <DailyPrices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationGlobalPriceInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationState>string</ReservationState>
        <Overbooking>boolean</Overbooking>
        <CheckInOnlineState>Performed or PerformedPartially or Notified or NotNotified</CheckInOnlineState>
        <ConfirmationState>string</ConfirmationState>
        <Voucher>string</Voucher>
        <Payments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PendingMovements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MovementsDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PointsRedemptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Guests d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomRequirements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PaymentValue>decimal</PaymentValue>
        <PaymentBaseValue>decimal</PaymentBaseValue>
        <PaymentToDate>dateTime</PaymentToDate>
        <PaymentPaid>boolean</PaymentPaid>
        <PaymentPaidValue>decimal</PaymentPaidValue>
        <PaymentBasePaidValue>decimal</PaymentBasePaidValue>
        <MarketOriginCode>string</MarketOriginCode>
        <MarketOriginDescription>string</MarketOriginDescription>
        <MarketSegmentCode>string</MarketSegmentCode>
        <MarketSegmentDescription>string</MarketSegmentDescription>
        <NewHotelUserCode>string</NewHotelUserCode>
        <ExternalReservationCode>string</ExternalReservationCode>
        <ExternalChannelCode>int</ExternalChannelCode>
        <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
        <SpecialsCode>long</SpecialsCode>
        <SpecialsDescription>string</SpecialsDescription>
        <ExternalReservationInformations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LoyaltyList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalServices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalDocuments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ComplexRatePlanOccupationList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Vendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InternalVendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityOffer>string</EntityOffer>
        <AdultsFree>int</AdultsFree>
        <ChildsFree>int</ChildsFree>
        <BabyCribs>int</BabyCribs>
        <BabyChairs>int</BabyChairs>
        <ExtraBeds>int</ExtraBeds>
        <Comments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GuaranteeCode>long</GuaranteeCode>
        <GuaranteeDescription>string</GuaranteeDescription>
        <CancelPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <NoShowPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GroupInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxSchema>int</TaxSchema>
        <TaxSchemaDescription>string</TaxSchemaDescription>
        <OverbookingInvoiceOnOrigin>boolean</OverbookingInvoiceOnOrigin>
        <StayDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationAccountData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomReservation>
    </IndividualReservation>
    <IndividualReservation>
      <RoomReservation Order="int">
        <ReservationCode>string</ReservationCode>
        <ReseCode>long</ReseCode>
        <ReseYear>int</ReseYear>
        <RoomCode>string</RoomCode>
        <RoomInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayUse>boolean</DayUse>
        <MultiOccupancy>boolean</MultiOccupancy>
        <Adults>int</Adults>
        <Childs>int</Childs>
        <Babies>int</Babies>
        <CheckIn>dateTime</CheckIn>
        <CheckOut>dateTime</CheckOut>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <CancellationOperationDate>dateTime</CancellationOperationDate>
        <CheckInOperationDate>dateTime</CheckInOperationDate>
        <CheckOutOperationDate>dateTime</CheckOutOperationDate>
        <NoShowOperationDate>dateTime</NoShowOperationDate>
        <NoShowGuaranteeEndDate>dateTime</NoShowGuaranteeEndDate>
        <NoShowGuaranteeDays>int</NoShowGuaranteeDays>
        <NoShowInvoiceGuaranteeDays>boolean</NoShowInvoiceGuaranteeDays>
        <DeadLineDate>dateTime</DeadLineDate>
        <CreationDate>dateTime</CreationDate>
        <RegisterDate>dateTime</RegisterDate>
        <CountryCode>string</CountryCode>
        <CountryOficialCode>string</CountryOficialCode>
        <CountryISOCode>string</CountryISOCode>
        <CountryDescription>string</CountryDescription>
        <LanguageISOCode>string</LanguageISOCode>
        <LanguageDescription>string</LanguageDescription>
        <EntityCode>string</EntityCode>
        <EntityDescription>string</EntityDescription>
        <OperatorCode>string</OperatorCode>
        <OperatorDescription>string</OperatorDescription>
        <PackageCode>string</PackageCode>
        <PackageDescription>string</PackageDescription>
        <PriceRateCode>string</PriceRateCode>
        <PriceRateDescription>string</PriceRateDescription>
        <RatePlanCode>string</RatePlanCode>
        <RatePlanDescription>string</RatePlanDescription>
        <CurrencyCode>string</CurrencyCode>
        <CurrencyDescription>string</CurrencyDescription>
        <ExchangeRateRequestCurrencyForPayments>decimal</ExchangeRateRequestCurrencyForPayments>
        <ArrivalFlightCode>long</ArrivalFlightCode>
        <DepartureFlightCode>long</DepartureFlightCode>
        <RoomTypeCode>string</RoomTypeCode>
        <RoomTypeOccupedCode>string</RoomTypeOccupedCode>
        <ComplexRatePlanOcupation>boolean</ComplexRatePlanOcupation>
        <RoomTypeDescription>string</RoomTypeDescription>
        <RoomTypeOccupedDescription>string</RoomTypeOccupedDescription>
        <AllotmentCode>string</AllotmentCode>
        <AllotmentDescription>string</AllotmentDescription>
        <PropertyManagementTypeCode>string</PropertyManagementTypeCode>
        <PropertyManagementTypeDescription>string</PropertyManagementTypeDescription>
        <TotalPrice>decimal</TotalPrice>
        <DailyPrices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationGlobalPriceInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationState>string</ReservationState>
        <Overbooking>boolean</Overbooking>
        <CheckInOnlineState>Performed or PerformedPartially or Notified or NotNotified</CheckInOnlineState>
        <ConfirmationState>string</ConfirmationState>
        <Voucher>string</Voucher>
        <Payments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PendingMovements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MovementsDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PointsRedemptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Guests d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomRequirements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PaymentValue>decimal</PaymentValue>
        <PaymentBaseValue>decimal</PaymentBaseValue>
        <PaymentToDate>dateTime</PaymentToDate>
        <PaymentPaid>boolean</PaymentPaid>
        <PaymentPaidValue>decimal</PaymentPaidValue>
        <PaymentBasePaidValue>decimal</PaymentBasePaidValue>
        <MarketOriginCode>string</MarketOriginCode>
        <MarketOriginDescription>string</MarketOriginDescription>
        <MarketSegmentCode>string</MarketSegmentCode>
        <MarketSegmentDescription>string</MarketSegmentDescription>
        <NewHotelUserCode>string</NewHotelUserCode>
        <ExternalReservationCode>string</ExternalReservationCode>
        <ExternalChannelCode>int</ExternalChannelCode>
        <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
        <SpecialsCode>long</SpecialsCode>
        <SpecialsDescription>string</SpecialsDescription>
        <ExternalReservationInformations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LoyaltyList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalServices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalDocuments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ComplexRatePlanOccupationList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Vendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InternalVendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityOffer>string</EntityOffer>
        <AdultsFree>int</AdultsFree>
        <ChildsFree>int</ChildsFree>
        <BabyCribs>int</BabyCribs>
        <BabyChairs>int</BabyChairs>
        <ExtraBeds>int</ExtraBeds>
        <Comments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GuaranteeCode>long</GuaranteeCode>
        <GuaranteeDescription>string</GuaranteeDescription>
        <CancelPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <NoShowPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GroupInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxSchema>int</TaxSchema>
        <TaxSchemaDescription>string</TaxSchemaDescription>
        <OverbookingInvoiceOnOrigin>boolean</OverbookingInvoiceOnOrigin>
        <StayDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationAccountData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomReservation>
    </IndividualReservation>
  </IndividualReservations>
</ResponseReservation>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /WSNewhotelClientHubOS/WSNewHotelClient.asmx/GetSimpleReservationInformation HTTP/1.1
Host: reservas.tryplisboaaeroporto.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

publicKey=string&papoCodi=string&hotelCode=string&language=string&reservationCode=string&groupName=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ResponseReservation xmlns="http://www.newhotel.com/client">
  <GroupReservationsError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
  </GroupReservationsError>
  <IndividualReservationsError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
    <ReservationError Order="int">
      <HotelCode>string</HotelCode>
      <HotelName>string</HotelName>
      <GroupExternalReference>string</GroupExternalReference>
      <ExternalReservationCode>string</ExternalReservationCode>
      <ExternalChannelCode>int</ExternalChannelCode>
      <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
      <Error>string</Error>
      <ErrorCode>int</ErrorCode>
      <ReservationCode>string</ReservationCode>
      <ReseCode>long</ReseCode>
      <ReseYear>int</ReseYear>
      <DocumentReference>string</DocumentReference>
      <AccountCode>string</AccountCode>
      <MovementOrder>int</MovementOrder>
    </ReservationError>
  </IndividualReservationsError>
  <GroupReservations>
    <GroupReservation>
      <GroupName>string</GroupName>
      <GroupCode>long</GroupCode>
      <GroupTypeCode>long</GroupTypeCode>
      <GroupTypeDescription>string</GroupTypeDescription>
      <GroupExternalReference>string</GroupExternalReference>
      <RoomsReservationList>
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomsReservationList>
      <AdditionalServiceList>
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AdditionalServiceList>
    </GroupReservation>
    <GroupReservation>
      <GroupName>string</GroupName>
      <GroupCode>long</GroupCode>
      <GroupTypeCode>long</GroupTypeCode>
      <GroupTypeDescription>string</GroupTypeDescription>
      <GroupExternalReference>string</GroupExternalReference>
      <RoomsReservationList>
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomReservation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomsReservationList>
      <AdditionalServiceList>
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalService d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AdditionalServiceList>
    </GroupReservation>
  </GroupReservations>
  <IndividualReservations>
    <IndividualReservation>
      <RoomReservation Order="int">
        <ReservationCode>string</ReservationCode>
        <ReseCode>long</ReseCode>
        <ReseYear>int</ReseYear>
        <RoomCode>string</RoomCode>
        <RoomInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayUse>boolean</DayUse>
        <MultiOccupancy>boolean</MultiOccupancy>
        <Adults>int</Adults>
        <Childs>int</Childs>
        <Babies>int</Babies>
        <CheckIn>dateTime</CheckIn>
        <CheckOut>dateTime</CheckOut>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <CancellationOperationDate>dateTime</CancellationOperationDate>
        <CheckInOperationDate>dateTime</CheckInOperationDate>
        <CheckOutOperationDate>dateTime</CheckOutOperationDate>
        <NoShowOperationDate>dateTime</NoShowOperationDate>
        <NoShowGuaranteeEndDate>dateTime</NoShowGuaranteeEndDate>
        <NoShowGuaranteeDays>int</NoShowGuaranteeDays>
        <NoShowInvoiceGuaranteeDays>boolean</NoShowInvoiceGuaranteeDays>
        <DeadLineDate>dateTime</DeadLineDate>
        <CreationDate>dateTime</CreationDate>
        <RegisterDate>dateTime</RegisterDate>
        <CountryCode>string</CountryCode>
        <CountryOficialCode>string</CountryOficialCode>
        <CountryISOCode>string</CountryISOCode>
        <CountryDescription>string</CountryDescription>
        <LanguageISOCode>string</LanguageISOCode>
        <LanguageDescription>string</LanguageDescription>
        <EntityCode>string</EntityCode>
        <EntityDescription>string</EntityDescription>
        <OperatorCode>string</OperatorCode>
        <OperatorDescription>string</OperatorDescription>
        <PackageCode>string</PackageCode>
        <PackageDescription>string</PackageDescription>
        <PriceRateCode>string</PriceRateCode>
        <PriceRateDescription>string</PriceRateDescription>
        <RatePlanCode>string</RatePlanCode>
        <RatePlanDescription>string</RatePlanDescription>
        <CurrencyCode>string</CurrencyCode>
        <CurrencyDescription>string</CurrencyDescription>
        <ExchangeRateRequestCurrencyForPayments>decimal</ExchangeRateRequestCurrencyForPayments>
        <ArrivalFlightCode>long</ArrivalFlightCode>
        <DepartureFlightCode>long</DepartureFlightCode>
        <RoomTypeCode>string</RoomTypeCode>
        <RoomTypeOccupedCode>string</RoomTypeOccupedCode>
        <ComplexRatePlanOcupation>boolean</ComplexRatePlanOcupation>
        <RoomTypeDescription>string</RoomTypeDescription>
        <RoomTypeOccupedDescription>string</RoomTypeOccupedDescription>
        <AllotmentCode>string</AllotmentCode>
        <AllotmentDescription>string</AllotmentDescription>
        <PropertyManagementTypeCode>string</PropertyManagementTypeCode>
        <PropertyManagementTypeDescription>string</PropertyManagementTypeDescription>
        <TotalPrice>decimal</TotalPrice>
        <DailyPrices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationGlobalPriceInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationState>string</ReservationState>
        <Overbooking>boolean</Overbooking>
        <CheckInOnlineState>Performed or PerformedPartially or Notified or NotNotified</CheckInOnlineState>
        <ConfirmationState>string</ConfirmationState>
        <Voucher>string</Voucher>
        <Payments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PendingMovements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MovementsDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PointsRedemptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Guests d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomRequirements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PaymentValue>decimal</PaymentValue>
        <PaymentBaseValue>decimal</PaymentBaseValue>
        <PaymentToDate>dateTime</PaymentToDate>
        <PaymentPaid>boolean</PaymentPaid>
        <PaymentPaidValue>decimal</PaymentPaidValue>
        <PaymentBasePaidValue>decimal</PaymentBasePaidValue>
        <MarketOriginCode>string</MarketOriginCode>
        <MarketOriginDescription>string</MarketOriginDescription>
        <MarketSegmentCode>string</MarketSegmentCode>
        <MarketSegmentDescription>string</MarketSegmentDescription>
        <NewHotelUserCode>string</NewHotelUserCode>
        <ExternalReservationCode>string</ExternalReservationCode>
        <ExternalChannelCode>int</ExternalChannelCode>
        <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
        <SpecialsCode>long</SpecialsCode>
        <SpecialsDescription>string</SpecialsDescription>
        <ExternalReservationInformations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LoyaltyList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalServices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalDocuments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ComplexRatePlanOccupationList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Vendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InternalVendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityOffer>string</EntityOffer>
        <AdultsFree>int</AdultsFree>
        <ChildsFree>int</ChildsFree>
        <BabyCribs>int</BabyCribs>
        <BabyChairs>int</BabyChairs>
        <ExtraBeds>int</ExtraBeds>
        <Comments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GuaranteeCode>long</GuaranteeCode>
        <GuaranteeDescription>string</GuaranteeDescription>
        <CancelPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <NoShowPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GroupInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxSchema>int</TaxSchema>
        <TaxSchemaDescription>string</TaxSchemaDescription>
        <OverbookingInvoiceOnOrigin>boolean</OverbookingInvoiceOnOrigin>
        <StayDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationAccountData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomReservation>
    </IndividualReservation>
    <IndividualReservation>
      <RoomReservation Order="int">
        <ReservationCode>string</ReservationCode>
        <ReseCode>long</ReseCode>
        <ReseYear>int</ReseYear>
        <RoomCode>string</RoomCode>
        <RoomInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DayUse>boolean</DayUse>
        <MultiOccupancy>boolean</MultiOccupancy>
        <Adults>int</Adults>
        <Childs>int</Childs>
        <Babies>int</Babies>
        <CheckIn>dateTime</CheckIn>
        <CheckOut>dateTime</CheckOut>
        <LastUpdateDate>dateTime</LastUpdateDate>
        <CancellationOperationDate>dateTime</CancellationOperationDate>
        <CheckInOperationDate>dateTime</CheckInOperationDate>
        <CheckOutOperationDate>dateTime</CheckOutOperationDate>
        <NoShowOperationDate>dateTime</NoShowOperationDate>
        <NoShowGuaranteeEndDate>dateTime</NoShowGuaranteeEndDate>
        <NoShowGuaranteeDays>int</NoShowGuaranteeDays>
        <NoShowInvoiceGuaranteeDays>boolean</NoShowInvoiceGuaranteeDays>
        <DeadLineDate>dateTime</DeadLineDate>
        <CreationDate>dateTime</CreationDate>
        <RegisterDate>dateTime</RegisterDate>
        <CountryCode>string</CountryCode>
        <CountryOficialCode>string</CountryOficialCode>
        <CountryISOCode>string</CountryISOCode>
        <CountryDescription>string</CountryDescription>
        <LanguageISOCode>string</LanguageISOCode>
        <LanguageDescription>string</LanguageDescription>
        <EntityCode>string</EntityCode>
        <EntityDescription>string</EntityDescription>
        <OperatorCode>string</OperatorCode>
        <OperatorDescription>string</OperatorDescription>
        <PackageCode>string</PackageCode>
        <PackageDescription>string</PackageDescription>
        <PriceRateCode>string</PriceRateCode>
        <PriceRateDescription>string</PriceRateDescription>
        <RatePlanCode>string</RatePlanCode>
        <RatePlanDescription>string</RatePlanDescription>
        <CurrencyCode>string</CurrencyCode>
        <CurrencyDescription>string</CurrencyDescription>
        <ExchangeRateRequestCurrencyForPayments>decimal</ExchangeRateRequestCurrencyForPayments>
        <ArrivalFlightCode>long</ArrivalFlightCode>
        <DepartureFlightCode>long</DepartureFlightCode>
        <RoomTypeCode>string</RoomTypeCode>
        <RoomTypeOccupedCode>string</RoomTypeOccupedCode>
        <ComplexRatePlanOcupation>boolean</ComplexRatePlanOcupation>
        <RoomTypeDescription>string</RoomTypeDescription>
        <RoomTypeOccupedDescription>string</RoomTypeOccupedDescription>
        <AllotmentCode>string</AllotmentCode>
        <AllotmentDescription>string</AllotmentDescription>
        <PropertyManagementTypeCode>string</PropertyManagementTypeCode>
        <PropertyManagementTypeDescription>string</PropertyManagementTypeDescription>
        <TotalPrice>decimal</TotalPrice>
        <DailyPrices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationGlobalPriceInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationState>string</ReservationState>
        <Overbooking>boolean</Overbooking>
        <CheckInOnlineState>Performed or PerformedPartially or Notified or NotNotified</CheckInOnlineState>
        <ConfirmationState>string</ConfirmationState>
        <Voucher>string</Voucher>
        <Payments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AllowedUpsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PendingMovements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MovementsDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AccountDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PointsRedemptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Guests d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RoomRequirements d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PaymentValue>decimal</PaymentValue>
        <PaymentBaseValue>decimal</PaymentBaseValue>
        <PaymentToDate>dateTime</PaymentToDate>
        <PaymentPaid>boolean</PaymentPaid>
        <PaymentPaidValue>decimal</PaymentPaidValue>
        <PaymentBasePaidValue>decimal</PaymentBasePaidValue>
        <MarketOriginCode>string</MarketOriginCode>
        <MarketOriginDescription>string</MarketOriginDescription>
        <MarketSegmentCode>string</MarketSegmentCode>
        <MarketSegmentDescription>string</MarketSegmentDescription>
        <NewHotelUserCode>string</NewHotelUserCode>
        <ExternalReservationCode>string</ExternalReservationCode>
        <ExternalChannelCode>int</ExternalChannelCode>
        <ExternalChannelIdentifier>string</ExternalChannelIdentifier>
        <SpecialsCode>long</SpecialsCode>
        <SpecialsDescription>string</SpecialsDescription>
        <ExternalReservationInformations d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LoyaltyList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalServices d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upgrades d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Upsells d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AdditionalDocuments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ComplexRatePlanOccupationList d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Vendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InternalVendor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityOffer>string</EntityOffer>
        <AdultsFree>int</AdultsFree>
        <ChildsFree>int</ChildsFree>
        <BabyCribs>int</BabyCribs>
        <BabyChairs>int</BabyChairs>
        <ExtraBeds>int</ExtraBeds>
        <Comments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GuaranteeCode>long</GuaranteeCode>
        <GuaranteeDescription>string</GuaranteeDescription>
        <CancelPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <NoShowPolicy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GroupInformation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxSchema>int</TaxSchema>
        <TaxSchemaDescription>string</TaxSchemaDescription>
        <OverbookingInvoiceOnOrigin>boolean</OverbookingInvoiceOnOrigin>
        <StayDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReservationAccountData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </RoomReservation>
    </IndividualReservation>
  </IndividualReservations>
</ResponseReservation>