Itinerary API (V8)

Overview

The Wetu Itinerary API allows you to integrate Wetu Itineraries into your software or website. The API supports both loading existing itineraries as well as creating or updating Itineraries programmatically. The API is intended to work in conjunction with the Wetu Content API, as Itineraries reference and rely on the content and IDs provided by that API.

Please see the accompanying Wetu Content API documentation.

Audience

This documentation is intended for a software developer intending to integrate their system or website with the Wetu Itinerary API. A familiarity with software development and web services is expected. Familiarizing yourself with the online Wetu Itinerary Builder as well as the Virtual Itinerary, Digital Itinerary and Printable Itinerary is recommended, as seeing these will provide necessary context to the understanding of the underlying data model discussed later.

Endpoints

The Itinerary API is available via the following channels:


Functions (SOAP / XML)

LoadItinerary (Load a single itinerary)

This function returns a single itinerary. This can be used to integrate that itinerary into a web page or back-office system.

  • Parameters
    • Identifier (string) - the UUID-style unique identifier of the itinerary
    • SessionToken (string) - an optional session token identifying the requesting user
  • Result

LoadItineraries (List of available itineraries)

This function returns a list of itineraries. This can be used to search for an itinerary to display or import. 

  • Parameters
    • ResultsPerPAge (int) - Limits the number of results returned per page
    • PageStart (int) - sets the initial page for the results, 0-based
    • TypeFiler (itinerarySearchFilterEnum)
      • Personal - Only show personal itineraries
      • Sample - only show sample itineraries
      • AllItineraries - Show personal and sample itineraries
      • DayComponent - only show single-day components
      • Components - only show multi-day components (single-day and multi-day)
      • DayTours - only show day tours (unpublished)
      • PublishedDayTours - only show day tours (published)
      • MultiDayTOurs - only show multi-day tours (unpublished)
      • All - Show all
    • OwnItinerariesOnly (bool) -  limits the search to only itineraries built by the authenticated consultant, otherwise all itineraries for the operator will be returned
    • SearchText (string) -  optional text to filter the itineraries on; the search considers name, client name and reference number
    • sort (BrowseableItinerarySortOrderEnum) 
      • ClientNameAsc or ClientNameDesc - Sort by client name
      • ItineraryNameAsc or IntenarayNameDesc - Sort by itinerary name
      • ReferenceNoAsc or ReferenceNoDesc - Sort by reference number
      • StartDateAsc or StartDateDesc - Sort by Start Date
      • DaysAsc or DaysDesc - Sort by itinerary duration
      • LastModifiedDateAsc or LastModifiedDateDesc - Sort by Date of modification
      • LastViewedAsc or LastViewedDesc - Sort by the date at which the itinerary was viewed by a client
      • ViewCountAsc or ViewCountDesc - Sort by Total number of views
      • BookingStatusAsc or BookingStatusDesc - Sort by itinerary booking status
    • SesisonToken (string) - a required session token identifying the request. 
  • Result
    • An array of BrowseableItineraryPage

LoadDayTours 

This function returns a list of day tours. The list includes both your private day tours (if any) and publicly available day tours from other providers.

  • Parameters
    • SearchText (string) -  optional text to filter the itineraries on; the search considers name, client name and reference number
    • sort (SupplierItinerarySortOrderEnum) 
      • ItineraryNameAsc or IntenarayNameDesc - Sort by itinerary name
      • ReferenceNoAsc or ReferenceNoDesc - Sort by reference number
      • DaysAsc or DaysDesc - Sort by itinerary duration
      • LastModifiedDateAsc or LastModifiedDateDesc - Sort by Date of modification
    • SesisonToken (string) - a required session token identifying the request. 
  • Result
    • An array of SupplierItineraryPage

LoadMultiDayTours

This function returns a list of Multi Day Tours. The list includes both your private day tours (if any) and publicly available day tours from other providers.

  • Parameters
    • SearchText (string) -  optional text to filter the itineraries on; the search considers name, client name and reference number
    • sort (SupplierItinerarySortOrderEnum) 
      • ItineraryNameAsc or IntenarayNameDesc - Sort by itinerary name
      • ReferenceNoAsc or ReferenceNoDesc - Sort by reference number
      • DaysAsc or DaysDesc - Sort by itinerary duration
      • LastModifiedDateAsc or LastModifiedDateDesc - Sort by Date of modification
    • SesisonToken (string) - a required session token identifying the request. 
  • Result
    • An array of SupplierItineraryPage

AuthenticateAndSaveItinerary (see also SaveItinerary) 

This functions allows saving a new itinerary or updating an existing one. It provides a single-call alternative to calling AuthenticateUser + SaveItinerary in succession.

  •  Parameters
    • Itinerary (itinerary)  - the entire itinerary to save / update
    • username (string)
    • password (string)
  • Result
    • an ItinerarySummary

SaveItinerary (see also AuthenticateAndSaveItinerary) 

This functions allows saving a new itinerary or updating an existing one. 

  •  Parameters
    • Itinerary (itinerary)  - the entire itinerary to save / update
    • SessionToken (string) - a required session token identifying the requesting user
  • Result
    • an ItinerarySummary

AuthenticateUser

This function allows authenticating a user with their username / password.

  •  Parameters
    • username (string)
    • password (string)
  • Result
    • a Session

DeleteItineraries

This function allows deleting previously created itineraries.

  •  Parameters
    • identifiers (array of string) - the set of itinerary identifiers to delete
    • SessionToken (string) - a required session token identifying the requesting user
  • Result
    • none (failure will be signaled with HTTP error status code)

LoadBranding

This function allows loading the branding for an itinerary, for display or generating external documents.

  •  Parameters
    • Identifier (string) - the UUID-style unique identifier of the itinerary
  • Result
    • an ItineraryBranding 

LoadDefaultBranding

This function allows loading the default branding (in cases where the itinerary is branded as an agent / identity) for an itinerary, for display or generating external documents.

  •  Parameters
    • Identifier (string) - the UUID-style unique identifier of the itinerary
  • Result
    • an ItineraryBranding 

GenerateMapViewForItinerary

