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

Parameter

Description

Required

Example

Data Type

SeatCode

Unique identifier for the SeatCode

 

Required

seatcode=55421

Integer

SeatNo

Seat Number

 

Optional

seatno=4

Integer

Weight

Weight of the Passenger

 

Optional

weight=154

Integer

LastName

Last Name of the Passenger

 

Optional

lastname='Jones'

String

FirstName

First Name of the Passenger

Optional

 

firstname='Jim'

String

notes

Free Text field

 

Optional

wheelchair access required

String

CheckedIN

Passenger Check In Flag

 

Optional

checkedin=true

checkedin=false

checkedin=yes

checkedin=no

 

Boolean

 

 

Returned Fields

#

Field Name

Description

Data Type

1