Destroy Message Examples
Destroy request message example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
<soapenv:Header/>
<soapenv:Body>
<urn:Destroy>
<DestroyRequest>
<DisaggregateFromParent>true</DisaggregateFromParent>
<Items>
<Item sn="88102321100002083327"/>
</Items>
<Sampled>false</Sampled>
<Damaged>false</Damaged>
<Recalled>false</Recalled>
<Expired>false</Expired>
<MarketReleased>false</MarketReleased>
<Misplaced>true</Misplaced>
<Dispensed>false</Dispensed>
<Disposed>false</Disposed>
<Repackaged>false</Repackaged>
<SampledByAuthorities>false</SampledByAuthorities>
<Stolen>false</Stolen>
<Withdrawn>false</Withdrawn>
<SampledArchival>false</SampledArchival>
<SampledCustomsControl>false</SampledCustomsControl>
<SampledFederalInspection>false</SampledFederalInspection>
<SampledClinicalStudy>false</SampledClinicalStudy>
<SampledPharmaStudy>false</SampledPharmaStudy>
<SampledMarketingDemo>false</SampledMarketingDemo>
<SampledSelectiveControl>false</SampledSelectiveControl>
<Spoilage>false</Spoilage>
<WithdrawnExperiment>false</WithdrawnExperiment>
<Defective>false</Defective>
<InappropriatelyStored>false</InappropriatelyStored>
<Returned>false</Returned>
<Other>false</Other>
<ReasonCode>STATUSUPDATE</ReasonCode>
<EventDateTime>2015-07-28T22:15:00Z</EventDateTime>
<Transactions>
<Transaction>
<ItemID>10025241</ItemID>
<ItemType>DESTRUCTION</ItemType>
<Date>2015-07-28</Date>
</Transaction>
</Transactions>
<ReasonDescription>Unable to locate case in the warehouse</ReasonDescription>
<MarketCountryCode>CN</MarketCountryCode>
<LocationType>SGLN<LocationType>
<Location>8888882.02867.0</Location>
</DestroyRequest>
</urn:Destroy>
</soapenv:Body>
</soapenv:Envelope>
Destroy response message example:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:DestroyResponse xmlns:ns2="urn:tracelink:soap" xmlns:ns3="http://tracelink.com/som">
<TLResponse>
<Success>true</Success>
</TLResponse>
</ns2:DestroyResponse>
</S:Body>
</S:Envelope>