als_get_product_rates.cgi

Top  Previous  Next

Description

The als_get_product_rates.cgi interface low level product rate definitions. This call should only be used when creating an interface to update or insert product rates.

 

For normal use on websites use als_get_rates.cgi

 

Example Usage            

 

http://www.alstracker.dnsalias.com/aldesk/als_get_product_rate.cgi?ratecode=422

 

 

Inputs

Parameter

Description

Required

Example

Data Type

product

Product Code to limit the result set to a specific product

 

 

 

Optional

product=5

Integer

ratecode

Unique identifier for the code field

Optional

ratecode=3

Integer

vendor

Vendor Code

Optional

vendor=3

Integer






 

 

Returned Fields

#

Field Name

Description

Data Type

1



String

2



Integer

3



Integer

4



String

 

XML Example

 

<?xml version="1.0" encoding="utf-8" ?>

- <root>

- <productrate>

<row code="422" product="165" name="Beginning Archery" rate="123.76" newrate="" newratedate="" commrate="18.5843563079834" newcommrate="" newcommratedate="" taxrate="" taxcommstat="" servicechargestate="" preferred="False" manualrate="False" requiretour="False" active="True" seat="True" sequenceorder="1" wholesaleprice="" newwholesaleprice="" discountedprice="" newdiscountedprice="" newdiscountedpricedate="" discountprice2="" webexport="False" rrtype="" rrcategory="" rentalhours="" rrreplvalue="" nobookingsafter="" useswebinterface="True" giftingmethod="" lastupdatedon="5/19/2005 1:57:52 PM" vendor="29" productname="Lanai Pine Sporting Clay" vendorname="Expeditions" />

</productrate>

</root>