This returns a URL to a representative map image for the itinerary. This can be used to generate external documents.

  •  Parameters
    • Identifier (string) - the UUID-style unique identifier of the itinerary
    • Width (int) - the css pixel width of the desired image; limit 640
    • Height (int) - the css pixel height of the desired image; limit 640
    • scale (int) - scale multiplier to request a higher resolution image; 1 or 2; using 2 will return an image zoomed to double the requested height / width (i.e. 1280x1280 at max)
    • Mode (string) - a selector that changes which travel is shown on the map - valid options below
      • at - Map displays all travel, incl international flights
      • eiof - Map does not display any inbound or outbound flights, including long-haul/overnight flights
      • eadt - Map does not display long-haul/overnight flights
      • eiot - (default) Map does not display any inbound or outbound travel information
  • Result
    • an string 

Search

This function allows simple searching of the Wetu content available. This can be used to map between databases. An alternative to this for bulk mapping purposes is to use the comprehensive Wetu Content API.

  •  Parameters
    • Name (string) - a name to search for
    • Type (string) - a type hint to bias search results with (most common is Accommodation) 
    • SessionToken (string) - a required session token identifying the requesting user
  • Result
    • an array of SearchPin 

Functions (JSON)

Please note that the JSON API is read-only and uses a different property naming scheme from the SOAP / XML API. SOAP / XML properties are named in CamelCase, whereas JSON properties use snake_case (e.g. ItineraryId becomes itinerary_id). Property names are otherwise as documented below. Request parameters can be passed either in the querystring or as POST variables. URLs below typically demonstrate the parameters in the querystring.

LoadItinerary (Load a single itinerary)

This function returns a single itinerary. This can be used to integrate that itinerary into a web page or back-office system.

Load Supporting Content (Loads all supporting content for an itinerary, including Day Tours and Content Entities)

  • URL
  • Parameters
    • id (string) - identifier of the requested itinerary or day tour
    • appKey (string) - your application identifier (available from Wetu on request)
  • Result a collection of day tours and pins
    • {
         day_tours: [],
         pins: []
      }
  • Please see the Wetu Content API documentation for further detail on the structure of the information returned in the pins collection.

Branding

This function allows loading the branding for an itinerary, for display or generating external itinerary views.

DefaultBranding

This function allows loading the default branding (in cases where the itinerary is branded as an agent / identity) for an itinerary, for display or generating external itinerary views.

List (List Available Itineraries)

This function returns a list of itineraries. This can be used to search for an itinerary to display or import.

  • URL
  • Parameters
    • search - optional text to search on
    • type - filter for what itinerary types to return
      • default "AllItineraries"
      • "Personal", "Sample", "All", "DayComponent", "Component", "AllComponents", "AllItineraries"
    • own - default false, whether to filter and show only the itineraries from the authenticated user
    • sort - sort order for results
      • default "LastModifiedDesc"
      • "ClientNameAsc", "ClientNameDesc", "ItineraryNameAsc", "ItineraryNameDesc", "ReferenceNoAsc", "ReferenceNoDesc", "StartDateAsc", "StartDateDesc", "LastModifiedAsc", "LastModifiedDesc"
    • start - numeric offset to begin listing itineraries from, default 0
    • results - maximum number of results to return, default 100
    • tags - comma seperated list of tag filters
      • filters are inclusive - an itinerary must match all of them (e.g. beach and safari)
      • tags are specific to a client
    • operatorid - only available with App key integrations; filters results down to a specific operator

MapView

This returns a URL to a representative map image for the itinerary. This can be used to generate external documents.

  • URL
  • Parameters
    • width (int) - the css pixel width of the desired image; limited to 640
    • height (int) - the css pixel height of the desired image; limited to 640
    • scale (int) - a scale multiplier to request a higher resolution image; 1 or 2; using 2 will return an image zoomed to double the requested height / width (i.e. 1280x1280 at max)
    • mode (string) - a selector that changes which travel is shown on the map - valid options below
      • at - Map displays all travel, incl international flights
      • eiof - Map does not display any inbound or outbound flights, including long-haul/overnight flights
      • eadt - Map does not display long-haul/overnight flights
      • eiot - (default) Map does not display any inbound or outbound travel information

Itinerary Examples

Simple Example - One Accommodation

<itinerary xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Type>Personal</Type>
  <Identifier>24780dae-f96a-4553-aa0b-b4fcbbdb4021</Identifier>
  <Days>2</Days>
  <Name>V8 documentation Example 1</Name>
  <Legs>
    <ItineraryLeg>
      <ItineraryLegId>1</ItineraryLegId>
      <Sequence>0</Sequence>
      <Nights>2</Nights>      
      <Type>Standard</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
    <ItineraryLeg>
      <ItineraryLegId>0</ItineraryLegId>
      <Sequence>1</Sequence>
      <Nights>0</Nights>
      <Type>Departure</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
  </Legs>
</itinerary>

Simple Example - Two Accommodations, with transfer

<itinerary xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ItineraryId>0</ItineraryId>
  <Type>Personal</Type>
  <Identifier>74be66b3-63fc-4e37-8061-87e1c5bfb622</Identifier>
  <Name>V8 Documentation Example 2</Name>  
  <Legs>
    <ItineraryLeg>
      <ItineraryLegId>1</ItineraryLegId>
      <Sequence>0</Sequence>
      <ContentEntityId>3733</ContentEntityId>
      <Nights>1</Nights>
      <Type>Standard</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
    <ItineraryLeg>
      <ItineraryLegId>2</ItineraryLegId>
      <Sequence>1</Sequence>
      <ContentEntityId>1158</ContentEntityId>
      <Nights>1</Nights>
      <Type>Standard</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis> 
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
    <ItineraryLeg>
      <ItineraryLegId>0</ItineraryLegId>
      <Sequence>2</Sequence>
      <ContentEntityId>0</ContentEntityId>
      <Nights>0</Nights>
      <Type>Departure</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
  </Legs>
  <Routes>
    <ItineraryRoute>
      <Mode>Selfdrive</Mode>
      <StartLegId>0</StartLegId>
      <EndLegId>1</EndLegId>
      <StartContentEntityId>152</StartContentEntityId>
      <EndContentEntityId>3733</EndContentEntityId>
      <Sequence>0</Sequence>    
      <Type>InterLeg</Type>
    </ItineraryRoute> 
    <ItineraryRoute>
      <Mode>Transfer</Mode>
      <StartLegId>1</StartLegId>
      <EndLegId>2</EndLegId>
      <StartContentEntityId>3733</StartContentEntityId>
      <EndContentEntityId>1158</EndContentEntityId>
      <Type>InterLeg</Type>
    </ItineraryRoute> 
    <ItineraryRoute>
      <Mode>Transfer</Mode>
      <StartLegId>2</StartLegId>
      <EndLegId>0</EndLegId>
      <StartContentEntityId>1158</StartContentEntityId>     
      <Sequence>0</Sequence>
      <Type>InterLeg</Type>
      <EndDay>2</EndDay>
    </ItineraryRoute>
  </Routes>
