Update Tracking Number

Example Payload

This payload updates the tracking number.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentLineService/types/" xmlns:ship="http://xmlns.oracle.com/apps/scm/shipping/shipConfirm/deliveries/shipmentLineService/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:UpdateShipmentLines>
         <typ:apiVersionNumber>1</typ:apiVersionNumber>
         <!--1 or more repetitions:-->
         <typ:ShipmentLineInformation>
            <!--Optional:-->
            <ship:ShipmentLine>136344</ship:ShipmentLine>
            <ship:TrackingNumber>10810</ship:TrackingNumber>
         </typ:ShipmentLineInformation>
      </typ:UpdateShipmentLines>
   </soapenv:Body>
</soapenv:Envelope>