The main information required for the search is the destination, layovers (if any), the dates, and the pax. <request version="4.0"> <auth> <username>example</username> <password>example </password> <agent>example </agent> </auth> <insurances-search entityType="terminal" entityID="AMS" > <outboundTerminals> <terminal>JDK</terminal> </outboundTerminals> <inboundTerminals/> <filters/> <dates from="2015-11-05" to="2015-11-09" /> <pax-group customerCountryCode="FR"> <pax> <adults count="2" /> <children count="2"> <age>1</age> <age>8</age> </children> </pax> </pax-group> <currencies default="EUR"> <currency code="EUR" /> <currency code="GBP" /> <currency code="USD" /> </currencies> </insurances-search> </request>
Notes |