</itinerary>

Extended Example - One Accommodation (3 nights, with activities)

<itinerary xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ItineraryId>0</ItineraryId>
  <Type>Personal</Type>
  <Identifier>F9373B59-80E4-48B2-B3D0-27C236DA9722</Identifier>
  <Days>4</Days>
  <Name>V8 Documentation Example 3</Name>
  <Legs>
    <ItineraryLeg>
      <ItineraryLegId>1</ItineraryLegId>
      <Sequence>0</Sequence>
      <ContentEntityId>3733</ContentEntityId>
      <AlternateAccommodations />
      <DestinationContentEntityId>0</DestinationContentEntityId>
      <Nights>3</Nights>
      <Type>Standard</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
          <Activities>
            <ItineraryActivity>
              <Sequence>0</Sequence>
              <Name>Table Mountain</Name>
              <IsHighlight>false</IsHighlight>
              <Type>Included</Type>
              <TimeSlot>None</TimeSlot>
              <ContentEntityId>704</ContentEntityId>
            </ItineraryActivity>
            <ItineraryActivity>
              <Sequence>1</Sequence>
              <Name>Drinks with Bart</Name>
              <IsHighlight>false</IsHighlight>
              <Type>Included</Type>
              <TimeSlot>None</TimeSlot>
              <ContentEntityId>32331</ContentEntityId>
            </ItineraryActivity>
          </Activities>
        </ItineraryLegPeriod>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        <Activities>
            <ItineraryActivity>
              <Sequence>0</Sequence>
              <Name>Robben Island</Name>
              <IsHighlight>false</IsHighlight>
              <Type>Included</Type>
              <PreventVoucher>false</PreventVoucher>
              <TimeSlot>None</TimeSlot>
              <ContentEntityId>45</ContentEntityId>
            </ItineraryActivity>
          </Activities>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
    <ItineraryLeg>
      <ItineraryLegId>0</ItineraryLegId>
      <Sequence>1</Sequence>
      <Nights>0</Nights>
      <Type>Departure</Type>
      <Periods>
        <ItineraryLegPeriod>
          <Days>1</Days>
          <RoomBasis>BedAndBreakfast</RoomBasis>
          <DrinksBasis>None</DrinksBasis>
        </ItineraryLegPeriod>
      </Periods>
    </ItineraryLeg>
  </Legs>
</itinerary>

BrowseableItineraryPage

  • Properties
    • Itineraries (array of BrowseableItinerary)
    • TotalResults (int) - total number of results available, used for paging

BrowseableItinerary

  • Properties
    • Type (ItineraryTypeEnum)
    • Identifier (string) - the unique GUID for this itinerary
    • IdentifierKey (string) - a shorter, 6 character key used for loading this itinerary via the mobile app
    • Days (int) - the duration of the itinerary, in days
    • Name (string) - the name of the itinerary
    • ReferenceNumber (string) - the operator's reference number for this itinerary / booking
    • ClientName (string) - the name of the client
    • ClientEmail (string) - the email address of the client
    • StartDate (nullable datetime) - the starting date of the itinerary; null for Sample itineraries, Components and Day Tours
    • LastModified (datetime) - the UTC timestamp of the last modification of the itinerary
    • AccessCount (int) - the number of times the itinerary has been viewed (across both web and mobile)
    • IsDisabled (bool) - whether the itinerary has been disabled by the operator (prevents viewing on web and mobile)
    • Categories (array of string) - a list of identifying tags / categories for the itinerary
    • LastViewed (datetime) - the UTC timestamp of the last viewing of this itinerary
    • Tags (array of string) - a collection of strings associated with the itinerary to allow filtering of itineraries bearing the specified tags. eg Honeymoon, Safari etc
    • BookingStatus (BookingStatusEnum)

SupplierItineraryPage

  • Properties
    • Supplier (string) - the name of the supplier / tour operator
    • Itineraries (array of SupplierItinerary)

SupplierItinerary

  • Properties
    • Type (ItineraryTypeEnum)
    • Identifier (string) - the unique UUID for this itinerary
    • Days (int) - the duration of the itinerary, in days
    • Name (string) - the name of the itinerary
    • ReferenceNumber (string) - the operator's reference number for this itinerary / booking
    • Supplier (string) - the name of the supplier / tour operator
    • LastModified (datetime) - the UTC timestamp of the last modification of the itinerary
    • Categories (array of string) - a list of identifying tags / categories for the itinerary
    • DepartureLocations (string) - the locations from which the day tour departs
    • DepartureTimes (string) - the times of the tours departure
    • ReturnLocations (string) - the locations to which the day tour returns
    • ReturnTimes (string) - the times of the tours return
    • GroupSize (string) - the number of people the day tour can accommodate

ItinerarySummary

  • Properties
    • Name (string) - the name of the itinerary
    • Identifier (string) - the unique UUID for this itinerary
    • IdentifierKey (string) - a shorter, 6 character key used for loading this itinerary via the mobile app (only for Personal itineraries with dates)
    • ConsultantKey (string) - the key allowing the operator to generate a session to edit the specified itinerary

