Phoenix.Services
Click here for a complete list of operations.
HotelEnquiryRQ
Test
The test form is only available for requests from the local machine.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 /Service.asmx HTTP/1.1 Host: kopru.test.travelflow.co.uk Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "HotelEnquiryRQ" <?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> <HotelEnquiryRQ ConversationID="string" xmlns="http://www.billianit.com/phoenix"> <Connection> <Company>string</Company> <BranchNo>string</BranchNo> <Authorization>string</Authorization> <Nonce>string</Nonce> <Server>string</Server> <Database>string</Database> <Product>string</Product> <Customer>string</Customer> <Agent> <Code>string</Code> <Consultant>string</Consultant> </Agent> <Log> <EndPoint>string</EndPoint> <UserName>string</UserName> <Password>string</Password> <Transaction>boolean</Transaction> <GDS>boolean</GDS> <ConversationID>string</ConversationID> </Log> </Connection> <CorporateDetails> <AccountNo>string</AccountNo> <Authoriser> <ID>string</ID> <FullName>string</FullName> </Authoriser> <Traveller> <ID>string</ID> <FullName>string</FullName> </Traveller> <EnquiryReasonCode>string</EnquiryReasonCode> <References> <Reference> <Prompt>string</Prompt> <Response>string</Response> </Reference> <Reference> <Prompt>string</Prompt> <Response>string</Response> </Reference> </References> </CorporateDetails> <Enquiry> <Stays> <Stay> <Location xsi:nil="true" /> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms xsi:nil="true" /> <HotelName>string</HotelName> <Rating>string</Rating> <RateCode>string</RateCode> <SpecialOffer>boolean</SpecialOffer> <RefundableOnly>boolean</RefundableOnly> <Supplier>string</Supplier> <SecureImageURLs>boolean</SecureImageURLs> <IsPackage>boolean</IsPackage> <ProviderCodes xsi:nil="true" /> </Stay> <Stay> <Location xsi:nil="true" /> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms xsi:nil="true" /> <HotelName>string</HotelName> <Rating>string</Rating> <RateCode>string</RateCode> <SpecialOffer>boolean</SpecialOffer> <RefundableOnly>boolean</RefundableOnly> <Supplier>string</Supplier> <SecureImageURLs>boolean</SecureImageURLs> <IsPackage>boolean</IsPackage> <ProviderCodes xsi:nil="true" /> </Stay> </Stays> <CachingOptions> <IgnoreMinimumStay>boolean</IgnoreMinimumStay> </CachingOptions> </Enquiry> <SessionID>string</SessionID> <MarkUp> <PrimaryMarkUpCode>string</PrimaryMarkUpCode> <SecondaryMarkUpCode>string</SecondaryMarkUpCode> <AdditionalMarkUp> <Value>decimal</Value> <IsPercentage>boolean</IsPercentage> </AdditionalMarkUp> <TransactionFee> <Code>string</Code> <Apply>boolean</Apply> </TransactionFee> </MarkUp> </HotelEnquiryRQ> </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> <HotelEnquiryRS ConversationID="string" xmlns="http://www.billianit.com/phoenix"> <Hotels> <Hotel Code="string"> <Chain> <Code>string</Code> <Name>string</Name> </Chain> <Name>base64Binary</Name> <CityCode>string</CityCode> <Location> <Code>string</Code> <Description>string</Description> </Location> <Amenities> <Amenity xsi:nil="true" /> <Amenity xsi:nil="true" /> </Amenities> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Supplier Code="string"> <Name>string</Name> <PropertyReference>string</PropertyReference> </Supplier> <BookingReferences> <Supplier>string</Supplier> <Provider>string</Provider> <Consumer>string</Consumer> <VATRegistration>string</VATRegistration> <PerRoom xsi:nil="true" /> </BookingReferences> <Vouchers> <Voucher xsi:nil="true" /> <Voucher xsi:nil="true" /> </Vouchers> <Address> <Line1>base64Binary</Line1> <Line2>base64Binary</Line2> <Line3>base64Binary</Line3> <PostCode>base64Binary</PostCode> <City>base64Binary</City> <County>base64Binary</County> <Country>base64Binary</Country> <CountryCode>string</CountryCode> </Address> <Area> <Code>string</Code> <Name>string</Name> </Area> <Telephone>string</Telephone> <Fax>string</Fax> <Email>string</Email> <Website>anyURI</Website> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </Rooms> <EnquiryRooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </EnquiryRooms> <EnquiryArea>string</EnquiryArea> <Passive>boolean</Passive> <RuleSet> <Rules xsi:nil="true" /> <Text>string</Text> <AppliesTo xsi:nil="true" /> </RuleSet> <SessionID>string</SessionID> <Description>base64Binary</Description> <Latitude>decimal</Latitude> <Longitude>decimal</Longitude> <Distance>decimal</Distance> <Rating> <Code>string</Code> <Description>string</Description> </Rating> <Ranking>positiveInteger</Ranking> <PropertyTypes> <PropertyType xsi:nil="true" /> <PropertyType xsi:nil="true" /> </PropertyTypes> <BoardBasisTypes> <BoardBasisType xsi:nil="true" /> <BoardBasisType xsi:nil="true" /> </BoardBasisTypes> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <POARates>boolean</POARates> <SpecialOffersAvailable>boolean</SpecialOffersAvailable> <ContractCode>string</ContractCode> <BasicRate> <Nett xsi:nil="true" /> <Gross xsi:nil="true" /> <Local xsi:nil="true" /> </BasicRate> <TransactionFee> <Code>string</Code> <Description>string</Description> <Value>decimal</Value> </TransactionFee> <DetailsURL>string</DetailsURL> <Details> <Detail xsi:nil="true" /> <Detail xsi:nil="true" /> </Details> <ThirdPartyRating> <Rating>string</Rating> <ImageURL>anyURI</ImageURL> <TotalReviews>double</TotalReviews> <ReviewURL>anyURI</ReviewURL> <ReviewCounts xsi:nil="true" /> <SubRatings xsi:nil="true" /> <Reviews xsi:nil="true" /> </ThirdPartyRating> <Rates> <Rate xsi:nil="true" /> <Rate xsi:nil="true" /> </Rates> <RoomTypes> <RoomType xsi:nil="true" /> <RoomType xsi:nil="true" /> </RoomTypes> <RateTypes> <RateType xsi:nil="true" /> <RateType xsi:nil="true" /> </RateTypes> <Confirm Required="boolean" Attempted="boolean" Success="boolean" PriceChanged="boolean" /> <Policies> <Policy xsi:nil="true" /> <Policy xsi:nil="true" /> </Policies> <Restaurant Available="boolean"> <Restaurant xsi:nil="true" /> <Restaurant xsi:nil="true" /> </Restaurant> <Preferred>boolean</Preferred> <Supplements> <Supplement xsi:nil="true" /> <Supplement xsi:nil="true" /> </Supplements> <Embellishments> <Embellishment xsi:nil="true" /> <Embellishment xsi:nil="true" /> </Embellishments> <MandatorySupplements> <MandatorySupplement xsi:nil="true" /> <MandatorySupplement xsi:nil="true" /> </MandatorySupplements> <ThirdPartyStateInformation> <SessionID>string</SessionID> <SearchID>string</SearchID> <ItineraryID>string</ItineraryID> <FlightSegmentGroupID>string</FlightSegmentGroupID> <FlightSegmentID>string</FlightSegmentID> <ItineraryRefs xsi:nil="true" /> <ReferenceMaps xsi:nil="true" /> <BookingID>string</BookingID> <RuleIDs xsi:nil="true" /> <Supplier>string</Supplier> <CostItems xsi:nil="true" /> </ThirdPartyStateInformation> <Perks> <Perk xsi:nil="true" /> <Perk xsi:nil="true" /> </Perks> <Promotions> <Promotion xsi:nil="true" /> <Promotion xsi:nil="true" /> </Promotions> </Hotel> <Hotel Code="string"> <Chain> <Code>string</Code> <Name>string</Name> </Chain> <Name>base64Binary</Name> <CityCode>string</CityCode> <Location> <Code>string</Code> <Description>string</Description> </Location> <Amenities> <Amenity xsi:nil="true" /> <Amenity xsi:nil="true" /> </Amenities> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Supplier Code="string"> <Name>string</Name> <PropertyReference>string</PropertyReference> </Supplier> <BookingReferences> <Supplier>string</Supplier> <Provider>string</Provider> <Consumer>string</Consumer> <VATRegistration>string</VATRegistration> <PerRoom xsi:nil="true" /> </BookingReferences> <Vouchers> <Voucher xsi:nil="true" /> <Voucher xsi:nil="true" /> </Vouchers> <Address> <Line1>base64Binary</Line1> <Line2>base64Binary</Line2> <Line3>base64Binary</Line3> <PostCode>base64Binary</PostCode> <City>base64Binary</City> <County>base64Binary</County> <Country>base64Binary</Country> <CountryCode>string</CountryCode> </Address> <Area> <Code>string</Code> <Name>string</Name> </Area> <Telephone>string</Telephone> <Fax>string</Fax> <Email>string</Email> <Website>anyURI</Website> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </Rooms> <EnquiryRooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </EnquiryRooms> <EnquiryArea>string</EnquiryArea> <Passive>boolean</Passive> <RuleSet> <Rules xsi:nil="true" /> <Text>string</Text> <AppliesTo xsi:nil="true" /> </RuleSet> <SessionID>string</SessionID> <Description>base64Binary</Description> <Latitude>decimal</Latitude> <Longitude>decimal</Longitude> <Distance>decimal</Distance> <Rating> <Code>string</Code> <Description>string</Description> </Rating> <Ranking>positiveInteger</Ranking> <PropertyTypes> <PropertyType xsi:nil="true" /> <PropertyType xsi:nil="true" /> </PropertyTypes> <BoardBasisTypes> <BoardBasisType xsi:nil="true" /> <BoardBasisType xsi:nil="true" /> </BoardBasisTypes> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <POARates>boolean</POARates> <SpecialOffersAvailable>boolean</SpecialOffersAvailable> <ContractCode>string</ContractCode> <BasicRate> <Nett xsi:nil="true" /> <Gross xsi:nil="true" /> <Local xsi:nil="true" /> </BasicRate> <TransactionFee> <Code>string</Code> <Description>string</Description> <Value>decimal</Value> </TransactionFee> <DetailsURL>string</DetailsURL> <Details> <Detail xsi:nil="true" /> <Detail xsi:nil="true" /> </Details> <ThirdPartyRating> <Rating>string</Rating> <ImageURL>anyURI</ImageURL> <TotalReviews>double</TotalReviews> <ReviewURL>anyURI</ReviewURL> <ReviewCounts xsi:nil="true" /> <SubRatings xsi:nil="true" /> <Reviews xsi:nil="true" /> </ThirdPartyRating> <Rates> <Rate xsi:nil="true" /> <Rate xsi:nil="true" /> </Rates> <RoomTypes> <RoomType xsi:nil="true" /> <RoomType xsi:nil="true" /> </RoomTypes> <RateTypes> <RateType xsi:nil="true" /> <RateType xsi:nil="true" /> </RateTypes> <Confirm Required="boolean" Attempted="boolean" Success="boolean" PriceChanged="boolean" /> <Policies> <Policy xsi:nil="true" /> <Policy xsi:nil="true" /> </Policies> <Restaurant Available="boolean"> <Restaurant xsi:nil="true" /> <Restaurant xsi:nil="true" /> </Restaurant> <Preferred>boolean</Preferred> <Supplements> <Supplement xsi:nil="true" /> <Supplement xsi:nil="true" /> </Supplements> <Embellishments> <Embellishment xsi:nil="true" /> <Embellishment xsi:nil="true" /> </Embellishments> <MandatorySupplements> <MandatorySupplement xsi:nil="true" /> <MandatorySupplement xsi:nil="true" /> </MandatorySupplements> <ThirdPartyStateInformation> <SessionID>string</SessionID> <SearchID>string</SearchID> <ItineraryID>string</ItineraryID> <FlightSegmentGroupID>string</FlightSegmentGroupID> <FlightSegmentID>string</FlightSegmentID> <ItineraryRefs xsi:nil="true" /> <ReferenceMaps xsi:nil="true" /> <BookingID>string</BookingID> <RuleIDs xsi:nil="true" /> <Supplier>string</Supplier> <CostItems xsi:nil="true" /> </ThirdPartyStateInformation> <Perks> <Perk xsi:nil="true" /> <Perk xsi:nil="true" /> </Perks> <Promotions> <Promotion xsi:nil="true" /> <Promotion xsi:nil="true" /> </Promotions> </Hotel> </Hotels> <Errors> <Error> <Code>string</Code> <Description>string</Description> </Error> <Error> <Code>string</Code> <Description>string</Description> </Error> </Errors> <Warnings> <Warning> <Code>string</Code> <Description>string</Description> </Warning> <Warning> <Code>string</Code> <Description>string</Description> </Warning> </Warnings> </HotelEnquiryRS> </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 /Service.asmx HTTP/1.1 Host: kopru.test.travelflow.co.uk 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> <HotelEnquiryRQ ConversationID="string" xmlns="http://www.billianit.com/phoenix"> <Connection> <Company>string</Company> <BranchNo>string</BranchNo> <Authorization>string</Authorization> <Nonce>string</Nonce> <Server>string</Server> <Database>string</Database> <Product>string</Product> <Customer>string</Customer> <Agent> <Code>string</Code> <Consultant>string</Consultant> </Agent> <Log> <EndPoint>string</EndPoint> <UserName>string</UserName> <Password>string</Password> <Transaction>boolean</Transaction> <GDS>boolean</GDS> <ConversationID>string</ConversationID> </Log> </Connection> <CorporateDetails> <AccountNo>string</AccountNo> <Authoriser> <ID>string</ID> <FullName>string</FullName> </Authoriser> <Traveller> <ID>string</ID> <FullName>string</FullName> </Traveller> <EnquiryReasonCode>string</EnquiryReasonCode> <References> <Reference> <Prompt>string</Prompt> <Response>string</Response> </Reference> <Reference> <Prompt>string</Prompt> <Response>string</Response> </Reference> </References> </CorporateDetails> <Enquiry> <Stays> <Stay> <Location xsi:nil="true" /> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms xsi:nil="true" /> <HotelName>string</HotelName> <Rating>string</Rating> <RateCode>string</RateCode> <SpecialOffer>boolean</SpecialOffer> <RefundableOnly>boolean</RefundableOnly> <Supplier>string</Supplier> <SecureImageURLs>boolean</SecureImageURLs> <IsPackage>boolean</IsPackage> <ProviderCodes xsi:nil="true" /> </Stay> <Stay> <Location xsi:nil="true" /> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms xsi:nil="true" /> <HotelName>string</HotelName> <Rating>string</Rating> <RateCode>string</RateCode> <SpecialOffer>boolean</SpecialOffer> <RefundableOnly>boolean</RefundableOnly> <Supplier>string</Supplier> <SecureImageURLs>boolean</SecureImageURLs> <IsPackage>boolean</IsPackage> <ProviderCodes xsi:nil="true" /> </Stay> </Stays> <CachingOptions> <IgnoreMinimumStay>boolean</IgnoreMinimumStay> </CachingOptions> </Enquiry> <SessionID>string</SessionID> <MarkUp> <PrimaryMarkUpCode>string</PrimaryMarkUpCode> <SecondaryMarkUpCode>string</SecondaryMarkUpCode> <AdditionalMarkUp> <Value>decimal</Value> <IsPercentage>boolean</IsPercentage> </AdditionalMarkUp> <TransactionFee> <Code>string</Code> <Apply>boolean</Apply> </TransactionFee> </MarkUp> </HotelEnquiryRQ> </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> <HotelEnquiryRS ConversationID="string" xmlns="http://www.billianit.com/phoenix"> <Hotels> <Hotel Code="string"> <Chain> <Code>string</Code> <Name>string</Name> </Chain> <Name>base64Binary</Name> <CityCode>string</CityCode> <Location> <Code>string</Code> <Description>string</Description> </Location> <Amenities> <Amenity xsi:nil="true" /> <Amenity xsi:nil="true" /> </Amenities> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Supplier Code="string"> <Name>string</Name> <PropertyReference>string</PropertyReference> </Supplier> <BookingReferences> <Supplier>string</Supplier> <Provider>string</Provider> <Consumer>string</Consumer> <VATRegistration>string</VATRegistration> <PerRoom xsi:nil="true" /> </BookingReferences> <Vouchers> <Voucher xsi:nil="true" /> <Voucher xsi:nil="true" /> </Vouchers> <Address> <Line1>base64Binary</Line1> <Line2>base64Binary</Line2> <Line3>base64Binary</Line3> <PostCode>base64Binary</PostCode> <City>base64Binary</City> <County>base64Binary</County> <Country>base64Binary</Country> <CountryCode>string</CountryCode> </Address> <Area> <Code>string</Code> <Name>string</Name> </Area> <Telephone>string</Telephone> <Fax>string</Fax> <Email>string</Email> <Website>anyURI</Website> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </Rooms> <EnquiryRooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </EnquiryRooms> <EnquiryArea>string</EnquiryArea> <Passive>boolean</Passive> <RuleSet> <Rules xsi:nil="true" /> <Text>string</Text> <AppliesTo xsi:nil="true" /> </RuleSet> <SessionID>string</SessionID> <Description>base64Binary</Description> <Latitude>decimal</Latitude> <Longitude>decimal</Longitude> <Distance>decimal</Distance> <Rating> <Code>string</Code> <Description>string</Description> </Rating> <Ranking>positiveInteger</Ranking> <PropertyTypes> <PropertyType xsi:nil="true" /> <PropertyType xsi:nil="true" /> </PropertyTypes> <BoardBasisTypes> <BoardBasisType xsi:nil="true" /> <BoardBasisType xsi:nil="true" /> </BoardBasisTypes> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <POARates>boolean</POARates> <SpecialOffersAvailable>boolean</SpecialOffersAvailable> <ContractCode>string</ContractCode> <BasicRate> <Nett xsi:nil="true" /> <Gross xsi:nil="true" /> <Local xsi:nil="true" /> </BasicRate> <TransactionFee> <Code>string</Code> <Description>string</Description> <Value>decimal</Value> </TransactionFee> <DetailsURL>string</DetailsURL> <Details> <Detail xsi:nil="true" /> <Detail xsi:nil="true" /> </Details> <ThirdPartyRating> <Rating>string</Rating> <ImageURL>anyURI</ImageURL> <TotalReviews>double</TotalReviews> <ReviewURL>anyURI</ReviewURL> <ReviewCounts xsi:nil="true" /> <SubRatings xsi:nil="true" /> <Reviews xsi:nil="true" /> </ThirdPartyRating> <Rates> <Rate xsi:nil="true" /> <Rate xsi:nil="true" /> </Rates> <RoomTypes> <RoomType xsi:nil="true" /> <RoomType xsi:nil="true" /> </RoomTypes> <RateTypes> <RateType xsi:nil="true" /> <RateType xsi:nil="true" /> </RateTypes> <Confirm Required="boolean" Attempted="boolean" Success="boolean" PriceChanged="boolean" /> <Policies> <Policy xsi:nil="true" /> <Policy xsi:nil="true" /> </Policies> <Restaurant Available="boolean"> <Restaurant xsi:nil="true" /> <Restaurant xsi:nil="true" /> </Restaurant> <Preferred>boolean</Preferred> <Supplements> <Supplement xsi:nil="true" /> <Supplement xsi:nil="true" /> </Supplements> <Embellishments> <Embellishment xsi:nil="true" /> <Embellishment xsi:nil="true" /> </Embellishments> <MandatorySupplements> <MandatorySupplement xsi:nil="true" /> <MandatorySupplement xsi:nil="true" /> </MandatorySupplements> <ThirdPartyStateInformation> <SessionID>string</SessionID> <SearchID>string</SearchID> <ItineraryID>string</ItineraryID> <FlightSegmentGroupID>string</FlightSegmentGroupID> <FlightSegmentID>string</FlightSegmentID> <ItineraryRefs xsi:nil="true" /> <ReferenceMaps xsi:nil="true" /> <BookingID>string</BookingID> <RuleIDs xsi:nil="true" /> <Supplier>string</Supplier> <CostItems xsi:nil="true" /> </ThirdPartyStateInformation> <Perks> <Perk xsi:nil="true" /> <Perk xsi:nil="true" /> </Perks> <Promotions> <Promotion xsi:nil="true" /> <Promotion xsi:nil="true" /> </Promotions> </Hotel> <Hotel Code="string"> <Chain> <Code>string</Code> <Name>string</Name> </Chain> <Name>base64Binary</Name> <CityCode>string</CityCode> <Location> <Code>string</Code> <Description>string</Description> </Location> <Amenities> <Amenity xsi:nil="true" /> <Amenity xsi:nil="true" /> </Amenities> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Supplier Code="string"> <Name>string</Name> <PropertyReference>string</PropertyReference> </Supplier> <BookingReferences> <Supplier>string</Supplier> <Provider>string</Provider> <Consumer>string</Consumer> <VATRegistration>string</VATRegistration> <PerRoom xsi:nil="true" /> </BookingReferences> <Vouchers> <Voucher xsi:nil="true" /> <Voucher xsi:nil="true" /> </Vouchers> <Address> <Line1>base64Binary</Line1> <Line2>base64Binary</Line2> <Line3>base64Binary</Line3> <PostCode>base64Binary</PostCode> <City>base64Binary</City> <County>base64Binary</County> <Country>base64Binary</Country> <CountryCode>string</CountryCode> </Address> <Area> <Code>string</Code> <Name>string</Name> </Area> <Telephone>string</Telephone> <Fax>string</Fax> <Email>string</Email> <Website>anyURI</Website> <CheckInDate>date</CheckInDate> <CheckOutDate>date</CheckOutDate> <Rooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </Rooms> <EnquiryRooms> <Room xsi:nil="true" /> <Room xsi:nil="true" /> </EnquiryRooms> <EnquiryArea>string</EnquiryArea> <Passive>boolean</Passive> <RuleSet> <Rules xsi:nil="true" /> <Text>string</Text> <AppliesTo xsi:nil="true" /> </RuleSet> <SessionID>string</SessionID> <Description>base64Binary</Description> <Latitude>decimal</Latitude> <Longitude>decimal</Longitude> <Distance>decimal</Distance> <Rating> <Code>string</Code> <Description>string</Description> </Rating> <Ranking>positiveInteger</Ranking> <PropertyTypes> <PropertyType xsi:nil="true" /> <PropertyType xsi:nil="true" /> </PropertyTypes> <BoardBasisTypes> <BoardBasisType xsi:nil="true" /> <BoardBasisType xsi:nil="true" /> </BoardBasisTypes> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <POARates>boolean</POARates> <SpecialOffersAvailable>boolean</SpecialOffersAvailable> <ContractCode>string</ContractCode> <BasicRate> <Nett xsi:nil="true" /> <Gross xsi:nil="true" /> <Local xsi:nil="true" /> </BasicRate> <TransactionFee> <Code>string</Code> <Description>string</Description> <Value>decimal</Value> </TransactionFee> <DetailsURL>string</DetailsURL> <Details> <Detail xsi:nil="true" /> <Detail xsi:nil="true" /> </Details> <ThirdPartyRating> <Rating>string</Rating> <ImageURL>anyURI</ImageURL> <TotalReviews>double</TotalReviews> <ReviewURL>anyURI</ReviewURL> <ReviewCounts xsi:nil="true" /> <SubRatings xsi:nil="true" /> <Reviews xsi:nil="true" /> </ThirdPartyRating> <Rates> <Rate xsi:nil="true" /> <Rate xsi:nil="true" /> </Rates> <RoomTypes> <RoomType xsi:nil="true" /> <RoomType xsi:nil="true" /> </RoomTypes> <RateTypes> <RateType xsi:nil="true" /> <RateType xsi:nil="true" /> </RateTypes> <Confirm Required="boolean" Attempted="boolean" Success="boolean" PriceChanged="boolean" /> <Policies> <Policy xsi:nil="true" /> <Policy xsi:nil="true" /> </Policies> <Restaurant Available="boolean"> <Restaurant xsi:nil="true" /> <Restaurant xsi:nil="true" /> </Restaurant> <Preferred>boolean</Preferred> <Supplements> <Supplement xsi:nil="true" /> <Supplement xsi:nil="true" /> </Supplements> <Embellishments> <Embellishment xsi:nil="true" /> <Embellishment xsi:nil="true" /> </Embellishments> <MandatorySupplements> <MandatorySupplement xsi:nil="true" /> <MandatorySupplement xsi:nil="true" /> </MandatorySupplements> <ThirdPartyStateInformation> <SessionID>string</SessionID> <SearchID>string</SearchID> <ItineraryID>string</ItineraryID> <FlightSegmentGroupID>string</FlightSegmentGroupID> <FlightSegmentID>string</FlightSegmentID> <ItineraryRefs xsi:nil="true" /> <ReferenceMaps xsi:nil="true" /> <BookingID>string</BookingID> <RuleIDs xsi:nil="true" /> <Supplier>string</Supplier> <CostItems xsi:nil="true" /> </ThirdPartyStateInformation> <Perks> <Perk xsi:nil="true" /> <Perk xsi:nil="true" /> </Perks> <Promotions> <Promotion xsi:nil="true" /> <Promotion xsi:nil="true" /> </Promotions> </Hotel> </Hotels> <Errors> <Error> <Code>string</Code> <Description>string</Description> </Error> <Error> <Code>string</Code> <Description>string</Description> </Error> </Errors> <Warnings> <Warning> <Code>string</Code> <Description>string</Description> </Warning> <Warning> <Code>string</Code> <Description>string</Description> </Warning> </Warnings> </HotelEnquiryRS> </soap12:Body> </soap12:Envelope>