2013-10-03 126 views
1

我是fedex web服務API的新手。打印Fedex返回標籤時出錯

我想打印帶出貨的退貨標籤。我試着在RequestedShipment/SpecialServicesRequested標籤下包含下面的標籤。但我收到錯誤「替代發件人不允許退貨」。

這裏是我的要求樣子..

<RequestedShipment> 

    . 
    . 

    <SpecialServicesRequested> 

     . 
     . 

     <ReturnShipmentDetail> 
      <ReturnType>PRINT_RETURN_LABEL</ReturnType> 
     </ReturnShipmentDetail> 

     . 
     . 

    </SpecialServicesRequested> 

    . 
    . 

</RequestedShipment> 

在此先感謝...

更新:我使用聯邦快遞API 10

回答

2

當請求返回標籤,它請求中不應該包含以下兩個元素。

LabelSpecification/PrintedLabelOrigin /聯繫 LabelSpecification/PrintedLabelOrigin /地址

上述元件用於從送貨地址的缺省值覆蓋返回地址。:)