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

Parameter

Description

Required

Example

Data Type

Reservation

ALS Code of the Reservation

Required

reservation=67832

Integer
















 

 

Returned Fields

#

Field Name

Description

Data Type

1

Seq

Unique identifier for any row

Integer

2

ProductName



3.

TourName



4.

TimeValue



5

Qty



6

Seat



7

Gross



8

FixedTax



9

TotalTax



10

Total



11

Commision



12

Net



13

Discount



14

LastUpdate



15

Product



16

Category



17

TranType



18

VoucherValue



 

 

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>