|
als_update_reservation_seat.cgi |
Top Previous Next |
|
Description The als_update_reservation_seat cgi interface updates a seat on a reservation just like if a user was entering a reservation using the AL-Pro client. The unique identifier for the seat is required. See als_get_reservation_seats.cgi for information about seats on reservations.
If your system uses ticketed seating use als_reservation_assign_seat.cgi
example usage
http://192.168.0.19/als_update_reservation_seat.cgi?seatcode=25875&weight=156
The update reservation row will be returned as the result set.
<?xml version="1.0" encoding="utf-8" ?> - <seats> - <Inputs> <Param seatcode="25875" /> <Param weight="156" /> </Inputs> - <data> <row seatcode="25875" seatno="1" reservation="8600" lastname="Wilderspin" firstname="Anna" notes="724pm" weight="156" checkedin="True" /> </data> </seats>
Inputs
Returned Fields
|