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

Parameter

Description

Required

Example

Data Type

client

client Code to limit the result set to a specific client

Required

 

client=102421

Integer

email

allows a lookup by email to find a client by an email address

 

Required

email=test@mydomain.com

String

ccinfocheck

Validates whether available client information is sufficient to be used on a credit card.

 

Optional

ccinfocheck=true

Boolean

 

 

Returned Fields

#

Field Name

Description

Data Type









 

 

 

 

 

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>