Session

  • Properties
    • ExpiryDate (datetime) - the expiry date of the session; the session token will NOT be accepted past this date
    • OperatorId (int) - the id of the authenticated operator
    • OperatorUserId (int) - the id of the authenticated user
    • OperatorName (string) - the name of the authenticated operator
    • Username (string) - the username of the authenticated user
    • SessionStatuses (array of SessionStatus)
    • Token (string) - a token for this session, used by many other functions

ItineraryBranding

  • Properties
    • Name (string) - the name of the company
    • LogoUrl (string) - the full path to a logo for the company
    • LogoUrlFragment (string) - a partial url to a logo; for use in conjunction with the Wetu Image Scaler
    • Website (string) - a url to the company's website
    • Email (string) - a contact email for the company
    • Phone (string) - a contact phone number for the company
    • Facebook (string) - a url to the company's facebook page
    • TwitterAccount (string) - the twitter handle for the company
    • Description (string) - the description of the company
    • ConsultantName - the name of the consultant (if available)
    • ConsultantEmail (string) - a contact email for the consultant (if available)
    • ConsultantPhone (string) - a contact phone number for the consultant
    • ConsultantSkype (string) - the skype address for the consultant
    • ConsultantPhotoUrl (string) - the full path to a photo of the consultant (if available)
    • ConsultantPhotoUrlFragment (string) - a partial url to a logo; for use in conjunction with the Wetu Image Scaler
    • ConsultantDescription (string) - a description of the consultant
    • EnquiryUrl (string) - a url for booking enquiries
    • Terms (string) - a set of terms and conditions for the company
    • TravelGuidence (string) - a place for sundry information regarding the operator. 


SearchPin

  • Properties
    • ContentEntityId (int) - the unique Wetu id for the property
    • Name (string) - the name of the property
    • Area (string) - an indicative area for the property
    • Latitude (double) - the latitude of the property (in decimal degrees)
    • Longitude (double) - the longitude of the property (in decimal degrees)
    • IBrochure (int) - the id of the associated Wetu iBrochure, if any
    • Country (string) - the country the property resides in
    • Location (string) - a tighter location for the property
    • Stars (int) - a star rating for the property
    • Category (string) - a category classification for the property
    • Subcategory (string) -  a secondary classification for the property (tighter than category)

Itinerary

  • Properties
    • OperatorId (int) - the id of the operator the itinerary belongs to; this will be set automatically by the system if needed
    • OperatorUserId (int) - the id of the consultant the itinerary belongs to; this will be set automatically by the system if needed
    • OperatorIdentityId (int) - the id of branding identity for the itinerary; use 0 to indicate use the default operator branding
    • OperatorThemeId (int) - the id of the styling theme for the itinerary; use 0 to indicate use the default theme
    • Type (ItineraryTypeEnum) - see ItineraryTypeEnum below for values; normal itineraries for clients are Personal
    • Identifier (string) - the unique identifier for this itinerary; value is a UUID / GUID; can be provided or will be generated by Wetu if not supplied
    • IdentifierKey (string) - a shorter, 6 character key used for loading this itinerary via the mobile app (only for Personal itineraries with dates)
    • Days (int) - the total duration of the itinerary, including arrival and departure travel
    • Name (string) - the label for the itinerary (e.g. Smith - Summer Vacation 2016)
    • Language (string) - the language to use for itinerary outputs, expressed as a 2-character ISO language code (e.g. en / de / fr / es); contact Wetu for a list of supported languages
    • ReferenceNumber (string) - the operators reference number for the booking / quote
    • Summary (string) - a summary description of the itinerary
    • Description (string) [Day Tour only] - a longer form, point-by-point description of the day tour
    • Categories (array of string) - a set of tags for describing this itinerary; these are shown to the user
    • ClientName (string) - the name of the client
    • ClientEmail (string) - the email address of the client; not used by Wetu
    • ClientPhone (string) - the phone number of the client; not used by Wetu
    • StartDate (datetime) - the start date of the itinerary; null for Sample itineraries, Components and Day Tours; can also be null for a Personal to indicate it has not yet been scheduled
    • Legs (array of ItineraryLeg) - the collection of accommodation stays, own arrangements and overnight travel for the itinerary; legs further hold details such as daily activities
    • Routes (array of ItineraryRoute) - the collection of routes between legs (accommodation); these include transfers and scheduled flights
    • Documents (array of ItineraryDocument) - a collection of supplementary documents; such as brochures / pricing summaries / travel guidance; usually in Word / PDF formats
    • HideRouteInformation (bool) - if true, this prevents display route details like travel times or flight arrangements
    • BoundLat1, BoundLat2, BoundLng1, BoundLng2 (double) - these can be used to set the initial viewport when viewing the itinerary on a map; provide 0 as defaults
    • Price (string) - pricing information for the itinerary; this should ideally be a simple currency / price (e.g. $ 10800 per person) but can be as complicated as needed (multiple lines, options, etc)
    • PriceIncludes (string) - details on items included in the pricing
    • PriceExcludes (string) - details on items excluded in the pricing
    • CarHire (array of ItineraryCarHire) - a collection of car hire arrangements for the itinerary
    • IsDisabled (bool) - if true; the itinerary is marked as disabled and cannot be viewed by a client
    • TravellersAdult (int) - the number of adult travelers
    • TravellersChildren (int) - the number of child travelers
    • Travellers (array of ItineraryTraveller) - a collection of the travelers on the itinerary
    • RoomsSingle, RoomsDouble, RoomsTwin, RoomsTriple, RoomsFamily (int) - a default set of room arrangements for the itinerary, this can be overridden per leg
    • StartTravelDays (int) - the number of days spent travelling before arriving at the first leg (accommodation); overnight travel legs can be used instead if more detail is needed
    • EndTravelDays (int) - the number of days spent travelling after the last accommodation; overnight travel legs can be used instead if more detail is needed
    • BookingStatus (BookingStatusEnum) - see BookingStatusEnum below for values; Booked is a special case that will disable "enquire now / book now" prompts
    • Contacts (array of ItineraryContact) - a collection of additional contact details for this itinerary (e.g. ground handlers or regional offices)
    • Services (array of string) - a set of services to include when producing a pricing output from Wetu for this itinerary
    • SpecialInterests (array of string) - a set of tags indicating the target audience for this itinerary; primarily for Sample itineraries
    • NotificationFrequency (NotificationFrequencyEnum) - how / when to send itinerary view notifications
    • Images (array of ItineraryImage) [Day Tour only] - a collection of images representing the Day Tour
    • Departures (string) [Day Tour, Sample only] - the departure schedule for this itinerary, usually "On Request" or "Set Departures"
    • DepartureLocations (string) [Day Tour only] - text describing the locations / pick up points for the Day Tour
    • DepartureTimes (string) [Day Tour only] - text describing the departure times for the Day Tour
    • Returns (string) [Day Tour only] - text describing the return times / locations for the Day Tour
    • Duration (string) [Day Tour only] - the duration of the tour; usually as "5h30"
    • AdditionalInfo (string) [Day Tour only] - any extra information for the trip, such as deposit policies, packing / clothing guidance, etc.
    • SpokenLanguages (string) [Day Tour only] - a list of languages spoken by guides on the tour
    • GroupSize (string) [Day Tour, Sample only] - information on the optimal group size, usually as a range (e.g. 4-12)
    • Published (bool) [Day Tour only] - if true, this Day Tour will be available to all Wetu Operators to include in their itineraries and use; requires special permissions
    • TravelArrangements (array of ItineraryTravelArrangement) - a collection of travel related information; used as a recommended alternative to ItineraryRoute
    • RouteHandlingMode (ItineraryRouteHandlingModeEnum) - sets the behavior of an itinerary with regards to routes / travel arrangement
    • Tags (array of string) - a collection of strings associated with the itinerary to allow filtering of itineraries bearing the specified tag. e.g Honeymoon
    • TermsandConditions (string) - the terms and conditions that apply to the particular itinerary 
    • ScheduledDepartures (array of scheduledDepartures) - only available to components and multi-day components. Holds the date and price information of the itineraries that will occur on selected dates.
    • Locked (bool) - property to prevent and itinerary being modified by a user in the organization who is not an administrator
    • Currency (string) - The currency may only be edited on Components and multi-day tours, as part of the scheduled departure functionality. Defaulted to ZAR in all itineraries. 
    • CoverImages - (array of ItineraryCoverImage)) - returns an array of cover images uploaded on an itinerary, via the builder
    • ThemeBannerImage ( ItineraryImage) - object containing banner image information (url and urlFragment). This is based on the itinerary Theme

