als_get_tours.cgi

Top 

 

Description

The als_get_tours.cgi interface retrieves all tours available to in your system based on a base the associated AL-Pro code for the tour. Optionally you can limit the results to a specific Base by using a base input parameter.

 

[Do we need Tour Duration ?]

 

Example Usage              http://127.0.0.1/als_get_tours.cgi

 

 

 

 

Inputs

Parameter

Description

Required

Example

Data Type

Base

Base Code to limit the result set to a specific base

 

See also als_get_base.cgi for Base Codes.

Optional

base=2

Integer

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Returned Fields

#

Field Name

Description

Data Type

1

Code

AL-Pro Associated Code

Integer

2

TourName

Name of the Tour

String

3

TourNameShort

Short Name of the Tour

String

 

 

<?xml version="1.0" encoding="utf-8" ?>

- <categories>

- <data count="30">

<row code="1" categoryname="Bike" />

<row code="2" categoryname="Boat" />

<row code="3" categoryname="Diving" />

<row code="4" categoryname="Dinner" />

<row code="5" categoryname="Fishing" />

<row code="6" categoryname="Fly-Drive" />

<row code="7" categoryname="Helicopter" />

<row code="8" categoryname="Hiking" />

<row code="9" categoryname="Horseback" />

<row code="10" categoryname="Jet-Ski" />

<row code="11" categoryname="Kayak / Canoe" />

<row code="12" categoryname="Luau" />

<row code="14" categoryname="Planes" />

<row code="15" categoryname="Parasail" />

<row code="17" categoryname="Transportation / Shuttles" />

<row code="18" categoryname="Snorkel" />

<row code="19" categoryname="Scuba" />

<row code="20" categoryname="Land Tours" />

<row code="21" categoryname="Gift Certificate" />

<row code="22" categoryname="Surfing" />

<row code="23" categoryname="Misc. / Other" />

<row code="24" categoryname="Gun Range/Shooting" />

<row code="27" categoryname="Attractions" />

<row code="28" categoryname="Dinner Cruises" />

<row code="30" categoryname="Specialty" />

<row code="31" categoryname="Submarines/GlassBottom" />

<row code="32" categoryname="Sunset Sails" />

<row code="33" categoryname="Whales" />

<row code="34" categoryname="Sailing" />

<row code="35" categoryname="Golf" />

</data>

</categories>