als_get_product_pricing.cgi

Top  Previous  Next

Description

The als_get_product_pricing.cgi  web service will retrieve Product Pricing information. Product Rate information requires base pricing information in order to calculate resale rates.

 

AL-Desk Pricing

AL-Desk Rates

 

Example Usage             http://127.0.0.1/als_get_product_pricing.cgi

 

Inputs

Parameter

Description

Required

Example

Data Type

product

Product to limit the result set to a specific location

 

See also als_get_products.cgi

 

Optional

product=5

Integer

vendor

Vendor to limit the result set to a specific location

 

See also als_get_vendors.cgi for Vendor Codes

 

Optional

vendor=1

Integer

productrate

product rate to limit the result set to a specific product rate

 

See also als_get_rates.cgi

 

Optioanl

productrate=1

Integer

 

Returned Fields

#

Field Name

Description

Data Type

 

XML Example

http://www.alswebportal.com/aldesk/als_get_product_pricing.cgi?productrate=3

 

<root>

<pricing>

<row productname="Hana/Haleakala- A Star" vendorname="Blue Hawaiian Helicopters" ratename="Additional 1/2 Seat" code="2" prodrate="3" product="1" vendor="1" effectivedate="1/1/1980" rate="107.5" vartaxrate1="7.5" vartax1="8.06" vartaxcommstat1="1" fixedtax1="" fixedtaxcommstat1="1" vartaxrate2="" vartax2="" vartaxcommstat2="1" fixedtax2="" fixedtaxcommstat2="1" vartaxrate3="" vartax3="" vartaxcommstat3="1" fixedtax3="" fixedtaxcommstat3="1" ratewithtax="115.56" commission="28.89" commrate="25" netrate="86.67" subtoservicecharge="False" wholesaleprice="0" discountedprice="107.5" giftretention="" giftingmethod="" active="True" lastupdatedon="12/29/2005 1:40:18 PM" totaltax="8.06" effectivetourdate="1/1/1980" affiliateprice=""/>

</pricing>

</root>