ItineraryCoverImage

  • Properties
    • Archived (bool) - Determines if this image is still an active image for the itinerary, or if it has been soft deleted.
    • UrlFragment (String) - Fragmented part of the image location
    • Url (String) - Full url location for the image
    • Name (String) - Image upload name
    • ThemeImage (bool) - Determines if an images belongs to the theme or itinerary
    • Height (int) - Image height
    • Width (int) - Image width
    • Size (long) - Image size

ItineraryTraveller

  • Properties
    • Type (ItineraryTravellerTypeEnum) - the type of traveller (Adult or Child)
    • Title (string) - the title of the traveller (e.g. Mr or Ms)
    • Name (string) - the travellers name
    • Age (int) - the age of the traveller, 0 indicates unspecified

ItineraryContact

  • Properties
    • Company (string) - the name of the company
    • Telephone (string) - a telephone contact number for the company
    • ContactPerson (string) - the name of the preferred contact at the company
    • Email (string) - the email address for the company

ItineraryLeg

  • Properties
    • ItineraryLegId (int) - an id uniquely identifying this leg within this itinerary; not unique across different itineraries; used by ItineraryRoute to associate routes with legs
    • Sequence (int) - the order of this leg within the itinerary; 0-based
    • ContentEntityId (int) - the id of the overnight accommodation (i.e. hotel) for this leg; required for Standard and Mobile legs
    • AlternateAccommodations (array of ItineraryLegAlternateAccommodation) - alternative accommodation options
    • Nights (int) - the number of nights
    • BookingReference (string) - a booking reference for the accommodation
    • Rooms (array of ItineraryLegRoom) - a collection of details of room arrangements, including room types
    • DayRooms (ItineraryLegDayRooms) - an optional day room
    • Type (ItineraryLegTypeEnum) - normal accommodation legs are standard; and personal / sample itineraries will have a final departure leg
    • Stops (array of ItineraryStop) – may only be added to ItineraryLegs of Type “Mobile” a collection of stops (i.e. harbours, train stations etc ) along the route of the mobile accommodation. 
    • DestinationContentEntityId (int) – Each content entity will be associated with a default destination/area in the Wetu outputs (i.e Cape Grace would by default be in the Cape Town area).  The default may be overridden by inserting the contentEntityId of another Wetu destination (i.e contentEntityId  38154 would set the area in which the Cape Grace is contained to the Western Cape). 
    • CheckInTime (string) – a string representing the check in time for the accommodation should be in the format “12:00”.
    • CheckInPeriodSequence (int) – the sequence/order that the accommodation check in information will be displayed in the itinerary outputs. ; 0-based
    • CheckOutTime (string) –  a string representing the check out time for the accommodation should be in the format “12:00”.
    • CheckOutPeriodSequence (int) – the sequence/order that the accommodation check out information will be displayed in the itinerary outputs. ; 0-based
    • Perionds (array of ItineraryLegPeriond) - a collection of time-periods of 1 or more days each covering the duration of the leg. 

ItineraryLegPeriod

  • Properties
    • RoomBasis (ItineraryRoomBasisEnum) - see ItineraryRoomBasisEnum below for values
    • DrinksBasis (ItineraryDrinksBasisEnum) - see ItineraryDrinksBasisEnum below for values
    • Notes (string) - general notes, these are shown to the client under 'Day notes' in the itinerary outputs
    • ConsultantNotes (string) - specific notes from the consultant; these are shown to the client under 'Expert Tips' in the itinerary outputs
    • Included (string) - details on items included in pricing
    • Excluded (string) - details on items excluded from pricing
    • Activities (array of ItineraryActivity) - a collection of activities, recommendations and other supporting information; shares sequence with DayTours below
    • DayTours (array of ItineraryDayTour) - a collection of day tours; shares sequence with Activities above
    • Greetings (array of ItineraryGreeting) - a collection of greetings; shares sequence with Activities and Day Tours above
    • Days (int) - the day offset WITHIN the leg; 0-based; i.e. day 0 is the 1st day for that leg (may be 3rd day of the itinerary)
    • Routes (array of ItineraryRoute) - day travel routes; usually these begin and end at the same place (the hotel)


