The Package Price Search Request returns the total Price of a Package/Packages for given Dates.
The structure of the XML will be:
The structure of the XML will be:
<PackagePriceSearchRequest>
<LoginDetails>
<Login>[username]</Login>
<Password>[password]</Password>
<AgentReference />
<SellingCurrencyID>2</SellingCurrencyID>
<LanguageID>0</LanguageID>
<TrackingAffiliateID>0</TrackingAffiliateID>
<BrandID>0</BrandID>
<BookingSourceID>0</BookingSourceID>
<SalesChannelID>0</SalesChannelID>
<TradeID>0</TradeID>
<SellingCountryID>0</SellingCountryID>
<CurrencyID>0</CurrencyID>
<ItineraryInformation>false</ItineraryInformation>
</LoginDetails>
<RegionID>0</RegionID>
<Resorts>
<ResortID>0</ResortID>
</Resorts>
<PackageID>14</PackageID>
<PackageTypeID>0</PackageTypeID>
<ArrivalDate>2023-05-26</ArrivalDate>
<GuestConfiguration>
<Adults>2</Adults>
</GuestConfiguration>
<PackageAttributes />
</PackagePriceSearchRequest>
<PackagePriceSearchResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
<ThirdPartyErrors />
</ReturnStatus>
<PackageResults>
<PackageResult>
<PackageID>14</PackageID>
<PackageName>Alaskan Coastal Cruise</PackageName>
<ServiceLevelResults>
<ServiceLevelResult>
<ServiceLevelID>56</ServiceLevelID>
<ServiceLevelName>Group</ServiceLevelName>
<Duration>9</Duration>
<PriceResults>
<PriceResult>
<ArrivalDate>2023-05-26</ArrivalDate>
<Price>4379.49</Price>
<CurrencyID>2</CurrencyID>
</PriceResult>
</PriceResults>
</ServiceLevelResult>
</ServiceLevelResults>
</PackageResult>
</PackageResults>
</PackagePriceSearchResponse>