|
Reservations from an Event |
Top Previous Next |
|
On the AL-Pro Manifest recap you can see a grid that displays all the seating information that also includes a reservation number for each seat. To retrieve detail on the reservation, use the als_get_reservation.cgi interface
http://192.168.0.5/als_get_reservation.cgi?reservation=8600
<?xml version="1.0" encoding="utf-8" ?> - <reservations> - <data count="1"> <row code="34350" clientname="Parlee, Derek" agencyname="Internet Booking" hotelname="Renaissance Hotel" defatour="5" tourname="Night Flight" quantity="2" gross="72" totaltax="3" total="55" net="55" collectoncheckin="55" billamount="0" base="1" agent="" agency="224" hotel="171" pickup="True" pickuptime="6:45:00 PM" dropoff="True" dropofftime="" dropoffhotel="171" room="" tourdate="4/1/2005" reservationnotes="Aflleje, Tanya Wrote on 03/29/05, 08:32a: - Pax called & changed dept times from 7pm to 8pm. Avsd & cnfmd 6:45pm p/u. Also sent new confirmation by Alpro. - _____________________________________________________ Chaudhary, Sarah Wrote on 03/24/05, 01:26p: -internet prepaid -names and wghts tba -p/u 5:45 pm, main entrance _____________________________________________________" /> </data> </reservations> |