ItineraryLegDayRooms

  • Properties
    • ContentEntityId (int) - the id of the accommodation (i.e. hotel) for the day room
    • BookingReference (string) - a booking reference for the day room
    • Rooms (array of ItineraryLegRoom) - a collection of details of room arrangements, including room types

ItineraryLegRoom

  • Properties
    • Rooms (int) - the number of rooms of this type; can be 0 which indicates unspecified
    • Name (string) - the name of the room
    • SimpleItemId (string) - an identifier linking this room type to a room type provided by the content entity; allows displaying a description and images
    • RoomType (ItineraryLegRoomTypeEnum)

ItineraryLegAlternateAccommodation

  • Properties
    • ContentEntityId (int) - the id of the accommodation (i.e. hotel) for this alternate accommodation option

ItineraryElement (Abstract - see ItineraryActivity, ItineraryDayTour, ItineraryGreeting;for concrete instances)

  • Properties
    • o    PeriodSequence (int) - the order of this activity / day tour / meet and greet / day room /check in and check out items within the period; 0-based
    • Name (string) - the name of the activity
    • IsHighlight (bool) - if true, this activity is highlighted within the itinerary
    • Type (ItineraryElementTypeEnum) - normal scheduled activities / day tours are Included
    • Reference (string) - a booking reference for this activity / day tour
    • PreventVoucher (bool) - if true, this activity / day tour does not generate a voucher in the Wetu Voucher output
    • StartTime (string) – a string representing the start time for the element should be in the format “12:00”.
    • EndTime (string) - a string representing the end time for the element should be in the format “12:00”.
    • Duration (string) - 
    • TimeSlot (ItineraryElementTimeEnum) - The segment of the day where the element will occur.  See the ItineraryElementTimeEnum for the segments of the day


ItineraryActivity (extends ItineraryElement)

  • Properties
    • ContentEntityId (int) - the id of the detailed content entity containing descriptions / pictures of this activity; optional
    • SimpleItemId (string) - a seconday id referring to an activity at a lodge / game reserve / hotel, used in conjunction with the ContentEntityId above

ItineraryDayTour (extends ItineraryElement)

  • Properties
    • ItineraryIdentifier (string) - an id referencing the itinerary contain the detail for this day tour; required


ItineraryGreeting (extends ItineraryElement)

  • Properties
    • ItineraryIdentifier (string) - an id referencing the itinerary contain the detail for this day tour; required
    • ContentEntityId (int) – the id of the detailed content entity containing descriptions / pictures of this greeting; optional
    • ContactName (string) - the name of the contact person responsible for the meet and greet.
    • ContactNumber (string) – the contact number of the contact person responsible for the meet and greet.; optional
    • ContactEmail (string) – the email address the contact person responsible for the meet and greet.; optional
    • Company (string) – the name of the company responsible for the meet and greet.; optional
    • Description (string) - the description of the meet and greet.; optional

ItineraryStop

  • Properties
    • ContentEntityId (int) – the id of the detailed content entity containing descriptions / pictures of this stop location;
    • Sequence (int) - the sequence in the stop collection for this particular stop.; 0-based
    • ArrivalDay (int) - the offset value to the start of the stop( in days) from the start of the itinerary leg in which the stop is located. ; 0-based
    • DepartureDay (int) - the offset value to the end of the stop( in days) from the start of the itinerary leg in which the stop is located. ; 0-based
    • DestinationContentEntityId (int)- Each content entity will be associated with a default destination/area in the Wetu outputs (i.e Cape Grace would by default be in the Cape Town area).  The default may be overridden by inserting the contentEntityId of another Wetu destination (i.e contentEntityId  38154 would set the area in which the Cape Grace is contained to the Western Cape).
    • Type- (ItineraryElementStopEnum) - can be Stop, Overnight or Camp depended on the type of mobile accommodation and the length of stay.
    • ArrivalPeriodSequence - the sequence/order that the arrival at the stop will be displayed in the itinerary outputs. ; 0-based
    • DeparturePeriodSequence - the sequence/order that departure from the stop will be displayed in the itinerary outputs. ; 0-based

ItineraryRoute

  • Properties
    • Mode (ItineraryRouteModeEnum) - this indicates the type of route (e.g. self drive, scheduled flight, transfer)
    • StartLegId (int) - the id of the leg this route "begins" at; 0 for routes occurring before any leg (i.e. arrival routes or routes from an airport to the first hotel)
    • EndLegId (int) - the id of the leg this route "ends" at; 0 for routes occurring after any leg (i.e. departure routes or routes from a hotel to the departing airport)
    • StartContentEntityId (int) - the id of the Wetu entity this route starts at; required
    • EndContentEntityId (int) - the id of the Wetu entity this route ends at; required
    • Sequence (int) - the order of this route within the set of routes with the same StartLegId and EndLegId
    • Agency (string) - the company providing this route service (e.g. airline for a scheduled flight, transfer agency for a transfer)
    • Vehicle (string) - detail on the vehicle for a transfer or the plane for a scheduled flight
    • ReferenceCodes (string) - the reference codes / ticket numbers for this route; semicolon (;) delimited if multiples are needed
    • Start (datetime) - the start date of this travel; only necessary for overnight travel
    • StartTime (string) - the departure time of this route; important for flights
    • End (datetime) - the end date of this travel; only necessary for overnight travel
    • EndTime (string) - the arrival time of this route
    • Points (string) - a set of latitude / longitude pairs used to draw the route on the map; default values will be provided by Wetu if not provided
    • ViaPoints (string) - a set of specific points the route should travel through; mostly used for guiding self drives or road transfers
    • Directions (string) - step-by-step text directions for travel. Each direction segment should be separated by “|” to allow for correct display in the outputs or editing in the route builder section of the Itinerary Builder.   
    • ContactNumbers (string) - phone numbers relevant to this route, e.g. airport contact numbers
    • StartTerminal (string) - the departure terminal
    • EndTerminal (string) - the arrival terminal
    • TicketClass (string) - the class of the ticket; also used for the vehicle class for transfer arrangements if needed
    • CheckInTime (ItineraryRouteCheckInEnum) - the recommended time to check in before the travel; usually as hours (e.g. check in 2 hours before)
    • Type (ItineraryRouteTypeEnum) - routes between accommodation are usually InterLeg, routes extending over a number of days are either Overnight in the case of Scheduled  flights or Mobile in the case of Trains and Boats.  InLeg routes added to the route collection within periods.  Daytour routes link the activities in itineraries of type Daytour 
    • Variant (string) - allows setting an alternative icon for the route type (e.g. a 4x4 instead of a car for a transfer)
    • Duration (string) - the estimated duration of this route
    • Distance (double) - the estimated length of this route stored in meters
    • PeriodSequence (int) –  the order of this route relative to other items in the period; 0-based
    • Label (ItineraryRouteTypeLabelEnum) – a label providing a more detailed description of the travel mode. 
    • StartDay (int) – a zero based index indicating the number of days from the start of the itinerary to the start day of the route. 
    • EndDay (int) – a zero based index indicating the number of days from the start of the itinerary to the end day of the route. 

