|
als_insert_reservation.cgi |
Top Previous Next |
|
Description The als_insert_reservation.cgi interface inserts a new reservation just like if a user was entering a reservation using the AL-Pro client. There is quite a bit of data validation contained in the als_insert_reservation.cgi call in order to make sure that only clean data is processed and accepted by AL-Pro.
Typically a reservation is created and then products are added as part of that reservation using als_insert_reservation_product.cgi which also will auto create seat information with each passenger assigned the lastname of the person booking the reservation. Each seat can be updated with actual passenger information using als_update_reservation_seat.cgi
Upon a successful call to als_insert_reservation.cgi the inserted reservation is returned as XML and will contain the new Reservation Code:Integer unique identifier. This reservation code can then be used to insert products onto the reservation.
Reservations can be changed using als_update_reservation.cgi.
Description of Required Inputs
Reservations can optionally use a webclient parameter.
A valid Agency code Integer is required or a default agency. A valid Agent Code Integer is required or a default agent. A date is required. A LastName and First Name is required
Inputs
Returned Fields
|