Click here to Skip to main content
15,921,452 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello All,

I am implementing the Dry Ice in FedEx i implement the code in C#.
In request all parameters According to FedEx Document , i will pass all those parameter

and the requested xml format for dry ice is below is
XML
<SpecialServicesRequested>
          <SpecialServiceTypes>DRY_ICE</SpecialServiceTypes>
          <ShipmentDryIceDetail>
            <PackageCount>1</PackageCount>
            <TotalWeight>
              <Units>KG</Units>
              <Value>150</Value>
            </TotalWeight>
          </ShipmentDryIceDetail>
        </SpecialServicesRequested>



But I am facing bellow error Can anyone tell me or provide me any test code to implement Dry ice in FedEx .
Dry Ice cannot be entered at the shipment level.
Posted
Comments
[no name] 17-Aug-13 10:18am    
Why don't you simply ask FedEx?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900