WSNewHotelSrv
Click here for a complete list of operations.
MakeSimpleReservationTeste
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /WsNewHotelServerHubOS/WSNewHotel.asmx HTTP/1.1
Host: reservas.tryplisboaaeroporto.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.NewHotel.com/MakeSimpleReservationTeste"
<?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>
<MakeSimpleReservationTeste xmlns="http://www.NewHotel.com/">
<invoqueUser>string</invoqueUser>
<invoquePassword>string</invoquePassword>
<publicKey>string</publicKey>
<hotelCode>string</hotelCode>
<checkIn>dateTime</checkIn>
<checkOut>dateTime</checkOut>
<adults>int</adults>
<childs>int</childs>
<ages>string</ages>
<entityCode>string</entityCode>
<operatorCode>string</operatorCode>
<packageCode>string</packageCode>
<priceRateCode>string</priceRateCode>
<ratePlanCode>string</ratePlanCode>
<roomTypeCode>string</roomTypeCode>
<totalPrice>decimal</totalPrice>
<firstName>string</firstName>
<lastName>string</lastName>
<country>string</country>
<documentType>string</documentType>
<documentNumber>string</documentNumber>
<address>string</address>
<contactPhone>string</contactPhone>
<contactCellPhone>string</contactCellPhone>
<contactEMail>string</contactEMail>
<availableInformation>string</availableInformation>
<language>string</language>
</MakeSimpleReservationTeste>
</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>
<MakeSimpleReservationTesteResponse xmlns="http://www.NewHotel.com/">
<MakeSimpleReservationTesteResult>
<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>
</MakeSimpleReservationTesteResult>
</MakeSimpleReservationTesteResponse>
</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 /WsNewHotelServerHubOS/WSNewHotel.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>
<MakeSimpleReservationTeste xmlns="http://www.NewHotel.com/">
<invoqueUser>string</invoqueUser>
<invoquePassword>string</invoquePassword>
<publicKey>string</publicKey>
<hotelCode>string</hotelCode>
<checkIn>dateTime</checkIn>
<checkOut>dateTime</checkOut>
<adults>int</adults>
<childs>int</childs>
<ages>string</ages>
<entityCode>string</entityCode>
<operatorCode>string</operatorCode>
<packageCode>string</packageCode>
<priceRateCode>string</priceRateCode>
<ratePlanCode>string</ratePlanCode>
<roomTypeCode>string</roomTypeCode>
<totalPrice>decimal</totalPrice>
<firstName>string</firstName>
<lastName>string</lastName>
<country>string</country>
<documentType>string</documentType>
<documentNumber>string</documentNumber>
<address>string</address>
<contactPhone>string</contactPhone>
<contactCellPhone>string</contactCellPhone>
<contactEMail>string</contactEMail>
<availableInformation>string</availableInformation>
<language>string</language>
</MakeSimpleReservationTeste>
</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>
<MakeSimpleReservationTesteResponse xmlns="http://www.NewHotel.com/">
<MakeSimpleReservationTesteResult>
<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>
</MakeSimpleReservationTesteResult>
</MakeSimpleReservationTesteResponse>
</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 /WsNewHotelServerHubOS/WSNewHotel.asmx/MakeSimpleReservationTeste?invoqueUser=string&invoquePassword=string&publicKey=string&hotelCode=string&checkIn=string&checkOut=string&adults=string&childs=string&ages=string&entityCode=string&operatorCode=string&packageCode=string&priceRateCode=string&ratePlanCode=string&roomTypeCode=string&totalPrice=string&firstName=string&lastName=string&country=string&documentType=string&documentNumber=string&address=string&contactPhone=string&contactCellPhone=string&contactEMail=string&availableInformation=string&language=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/">
<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 /WsNewHotelServerHubOS/WSNewHotel.asmx/MakeSimpleReservationTeste HTTP/1.1 Host: reservas.tryplisboaaeroporto.com Content-Type: application/x-www-form-urlencoded Content-Length: length invoqueUser=string&invoquePassword=string&publicKey=string&hotelCode=string&checkIn=string&checkOut=string&adults=string&childs=string&ages=string&entityCode=string&operatorCode=string&packageCode=string&priceRateCode=string&ratePlanCode=string&roomTypeCode=string&totalPrice=string&firstName=string&lastName=string&country=string&documentType=string&documentNumber=string&address=string&contactPhone=string&contactCellPhone=string&contactEMail=string&availableInformation=string&language=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/">
<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>