Puts

Top  Previous  Next

 

 

Method Name

Description

als_insert_client.cgi

The als_insert_client.cgi interface inserts a new client into the AL-Desk Client table. The primary key of the Client table is an Integer field named Code. Upon successful insertion the new data is returned as XML including the unique identifier for the new client.That identifier can be used to update the client row using the als_update_client.cgi method.

 

 

als_insert_payment.cgi

The als_insert_payment.cgi interface inserts a payment in the AL-Desk payments table. Payments can then be applied via the AL-Desk Client.

 

als_update_client.cgi

The als_update_client.cgi interface updates client info for a specific cilent code. If only the clientcode is input the client information will not be updated but the client information will be returned as XML

 

 

als_insert_voucher.cgi

 

The als_insert_voucher.cgi interface inserts a new voucher just like if a user was entering a voucher using the AL-Desk client. There is quite a bit of data validation contained in the als_insert_voucher.cgi call in order to make sure that only clean data is processed and accepted by AL-Desk.

 

als_update_vendor.cgi

The als_update_vendor.cgi interface updates vendor information. Upon a successful execution of this method the all the fields returned from the als_get_vendors.cgi with the extendedinfo=true parameter will be returned.

 

 

 

als_insert_vendor.cgi

The als_insert_vendor.cgi interface inserts a vendor. Upon a successful execution of this method the all the fields returned from the als_get_vendors.cgi with the extendedinfo=true parameter will be returned along with a code value that is required to be passed to als_update_vendor.cgi as a vendor:integer if you want to change the vendor information.

 

als_insert_product.cgi

The als_insert_product.cgi interface adds a new product to the product list. Upon a successful execution of this method the product definition will be returned along with a unique identifier (code) that can be used to change the product definition via als_update.product.cgi

 

als_update_product.cgi

The als_update_product.cgi interface updates a product definition. Upon a successful execution of this method the full product definition will be returned along

 

 

als_update_product_rate.cgi

The als_update_product_rate.cgi interface updates product rate information

 

als_get_product_rate.cgi

Note? this call is included in the Puts as it's only real use it to review any low level product definition calls when using the insert or update product rates.

 

 

als_insert_product_rate.cgi

The als_insert_product_rate.cgi interface inserts new product rate information.

 

als_insert_voucher_payment.cgi

The als_insert_voucher_payment.cgi interface inserts a payment in the AL-Desk payments table for one or more vouchers. Vouchers consists of product rates for a single product and are added using als_insert_voucher.cgi.

 

als_insert_pricing.cgi