ItineraryTravelArrangement

  • Properties
    • Mode (ItineraryTravelArrangementModeEnum) - this indicates the type of travel arrangement (e.g. scheduled flight, transfer)
    • FirstContentEntityId (int) - the first id of the Wetu entity this travel arrangement is between
    • SecondContentEntityId (int) - the second id of the Wetu entity this travel arrangement is between
    • Agency (string) - the company providing this service (e.g. airline for a scheduled flight, transfer agency for a transfer)
    • Vehicle (string) - detail on the vehicle for a transfer or the plane for a scheduled flight
    • ReferenceCodes (array of string) - the reference codes / ticket numbers for this travel arrangement
    • Day (int) - the date of this travel; 0-based day offset from the start of the itinerary
    • FirstTime (string) - the first time of this travel arrangement
    • SecondTime (string) - the seond time of this travel arrangement
    • Directions (string) - step-by-step text directions for travel.  Each direction segment should be separated by “|” to allow for correct display in the outputs or editing in the route builder section of the Itinerary Builder.   
    • ContactNumbers (array of string) - phone numbers relevant to this travel arrangement, e.g. airport contact numbers
    • FirstLocation (string) - the first location of this travel
    • SecondLocation (string) - the second location of this travel
    • TicketClass (string) - the class of the ticket; also used for the vehicle class for transfer arrangements if needed
    • CheckInTime (string) - the recommended time to check in before the travel; usually as hours (e.g. check in 2 hours before)
    • Duration (string) - the estimated duration of this travel
    • Distance (double) - the estimated length of this travel
    • Label (ItineraryRouteTypeLabelEnum) –  a label providing a more detailed description of the travel mode. 
    • PeriodSequence (int) – the order of this TravelArrangement relative to other items in the period; 0-based
    • Points (string) – (string) - a set of latitude / longitude pairs used to draw the route on the map; default values will be provided by Wetu if not provided
    • ViaPoints (string) - a set of specific points the route should travel through; mostly used for guiding self drives or road transfers

ItineraryCarHire

  • Properties
    • CollectionLabel (string) - the collection location
    • DropOffLabel (string) - the drop off location
    • CollectionContentEntityId (int) - the id of the Wetu location for collection
    • DropOffContentEntityId (int) - the id of the Wetu location for drop off
    • CollectionAddress (string) - the address of the collection location
    • DropOffAddress (string) - the address of the drop off location
    • Agency (string) - the car hire agency / company
    • Vehicle (string) - the model of vehicle
    • VehicleClass (string) - the general class of the vehicle (e.g. class B)
    • ReferenceCodes (string) - any reference codes for this car hire arrangement; semicolon (;) delimited if multiples are needed
    • CollectionDate (datetime) - the date of collection
    • CollectionTime (string) - the time of collection (e.g. 08h30)
    • DropOffDate (datetime) - the date of drop off
    • DropOffTime (string) - the time of drop off(e.g. 08h30)
    • Included (string) - any specific items included in the car hire
    • ContactNumbers (string) - phone numbers relevant to this route, e.g
    • CollectionTerminal (string) – Shows as the departure port
    • DropoffTerminal (string) –Shows as the arrival port
    • CollectionDay (int) –a zero based index indicating the number of days from the start of the itinerary to CollectionDate. 
    • DropoffDay (int) -a zero based index indicating the number of days from the start of the itinerary to DropOffDate .
    • CollectionPeriodSequence (int) - the sequence/order that the car hire collection will be displayed in the itinerary outputs. ; 0-based
    • DropoffPeriodSequence (int)  -the sequence/order that the car hire drop off will be displayed in the itinerary outputs. ; 0-based


ItineraryDocument

  • Properties
    • ItineraryDocumentId (int) - a unique id for this document, can be used to add or remove documents via supporting services
    • Name (string) - the display name for this document
    • Hidden (bool) - if set to true, this prevents the document from being shown to the client
    • Element (string) - the filename of the document within Wetu

ItineraryImage

Properties

  • Url (string) - the full url to the image
  • UrlFragment (string) - a partial uri to the image; for use in conjunction with the Wetu Image Scaler

RouteView

Properties

  • StartContentEntityId (int) - Start point content entity id
  • EndContentEntityId (int) - End point content entity id
  • MapUrl(string) - Google maps url for route

ProductItineraryPage

Properties

  • ContentEntityId (int) - content entity id
  • Itineraries (array of ProductItinerary)

ProductItinerary

Properties

  • Type (ItineraryTypeEnum)
  • Identifier (string) - the unique UUID for this itinerary
  • Days (int) - the duration of the itinerary, in days
  • Name(string) - the name of the itinerary
  • ReferenceNumber(string) - the operator's reference number for this itinerary / booking
  • LastModified (DateTime) - the UTC timestamp of the last modification of the itinerary
  • Categories(array of string) - a list of identifying tags / categories for the itinerary

