|
Description
The als_update_reservation.cgi interface updates a reservation just like if a user was entering a reservation using the AL-Pro client. A reservation code is required.
example usage
http://192.168.0.19/als_update_reservation.cgi?reservation=67633&firstname=Ron
The update reservation row will be returned as the result set.
Inputs
Parameter
|
Description
|
Required
|
Example
|
Data Type
|
Reservation
|
Code of the Reservation
|
Required
|
reservation=55421
|
Integer
|
Agent
|
Code of the Agent
|
Optional
|
agent=1001
|
Integer
|
Hotel
|
Code of the Hotel
|
Optional
|
hotel=54
|
Integer
|
date
|
date of the reservation
|
Optional
|
date=2005-12-25
|
Date
|
LastName
|
Last Name of the Client
|
Optional
|
lastname='Jones'
|
String
|
FirstName
|
First Name of the Client
|
Optional
|
firstname='Jim'
|
String
|
notes
|
Free Text field
|
Optional
|
wheelchair access required
|
String
|
email
|
|
Optional
|
email=jam@shost.com
|
String
|
faxphone
|
|
Optional
|
faxphone=555-2333
|
String
|
homephone
|
.
|
Optional
|
homephone=555-2333
|
String
|
room
|
|
Optional
|
room=432
|
String
|
cellphone
|
|
Optional
|
cellphone=555-2333
|
String
|
otherPhone
|
|
Optional
|
otherphone=555-2333
|
String
|
source
|
Code of the Source
|
Optional
|
source=12
|
Integer
|
|
|
|
|
|
Returned Fields
#
|
Field Name
|
Description
|
Data Type
|
1
|
|
|
|
|
|
|
|
|