| channel_id | Channel ID |
| account_id | Account ID |
| tour_id | Tour/Hotel ID |
| tour_name | Tour/Hotel name |
| start_time | Start time / Opening time for the Tour/Hotel.
May be a 24 hour time value in local time (e.g. "09:00").
If there are multiple start times per day or the start time varies by day then the value will be "MULTI".
Alternatively if start time is unknown / irrelevent then this field may be blank Β (although the start time may be explained elsewhere in the Tour/Hotel description, e.g. in the pickup points section). |
| end_time | End time / Closing time for the Tour/Hotel.
Possible values as per start_time above. |
| has_sale | 1 - Future product on sale 0 - No future product on sale |
| has_d | 1 - Has a tour departure loaded 0 - No tour departure loaded |
| has_f | 1 - Has a tour freesale loaded 0 - No tour freesale loaded |
| has_h | 1 - Has a hotel product type loaded 0 - No hotel product type loaded |
| descriptions_last_updated | When the tour/hotel text descriptions were last updated, date format YYYY-MM-DD |
| next_bookable_date | First date the tour/hotel text is bookable, date format YYYY-MM-DD |
has_sale_jan has_sale_feb has_sale_mar has_sale_apr has_sale_may has_sale_jun has_sale_jul has_sale_aug has_sale_sep has_sale_oct has_sale_nov has_sale_dec | 1 - Future product on sale (by the month) 0 - No future product on sale (by the month |
| quantity_rule | 1 - price x 1 q - price x quantity |
| tour_code | Tour code (only returned if set) |
| from_price | Lead in price |
| from_price_display | Lead in price - display version (Includes HTML entity currency code and no decimals) |
from_price_jan from_price_feb from_price_mar from_price_apr from_price_may from_price_jun from_price_jul from_price_aug from_price_sep from_price_oct from_price_nov from_price_dec | Lead in price by the month Use to create a nice seasonal price chart
There are also _display versions that work the same way as from_price_display |
| sale_currency | Sale currency (for the lead in price). Currency is set by channel |
| priority | HIGH, MEDIUM, LOW - Commercial priority |
| address | Postal address |
| geocode_start | Lat,Long geocode for start point |
| geocode_end | Lat,Long geocode for end point |
| grade |
1 - All ages / Not applicable
2 - Moderate
3 - Fit
4 - Challenging
5 - Extreme |
| accomrating |
1 - No accommodation / Not applicable
2 - Luxury
3 - Moderate
4 - Comfortable
5 - Basic
6 - Various levels |
| product_type |
1 - Accommodation (hotel/campsite/villa/ski chalet/lodge)
2 - Transport
3 - Tour/cruise including overnight stay
4 - Day tour/trip/activity/attraction (No overnight stay)
5 - Tailor made
6 - Event
7 - Training/education
8 - Other
|
| tourleader_type |
1 - Tour guide / driver
2 - Independent / self drive
3 - Not applicable (e.g. accommodation / event) |
| location | Primary location - Perhaps a city name, national park name or region |
| summary | Summary - Includes primary activity if not clear from tour/hotel name |
| country | Comma separated list of uppercase countries the tour takes place in |
| duration_desc | Text description for duration (e.g. 1 week) |
| duration | Duration (Days) |
| available | Text description for when available (e.g. March to September) |
| shortdesc | Short description (NO HTML) |
| longdesc | Long description |
| itinerary | Itinerary |
| exp | Rather than facts, this description should focus on the experience e.g. a wonderful hill walk with great vistas |
| pick | Pickup / Dropoff information |
| inc_ex | Included / Excluded |
| essential | Essential information - What to bring, accommodation details, single supplements, solo travellers |
| extras | Extras / upgrades |
| rest | Restrictions - e.g. Pets, minimum age / children permitted, whether requires a preexisting skill etc |
| tour_url | URL for the tour detail page |
| tour_url_tracked | URL for the tour detail page - via agent tracking mechanism Not returned for /c/tours/search |
| book_url | URL to booking engine / live availability display (can be iframed onto your site) |
| supplier_id | If a Tour Operator is using the API call directly then supplier_id will contain the internal reference number for the supplier on the main Tour/Hotel on the booking. Not returned when a Marketplace Partner is using the API. |
| images |
The images node will contain between 1 and 6 image nodes.
| Node | Notes |
| image |
The first image node will contain a thumbnail attribute with the value true, this image should be used as the thumbnail if a single image is being displayed (e.g. list pages).
Each image node contains a url node and image_desc node.
| Node | Notes |
| url |
URL (web address) for the image |
| image_desc |
Description / caption for image |
|
|
| new_booking |
Information to help those building their own booking engine using the API. Includes data that might be useful if designing a booking form:
| Node | Notes |
| people_selection |
Information on the various rates (pricing tiers) offered, including min/max numbers of people
| Node | Notes |
| rate |
There will be a rate node for each individual pricing tier offered on this Tour/Hotel containing:
| Node | Notes |
| label_1 |
Main customer facing descriptor for this rate, e.g. "Adults". May be blank in which case display text such as "Number of people" |
| label_2 |
Secondary customer facing descriptor for this rate, e.g. "(16plus)" |
| minimum |
Minimum number of people per booking on this rate |
| maximum |
Maximum number of people per booking on this rate |
| rate_id |
Identifier for the rate |
|
|
| date_selection |
Information on how dates & durations are calculated for this Tour/Hotel, useful for determining how to present date / duration selection.
| Node | Notes |
| date_type |
- DATE Tour type availability
- DATE_DAYS Hotel type availability, duration in days
- DATE_NIGHTS Hotel type availability, duration in days
|
| duration_minimum |
The minimum duration that must be booked for this Tour/Hotel. Only shows if date_type is either DATE_DAYS or DATE_NIGHTS. |
| duration_minimum |
The maximum duration that must be booked for this Tour/Hotel. Only shows if date_type is either DATE_DAYS or DATE_NIGHTS. |
|
|