|
als_get_current_blocks.cgi |
Top Previous Next |
|
Description The als_get_current_blocks.cgi web service will retrieve block definitions similar to als_get_block_defs.cgi but also reutrn vendor, product and location information and limit the result to active block definitions.
This is a low level call to return block definitions for use in routines that manipulate block definitions themselves. Use als_get_block_availability.cgi to get seating information.
Example Usage http://127.0.0.1/als_get_vendors.cgi
Inputs
Returned Fields
XML Example <?xml version="1.0" encoding="utf-8" ?> - <root> - <blocks> <row block="19" blocktime="10:00:00 AM" quantity="10" vendor="1" product="1" vendorname="Blue Hawaiian Helicopters" productname="Hana/Haleakala- A Star" location="3" locationname="Maui" startdate="11/5/2005" enddate="12/30/2005" releasedays="1" releasetime="8:00:00 AM" sun="True" mon="True" tue="True" wed="True" thu="True" fri="True" sat="True" autofax="False" faxno="" email="sgarland@astatech.com" emailccto="" sequenceorder="" /> <row block="20" blocktime="8:00:00 AM" quantity="10" vendor="403" product="1332" vendorname="AAA Diving" productname="Boat Ride" location="6" locationname="Oahu" startdate="11/5/2005" enddate="12/31/2005" releasedays="1" releasetime="9:00:00 AM" sun="True" mon="True" tue="True" wed="True" thu="True" fri="True" sat="True" autofax="False" faxno="" email="" emailccto="" sequenceorder="" /> <row block="21" blocktime="10:00:00 AM" quantity="25" vendor="1" product="1" vendorname="Blue Hawaiian Helicopters" productname="Hana/Haleakala- A Star" location="3" locationname="Maui" startdate="11/9/2005" enddate="11/26/2005" releasedays="1" releasetime="" sun="True" mon="True" tue="True" wed="True" thu="True" fri="True" sat="True" autofax="False" faxno="" email="" emailccto="" sequenceorder="" /> </blocks> </root> |