views:

170

answers:

2

Could anyone help me with some examples how to get FedEx Freight Shipments Rates in ASP.NET application, because all is misunderstanding in their crap documentation and samples. Thanks.

A: 

Check out this .NET example http://dotnetshipping.codeplex.com/SourceControl/ListDownloadableCommits.aspx

I tried it, as well as some sample code on the FEdEx website and I am getting different results than at their online website.

Please post if you have success.

Chad
A: 

Request below return XML with data you need: http://www.fedexfreight.fedex.com/XMLLTLRatingNoCity.jsp?regKey=YOUR_REG_KEY_HERE&as_shipterms=prepaid&as_shzip=YOUR_ZIP_HERE&as_shcntry=US&as_cnzip={0}&as_cncntry=US&as_class1={1}&as_weight1={2}&as_iamthe=shipper&as_acctnbr=YOUR_ACCOUNT_NUMBER_HERE&as_opco=FXF {N} - data where to send

ihorko