機械翻訳について

出荷方法の更新

ペイロードの例

このペイロードは出荷方法を更新します。

ノート: 出荷方法は、明細レベルではなく出荷レベルで更新されます。
説明:
  • CarrierPartyNumber=運送業者のパーティ番号

  • ServiceLevel=サービス・レベルの参照コード

  • ModeOfTransport=トランスポート・モードの参照コード

参照コードの検索方法の詳細は、「参照コードおよび運送業者の検索」の項を参照してください。

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:processCreateUpdateShipment xmlns:ns1="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentService/types/">
            <ns1:apiVersionNumber>1.0</ns1:apiVersionNumber>
            <ns1:InitMsgList>T</ns1:InitMsgList>
            <ns1:ActionCode>UPDATE</ns1:ActionCode>
            <ns1:ShipmentInformation xmlns:ns2="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentService/">
                <ns2:Shipment>2627853</ns2:Shipment>
                <ns2:CarrierPartyNumber>10001</ns2:CarrierPartyNumber>
                <ns2:ServiceLevel>2DA</ns2:ServiceLevel>
                <ns2:ModeOfTransport>PARCEL</ns2:ModeOfTransport>
            </ns1:ShipmentInformation>
        </ns1:processCreateUpdateShipment>
    </soap:Body>
</soap:Envelope>