You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
response: {"RateReply"=>{"HighestSeverity"=>"ERROR", "Notifications"=>{"Severity"=>"ERROR", "Source"=>"crs", "Code"=>"879", "Message"=>"Airbill is not allowed for Origin Country.", "LocalizedMessage"=>"Airbill is not allowed for Origin Country."}, "Version"=>{"ServiceId"=>"crs", "Major"=>"13", "Intermediate"=>"0", "Minor"=>"0"}}}
The text was updated successfully, but these errors were encountered:
Hi,
Kindly find below the request sent and response received.
<RateRequest xmlns="http://fedex.com/ws/rate/v13"> <WebAuthenticationDetail> <UserCredential> <Key>XXX</Key> <Password>XXX</Password> </UserCredential> </WebAuthenticationDetail> <ClientDetail> <AccountNumber>XXX</AccountNumber> <MeterNumber>XXX</MeterNumber> <Localization> <LanguageCode>en</LanguageCode> <LocaleCode>us</LocaleCode> </Localization> </ClientDetail> <Version> <ServiceId>crs</ServiceId> <Major>13</Major> <Intermediate>0</Intermediate> <Minor>0</Minor> </Version> <ReturnTransitAndCommit>true</ReturnTransitAndCommit> <RequestedShipment> <DropoffType>REGULAR_PICKUP</DropoffType> <ServiceType>FEDEX_GROUND</ServiceType> <PackagingType>YOUR_PACKAGING</PackagingType> <Shipper> <Contact> <PersonName>Sender</PersonName> <CompanyName>Company</CompanyName> <PhoneNumber>EEEEEEEEEEE</PhoneNumber> </Contact> <Address> <StreetLines>Main Street</StreetLines> <City>Delhi</City> <StateOrProvinceCode>DL</StateOrProvinceCode> <PostalCode>110001</PostalCode> <CountryCode>IN</CountryCode> </Address> </Shipper> <Recipient> <Contact> <PersonName>customer</PersonName> <CompanyName>vghbjn</CompanyName> <PhoneNumber>EEEEEEEEEE</PhoneNumber> </Contact> <Address> <StreetLines>8th main</StreetLines> <City>Bangalore</City> <StateOrProvinceCode>KA</StateOrProvinceCode> <PostalCode>560045</PostalCode> <CountryCode>IN</CountryCode> <Residential>true</Residential> </Address> </Recipient> <ShippingChargesPayment> <PaymentType>SENDER</PaymentType> <Payor> <ResponsibleParty> <AccountNumber>XXX</AccountNumber> <Contact> <PersonName>Sender</PersonName> <CompanyName>Company</CompanyName> <PhoneNumber>EEEEEEEEEE</PhoneNumber> </Contact> </ResponsibleParty> </Payor> </ShippingChargesPayment> <RateRequestTypes>ACCOUNT</RateRequestTypes> <PackageCount>1</PackageCount> <RequestedPackageLineItems> <GroupPackageCount>1</GroupPackageCount> <Weight> <Units>LB</Units> <Value>2</Value> </Weight> <Dimensions> <Length>10</Length> <Width>5</Width> <Height>4</Height> <Units>IN</Units> </Dimensions> </RequestedPackageLineItems> </RequestedShipment> </RateRequest>
response:
{"RateReply"=>{"HighestSeverity"=>"ERROR", "Notifications"=>{"Severity"=>"ERROR", "Source"=>"crs", "Code"=>"879", "Message"=>"Airbill is not allowed for Origin Country.", "LocalizedMessage"=>"Airbill is not allowed for Origin Country."}, "Version"=>{"ServiceId"=>"crs", "Major"=>"13", "Intermediate"=>"0", "Minor"=>"0"}}}
The text was updated successfully, but these errors were encountered: