Method Name
|
Description
|
als_insert_payment.cgi
|
The als_insert_payment.cgi interface inserts a payment onto a reservation.
|
als_insert_reservation.cgi
|
The als_insert_reservation.cgi interface inserts a new reservation into the AL-Pro Reservation table. The primary key of the Reservation table is an Integer field named Code. Upon successful insertion the new data is returned as XML including the unique identifier for the new reservation.That identifier can be used to update the reservation row using the als_update_reservation.cgi method.
Reservations also include Passenger information and Tour Information
|
als_update_reservation.cgi
|
Updates an existing reservation.
|
als_update_reservation_seat.cgi
|
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.
|
als_insert_reservation_product.cgi
|
The als_insert_reservation_product .cgi interface inserts a product onto a reservation
|
als_update_reservation_product.cgi
|
The als_update.reservation_product .cgi interface updates product qty on a reservation or removes the product if the quantity passed in is a zero
|
als_update_reservation_event.cgi
|
The als_update_reservation_event .cgi interface assigns or removes an event from the the reservation seat entries.
|
als_update_reservation_giftcert.cgi
|
The als_update_reservation_gift_cert.cgi interface updates an existing reservations giftcert column. The call requires a reservation:integer and can only be preformed on reservations created by the webportal.
|
als_send_email.cgi
|
The als_send_email.cgi sends an email and logs it to an AL-Pro table.
|
als_reservation_assign_seat.cgi
|
The als_reservation_assign_seat.cgi interface assigns a seat on a reservation for AL-Pro deployments that use ticket seating
|
als_create_reservation.cgi
|
XML call that must be submitted via HTTP POST and allows a reservation to be completely defined and created in one server submission.
|