Web Clients

Top 

       AL-Desk as a travel industry application, does not support the concept of a "returning" customer. This means that any client  is treated as a unique client for each visit as defined by their arrival and departure dates.

 

       The AL-Desk web portal has the ability to give a customer a login which will maintain a history for a "webclient" all their activity over a span of time.

 

       The AL-Desk web portal supports the concept of "webclient" that provides support for web sites by supporting authentication calls and then being able to tie multiple clients together as purchased by the "webclient".

 

The AL-Pro Web Portal extends AL-Pro to support web customers with API calls that

 

Support username and password for use on web pages
Allow Client information to be reused on multiple reservations
Tie Reservations together to a single client.

 

email and password required

supports the concept of returning customer with departure date and arrival date

 

 

Method Name

Description

als_get_webclient.cgi

Returns web client information by passing in a webclient Integer or username, email and password.

 

als_insert_webclient.cgi

Creates a new webclient and returns the webclient Integer

 

als_update_webclient.cgi

Updates webclient

 

als_get_webclient_reservations.cgi

Gets reservations for a specific web client.

 

als_insert_webclient_reservation.cgi

Ties a reservation to a web client.

 

als_remove_webclient_reservation.cgi

Removes a reservation's associate with a web client

 

als_insert_reservation.cgi

Optionally can pass in a webclient Integer to use the information already available to create a new reservation and then  automatically tie the new reservation to the webclient by making the internal call to als_insert_webclient_reservation.cgi