Multi-Day Package Itinerary

The following node describes a multi-day package as configured within the system.

For some packages, namely, where the packageType field is indicating that the requested package is a multi-day itinerary package, Zaui will send back to you the following structure which describes the configuration for each day.

This node will generally be present where the packageType field is available, and it's set to indicate a multi-day itinerary.

<multiDayItineraries>
	<multiDayItinerary>
		<startDate></startDate>
		<endDate></endDate>
    	{PRICE CODE NODE}
		<days>
			<day>
				<activities>
					<activity>
						<activityId></activityId>
						<activityName></activityName>
					</activity>
				</activities>
				<products>
					<product>
						<productId></productId>
						<productName></productName>
					</product>
				</products>
			</day>
		</days>
	</multiDayItinerary>
</multiDayItineraries>

Last updated