The Package Itinerary Search Request returns all the booking tokens to book the components loaded on the specified package. The tokens can then be used to book the package.
The structure of the XML will be:
The response returns the Itinerary of the Package and details of each component it contains. The structure of the XML will be:
In addition to the main nodes. The following XML is also returned for each Property Component loaded onto the Package.
In addition to the main nodes. The following XML is also returned for each Car Hire Component loaded onto the Package.
In addition to the main nodes. The following XML is also returned for each Transfer Component loaded onto the Package.
In addition to the main nodes. The following XML is also returned for each Extra Component loaded onto the Package.
In addition to the main nodes. The following XML is also returned for each Own Arrangement Component loaded onto the Package.
In addition to the main nodes. The following XML is also returned for each Flight Component loaded onto the Package.
When the request is sent, the following validation will be applied.
<PackageItinerarySearchRequest>
<LoginDetails>
<Login>test</Login>
<Password>test</Password>
</LoginDetails>
<PackageID>48</PackageID>
<ServiceLevelID>42</ServiceLevelID>
<ArrivalDate>2022-06-06T00:00:00+00:00</ArrivalDate>
<GuestConfiguration>
<Adults>2</Adults>
<Children>0</Children>
<Infants>0</Infants>
<AdultAges />
<ChildAges />
</GuestConfiguration>
</PackageItinerarySearchRequest>