DeleteOrder Message Examples

DeleteOrder request example:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:DeleteOrder>
         <DeliveryNumber>D12345</DeliveryNumber>
		 <SenderInfo>
		  <FromBusinessPartyInfo>
		   <BusinessId type="GLN">6368866569756</BusinessId>
		  </FromBusinessPartyInfo>
		   <ShipFromLocationInfo>
		    <FacilityId type="GLN">6368866569163</FacilityId>
		   </ShipFromLocationInfo>
	     </SenderInfo>
      </urn:DeleteOrder>
   </soapenv:Body>
</soapenv:Envelope>

DeleteOrder response example:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:DeleteOrderResponse xmlns:ns2="urn:tracelink:soap" xmlns:ns3="http://tracelink.com/som">
         <TLResponse>
            <Success>true</Success>
         </TLResponse>
      </ns2:DeleteOrderResponse>
   </S:Body>
</S:Envelope>