This call allows you to send a quote reference to the system and get back information about that quote. This information should be enough to recreate a search that would give the same prices and only includes flight and hotel details.
 A full list of the XML structure available is given below, followed by an example request and response.
The structure of the XML will be:
The structure of the XML will be:
Property
Flight
<GetQuoteDetailsRequest>
<LoginDetails>
<Login>test</Login>
<Password>test</Password>
</LoginDetails>
<QuoteID />
<ExternalReference>1004866/1</ExternalReference>
</GetQuoteDetailsRequest>
<GetQuoteDetailsResponse>
<QuoteID>64</QuoteID>
<Source>Web</Source>
<Status>New</Status>
<BookingSource>Public</BookingSource>
<SalesChannel>Web</SalesChannel>
<BrandName>Jewel</BrandName>
<TradeID>0</TradeID>
<Adults>2</Adults>
<Children>0</Children>
<Infants>0</Infants>
<Duration>7</Duration>
<DepartureDate>2013-11-21T00:00:00</DepartureDate>
<TotalOriginalPrice>576.70</TotalOriginalPrice>
<LeadCustomer>
<CustomerTitle>Mr</CustomerTitle>
<CustomerFirstName>Jo</CustomerFirstName>
<CustomerLastName>Test</CustomerLastName>
<DateOfBirth>1900-01-01T00:00:00.001</DateOfBirth>
<CustomerAddress1>50</CustomerAddress1>
<CustomerAddress2 />
<CustomerTownCity>Tunbridge Wells</CustomerTownCity>
<CustomerCounty>Kent</CustomerCounty>
<CustomerPostcode>TN4 0YD</CustomerPostcode>
<CustomerBookingCountryID>0</CustomerBookingCountryID>
<CustomerPhone />
<CustomerFax />
<CustomerEmail>test@hotmail.co.uk</CustomerEmail>
<CustomerPassportNumber />
</LeadCustomer>
<Properties>
<Property>
<Source>Own</Source>
<PropertyReferenceID>511</PropertyReferenceID>
<GeographyLevel1ID>36</GeographyLevel1ID>
<GeographyLevel2ID>52</GeographyLevel2ID>
<GeographyLevel3ID>23</GeographyLevel3ID>
<ArrivalDate>2013-11-21T00:00:00</ArrivalDate>
<ReturnDate>2013-11-28T00:00:00</ReturnDate>
<Duration>7</Duration>
<Rooms>
<Room>
<MealBasisID>2</MealBasisID>
<MealBasis>Half Board</MealBasis>
<RoomTypeID>17</RoomTypeID>
<RoomType>Twin Inland Room</RoomType>
<RoomViewID>1</RoomViewID>
<Adults>2</Adults>
<Children>0</Children>
<Infants>0</Infants>
</Room>
</Rooms>
</Property>
</Properties>
<Flights>
<Flight>
<Source>Multicom</Source>
<DepartureAirportID>46</DepartureAirportID>
<DepartureAirport>London Gatwick</DepartureAirport>
<ArrivalAirportID>27</ArrivalAirportID>
<ArrivalAirport>Faro</ArrivalAirport>
<OutboundDepartureDate>2013-11-21T00:00:00</OutboundDepartureDate>
<OutboundDepartureTime>07:00</OutboundDepartureTime>
<OutboundArrivalDate>2013-11-21T00:00:00</OutboundArrivalDate>
<OutboundArrivalTime>09:50</OutboundArrivalTime>
<OutboundFlightCode>ZB214</OutboundFlightCode>
<ReturnArrivalDate>2013-11-28T00:00:00</ReturnArrivalDate>
<ReturnArrivalTime>13:35</ReturnArrivalTime>
<ReturnDepartureDate>2013-11-28T00:00:00</ReturnDepartureDate>
<ReturnDepartureTime>10:50</ReturnDepartureTime>
<ReturnFlightCode>ZB215</ReturnFlightCode>
<FlightCarrierID>11</FlightCarrierID>
<FlightCarrier>Monarch Avro</FlightCarrier>
<FlightSectors>
<FlightSector>
<DepartureAirportID>46</DepartureAirportID>
<DepartureAirport>London Gatwick</DepartureAirport>
<DepartureDate>2013-11-21T00:00:00</DepartureDate>
<DepartureTime>07:00</DepartureTime>
<ArrivalAirportID>27</ArrivalAirportID>
<ArrivalAirport>Faro</ArrivalAirport>
<ArrivalDate>2013-11-21T00:00:00</ArrivalDate>
<ArrivalTime>09:50</ArrivalTime>
<FlightCarrierID>7</FlightCarrierID>
<FlightCarrier>Monarch</FlightCarrier>
<FlightCode>ZB214</FlightCode>
</FlightSector>
<FlightSector>
<DepartureAirportID>27</DepartureAirportID>
<DepartureAirport>Faro</DepartureAirport>
<DepartureDate>2013-11-28T00:00:00</DepartureDate>
<DepartureTime>10:50</DepartureTime>
<ArrivalAirportID>46</ArrivalAirportID>
<ArrivalAirport>London Gatwick</ArrivalAirport>
<ArrivalDate>2013-11-28T00:00:00</ArrivalDate>
<ArrivalTime>13:35</ArrivalTime>
<FlightCarrierID>7</FlightCarrierID>
<FlightCarrier>Monarch</FlightCarrier>
<FlightCode>ZB215</FlightCode>
</FlightSector>
</FlightSectors>
</Flight>
</Flights>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
</GetQuoteDetailsResponse>