|
als_get_client.cgi |
Top Previous Next |
|
Description The als_get_client.cgi will retrieve client information for one client. Clients can be inserted using als_insert_client.cgi and changed using als_update_client.cgi.
Any client insert and update calls are logged for full audit trail support.
Example Usage http://www.alstracker.dnsalias.com/aldesk/als_get_client.cgi?client=102815
Required Parameters include client or email
Inputs
Returned Fields
XML Example
<?xml version="1.0" encoding="utf-8" ?> - <root> - <client> <row code="102815" name="smith, john" firstname="john" lastname="smith" hotel="1" room="102" arrivaldate="11/1/2005" departuredate="11/30/2005" homephone="208.342.7800" notes="added via web interface Hotel:Kaanapali Villas" lastvoucher="0" email="test@hello.com" faxphone="208.389.4643" cellphone="208.890.5859" otherphone="208.861.6841" workphone="208.342.7800" hotelname="Kaanapali Villas" /> </client> </root> |