要在fedex webservices中获得附加RURAL_DELIVERY响应 [英] ow to get surcharge RURAL_DELIVERY response in fedex webservices

查看:111
本文介绍了要在fedex webservices中获得附加RURAL_DELIVERY响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在项目中使用了名为ShowFedexRate web serivices的fedex方法。我正在向fedex发送请求,例如weight(3),zipcode(01342),countrycode(US),shiphandling(Y),shipamt(2),residentialadress(Y)



并给出联邦快递网络服务所需的出发地,目的地和其他费用。



工作正常。我在这里收到运费详情。

for(int j = 0; j< rateReplyDetail.RatedShipmentDetails.Length; j ++)

{

RatedShipmentDetail shippingDetail = rateReplyDetail.RatedShipmentDetails [j];

}



以上编码我可以看到附加费 - RESIDENTIAL_DELIVERY及其金额。但是当地址属于农村地区时,联邦快递网络公司将收取更多费用。所以,我从美国搜索了几个邮政编码,但一切都只有RESIDENTIAL_DELIVERY。何时以及如何获得RURAL_DELIVERY及其金额?



而且,我可以看到RESIDENTIAL_DELIVERY以及它在surchagre中的数量同样我可以看到RURAL_DELIVERY?



需要帮助。

I used fedex method called ShowFedexRate web serivices on my project. i am sending request to fedex such as weight(3),zipcode(01342),countrycode(US),shiphandling(Y),shipamt(2),residentialadress(Y)

and given origin,destination and other needed for fedex web services.

It works fine. i am getting shipping details here.
for (int j = 0; j < rateReplyDetail.RatedShipmentDetails.Length; j++)
{
RatedShipmentDetail shipmentDetail = rateReplyDetail.RatedShipmentDetails[j];
}

in above codeing i can see the surcharge - RESIDENTIAL_DELIVERY and it's amount. but when address belongs to rural area, the fedex webserives will charge more. so, i searched several zip code from US but everything comes RESIDENTIAL_DELIVERY only. when and how to get RURAL_DELIVERY and it's amount?

And, i can see RESIDENTIAL_DELIVERY and it's amount in surchagre likewise where i can see RURAL_DELIVERY?

help needed.

推荐答案

你应该问店主:FedEx开发人员资源中心 [ ^ ]
You should ask the owner: FedEx Developer Resource Center[^]


这篇关于要在fedex webservices中获得附加RURAL_DELIVERY响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