|
als_get_reservation_products.cgi |
Top Previous Next |
|
Description The als_get_reservation_products.cgi interface will retrieve a list of products on a reservation.
Example Usage http://192.168.0.19/als_get_reservation_products.cgi?reservation=67633
Inputs
Returned Fields
XML Sample
<?xml version="1.0" encoding="utf-8" ?> - <reservationproducts> - <data count="1"> <row seq="77976" productname="Air Land Sunset Safari" tourname="North Canyon Air Tour" timevalue="9:00:00 AM" quantity="2" seat="True" gross="179" fixedtax="10" totaltax="10" total="189" commission="35.8" net="153.2" discount="0" lastupdate="10/4/2005 2:06:50 PM" product="32" category="1" trantype="1" vouchervalue="189" /> </data> </reservationproducts> |