Documentation
tour
Full representation of an itinerary.
Is the main product that can be booked using this system considering a brochure and a departure date.
We can indentify an itinerary through your tour code and brochure code. The same itinerary can be repeated in different brochures.
We must distinguish two types of tour:
Sightseeing tour: Output short duration that is done for fun, for sport or to do some study.
Circuit: An itinerary is a travel closed and normally fixed previously that returning to
the starting point when it ends.
attributes
catalog
[int]
Catalog code which the itinerary belongs.
brochure
[int]
Brochure code which the itinerary belongs.
code
[int]
Itinerary code.
name
[string]
Itinerary name.
minprice
[int]
Minimum price of the itinerary per person in double.
currency
[int]
Currency code which specified the minimum price.
length
[int]
Itinerary duration specified in days.
rates
[array:rate]
Array with itinerary rates.
supplements
[array:supplement]
Array with itinerary supplements.
discounts
[array:discounts]
Array with itinerary discounts.
departuredates
[array:date]
Array with itinerary departure dates.
hotels
[array:service]
Array with itinerary hotels.
cities
[array:city]
Array with cities through which the itinerary runs.
itinerary
[array:itineraryline]
Array with itinerary of the itinerary.
pickups
[array:pickup]
Array wich contains the possible itinerary collected.