Before making the booking, you will need to run the package-info to get all cancellation policies, remarks, and other important information You can check the other services API documentation on this website if anything is not clear about this step Request <request version="4.0">
<auth>
<username>example</username>
<password>example</password>
<agent>test</agent>
</auth>
<packages-info>
<hotel-booking-info session="dv.30999472573107">
<results>
<result>dv.2776047259969</result>
</results>
</hotel-booking-info>
<hotel-booking-info session="dv.30999472575107">
<results>
<result>dv.2776147259577</result>
</results>
</hotel-booking-info>
<transfers-booking-info session="dv.30999472577107">
<results>
<result>dv.277654726214</result>
<result>dv.277654726228</result>
</results>
</transfers-booking-info>
<flights-rules session="dv.30999472579107">
<result token="dv.27795472701">
<connections>
<outbound id="0" />
<inbound id="1" />
</connections>
</result>
</flights-rules>
<cars-booking-info session="dv.309994725711107" token="dv.27797472891" />
</packages-info>
</request> Response <?xml version="1.0"?> <response success="1" session="dv.309994725711107"> <packages-info> <hotels sessionId="dv.309994725711107"> <booking-options count="1" split="0"> <booking-option token="dv.2776047259969" onrequest="0"> <hotel-info> <name><![CDATA[STAYBRIDGE SUITES TIMES SQUARE - NEW YORK CITY]]></name> <address><![CDATA[340 WEST 40TH STREET NEW YORK CITY, New York, United States]]></address> <phone>1-212-7579000</phone> <fax>1-212-7579001</fax> <rating>3</rating> <latitude>40.7564010620117</latitude> <longitude>-73.99169921875</longitude> </hotel-info> <remarks><![CDATA[]]></remarks> <accepted-cards /> <cancellation> <frame endTime="1969-12-30 00:00:00" timezone="UTC" type="non-refundable" /> </cancellation> </booking-option> </booking-options> </hotels> <hotels sessionId="dv.309994725711107"> <booking-options count="1" split="0"> <booking-option token="dv.2776147259577" onrequest="0"> <hotel-info> <name><![CDATA[Shaftesbury Premier London Notting Hill]]></name> <address><![CDATA[5 - 7 Princess Square Bayswater, London, United Kingdom]]></address> <phone>00 44 207 479 2255</phone> <fax>00442072621537</fax> <rating>4</rating> <latitude>51.5127983093262</latitude> <longitude>-0.1925999969244</longitude> </hotel-info> <remarks><![CDATA[]]></remarks> <accepted-cards /> <cancellation> <frame endTime="2014-11-01 00:00:00" timezone="UTC" type="fully-refundable" /> <frame endTime="2014-10-23 00:00:00" timezone="UTC" type="non-refundable" /> </cancellation> </booking-option> </booking-options> </hotels> <transfers sessionId="dv.309994725711107"> <transfer /> <booking-options count="2"> <booking-option token="dv.277654726214"> <price amount="101.680" currency="USD" billable="1" commissionable="1" on-request="0" provider="exampleSupplier" supplier="exampleSupplier" /> <remarks> <![CDATA["AIRPORT TRANSFER *Contact telephone number for provider of the service is 1-800-542-1584 or 1-718-442-4636 available 24 hours *INTERNATIONAL Passengers will be met outside the customs area with passenger name on the sign held by the driver ]]> </remarks> <cancellation> <frame endTime="" timezone="UTC" type="non-refundable" /> </cancellation> </booking-option> <booking-option token="dv.277654726228"> <price amount="101.680" currency="USD" billable="1" commissionable="1" on-request="0" provider="exampleSupplier" supplier="exampleSupplier" /> <remarks> <![CDATA["AIRPORT TRANSFER *Contact telephone number for provider of the service is 1-800-542-1584 or 1-718-442-4636 available 24 hours *INTERNATIONAL Passengers will be met outside the customs area with passenger name on the sign held by the driver ]]> </remarks> <cancellation> <frame endTime="" timezone="UTC" type="non-refundable" /> </cancellation> </booking-option> </booking-options> </transfers> <flights sessionId="dv.309994725711107"> <rules count="1"> <rule> 0. APPLICATION AND OTHER CONDITIONS
 RULE - 001/RE01
 UNLESS OTHERWISE SPECIFIED
 SU CARRIER BUDGET-ECONOMY FARES
 APPLICATION
 CLASS OF SERVICE
 </rule> </rules> </flights> <cars sessionId="dv.309994725711107"> <car-booking-info token="dv.27797472891"> <car-company> <name>Easi Rent</name> <logo>http://www.examplesupplier.com/images/web/logo_ER.gif</logo> </car-company> <stations> <station stationToken="dv.27797472892" dropOffOnly="0" latitude="" longitude="" pickUpHours="00:00-23:59" dropOffHours="00:00-23:59"> <name><![CDATA[London Heathrow - Airport]]></name> <address><![CDATA[Sheraton Skyline Hotel Bath Road, Hayes (Easi Rent)]]></address> <phone /> </station> </stations> <rules-restrictions> <rule> <name><![CDATA[Cover Description]]></name> <description> <![CDATA[Easi Rent Basic Cover Includes - Collision Damage Waiver, Theft Waiver, Third Party Liability, Tax, Unlimited Mileage, Breakdown Service<br />]]> </description> </rule> <rule> <name><![CDATA[Collision Damage Waiver and Theft Waiver Insurance Excesses]]></name> <description> <![CDATA[Insurance Excess on all vehicles is £1250.00 (apart from M2’s and executive vehicles which are £1500.00)<br />]]> </description> </rule> <rule> <name><![CDATA[Breakdown Information]]></name> <description> <![CDATA[<strong>Accident / Roadside Assistance:</strong><br />]]> </description> </rule> </rules-restrictions> </car-booking-info> <cars-select-station carToken="dv.27797472891" pickUpStationToken="dv.27797472892" dropOffStationToken="dv.27797472892"> <car-programs> <car-program token="dv.1678496276" price="21" currency="EUR"> <name><![CDATA[Fiat 500 Mini 4 Dr]]></name> <included-components /> <optional-components> <optional-component token="dv.1678496277"> <name><![CDATA[Child Seat]]></name> <desc><![CDATA[]]></desc> <price /> </optional-component> <optional-component token="dv.1678496278"> <name><![CDATA[Booster Seat]]></name> <desc><![CDATA[]]></desc> <price /> </optional-component> </optional-components> </car-program> </car-programs> </cars-select-station> </cars> </packages-info> </response> The information returned during this step is vital for the booking phase, so this step is mandatory. all remarks returned in this step must be displayed to the end-client and they must approve them prior to making the booking. You can check the other services API documentation on this website if anything is not clear about this step |