ItineraryTypeEnum (Enumeration)

  • Values:
    • Personal - a personal itinerary for an individual client / booking
    • Sample - a sample itinerary; for sending as an example or for display on a website
    • DayComponent - a pre-built component for a single day (excludes accommodation)
    • Component - a multi-day component (includes accommodation)
    • DayTour - a single-day tour
    • MultiDayTour - a multi-day tour

BookingStatusEnum (Enumeration)

  • Values
    • None
    • AwaitingQuotation
    • Quoted
    • Booked
    • DidNotBook
    • Invoiced
    • PaymentDue
    • Paid
    • Travelled
    • Cancelled
    • Provisional

ItineraryRouteHandlingModeEnum (Enumeration)

  • Values
    • UseRoutesOnly - ignore travel arrangements; default for itineraries built through the Wetu itinerary builder
    • UseProvidedRoutesWithTravelArrangements - reserved mode; not recommended for use
    • AutoGenerateRoutesFromTravelArrangements - default for travel arrangement integrations; instructs Wetu front-ends to render detailed map lines
    • PlaceholderRoutesWithTravelArrangements - alternate for travel arrangement integrations; instructs Wetu front-ends to render simple placeholder map lines

ItineraryRouteTypeEnum (Enumeration)

  • Values
    • None - invalid value
    • InLeg - a day route
    • InterLeg - a route between two accommodation
    • Arrival - a "pre itinerary" route (e.g international flights before their arrival in-country)
    • Departure - a "post itinerary" route (e.g. international return flights)
    • Mobile - a travel path for "mobile" accommodation such as a boat cruise, a train trip, etc; only valid within a Mobile leg
    • Overnight - a route for overnight travel; only valid within an Overnight leg
    • DayTour - a route for a day tour; only valid within a Day Tour itinerary or as a custom route within a Day Tour Activity on an itinerary

ItineraryTravelArrangementModeEnum (Enumeration)

  • Values
    • ScheduledFlight - a regularly scheduled flight / air transfer
    • CharterFlight - a chartered flight / air transfer
    • Transfer - a road transfer
    • Train - a train trip
    • Boat - a boat trip
    • Helicopter - a helicopter flight
    • Hike - a hike
    • Selfdrive - a self drive

ItineraryRoomBasisEnum (Enumeration)

  • Values
    • None
    • RoomOnly
    • SelfCatering
    • OwnArrangement
    • HalfBoard
    • BedAndBreakfast
    • DinnerBedAndBreakfast
    • DinnerBedBreakfastAndLunch
    • DinnerBedBreakfastLunchAndActivities
    • FullyInclusive
    • BedBreakfastAndLunch
    • Lunch
    • Dinner
    • LunchAndDinner
    • DinnerBedBreakfastAndActivities
    • ExclusiveClubPremierBenefits
    • AllInclusiveBedAndAllMeals

ItineraryDrinksBasisEnum (Enumeration)

  • Values
    • None
    • DrinksLocalBrands
    • DrinksExclSpirits
    • AllDrinks
    • DrinksSoft
    • FullyInclusive
    • DrinksExclChampagne
    • TeaCoffee
    • DrinksExclPremium

ItineraryElementTimeEnum (Enumeration)

  • Values
    • None
    • Start
    • Morning
    • Lunch
    • Afternoon
    • Dinner
    • Evening

ItineraryLegRoomTypeEnum (Enumeration)

  • Values
    • Single
    • Double
    • Twin
    • Triple
    • Family
    • Quad
    • Other
    • Campsite
    • NotSpecified

ItineraryElementTypeEnum (Enumeration)

  • Values
    • Included - a standard activity / day tour
    • Recommended - a recommendation rather than a scheduled activity
    • Optional - an optional activity / day tour
    • Greeting - contains information about meet and greets, collections at airports, etc  
    • Information - supporting information, not an activity (e.g. local cultural information, regional guidance, travel tips, etc)
    • Destination - an additional destination being visited on the day, either as part of an activity or during other travel


ItineraryElementStopEnum (Enumeration)

  • Values
    • Stop
    • Overnight
    • Camp

ItineraryTravellerTypeEnum (Enumeration)

  • Values
    • Adult
    • Child

ItineraryLegTypeEnum (Enumeration)

  • Values
    • Standard - a stay of one or more nights at a hotel / guest house / game reserve
    • Mobile - one or more nights aboard a train / boat / cruise ship (NB Mobile legs have additional complexities compared to Standard legs)
    • OwnArrangement - one or more nights of "unspecified" accommodation, optionally with a guest house or general area specified
    • OvernightTravel - one night without accommodation due to travel
    • Departure - the final leg in the itinerary

NotificationFrequencyEnum (Enumeration)

  • Values
    • Always - send a notification each time a client opens the itinerary, whether on the web or via the mobile app
    • None - no notifications
    • FirstView - send a notification only the first time a client opens the itinerary; each "distinct" viewer will send a new notification (e.g. if the client forwards it to friends / family / other travellers)

SchedulededDeparturePriceType (Enumeration)

  • Values
    • PerPriceSharing
    • PerGroup

SchedulededDeparturePriceMode (Enumeration)

  • Values
    • From
    • Is

ItineraryRouteTypeLabelEnum(Enumeration)

  • Values
    • None
    • Walking
    • Scheduled
    • Private
    • GameDrive
    • Guided
    • PrivateGuided
    • Shuttle
    • Shared
    • FullyGuided
    • Overland
    • Cycling
    • Bus
    • Ferry
    • Cruise
    • Houseboat
    • Canoe
    • Speedboat
    • Helicopter

ItineraryRouteCheckingTimeEnum(Enumeration)

  • Values
    • NotProvided
    • Min20
    • Min30
    • Min40
    • Min45
    • Hour1
    • Hour1Min15
    • Hour1Min30
    • Hour2
    • Hour2Min30
    • Hour3
    • Hour3Min30
    • Hour4
    • Hour4Min30
    • Hour5
    • Hour5Min30

SessionStatus (Enumeration)

  • Values
    • AuthenticationFailure
    • User
    • Admin
    • Disabled
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us