Fetch Lot Status Result Message Examples
Fetch Lot Status Result request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
<soapenv:Header/>
<soapenv:Body>
<urn:FetchLotStatusResult>
<RequestId>33a48b3b-ce00-4f35-9c39-81b00b458413</RequestId>
</urn:FetchLotStatusResult>
</soapenv:Body>
</soapenv:Envelope>
Fetch Lot Status Result response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns3:FetchLotStatusResultResponse xmlns:ns2="http://tracelink.com/som" xmlns:ns3="urn:tracelink:soap">
<TLResponse xsi:type="ns2:LotStatusReturnResponseType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Success>true</Success>
<LotStatusReturn>
<ItemCode>2784522651</ItemCode>
<packagingItemCodeType>US_NDC532</packagingItemCodeType>
<PackagingCodes>
<ItemCodeType>GTIN_14</ItemCodeType>
<ItemCode>34591625917639</ItemCode>
</PackagingCodes>
<LotNumber>1I42OTYDZ1</LotNumber>
<InternalMaterialCode>100123</InternalMaterialCode>
<ExpirationDate>2020-11-15</ExpirationDate>
<Quantity>5000</Quantity>
</LotStatusReturn>
</TLResponse>
</ns3:FetchLotStatusResultResponse>
</S:Body>
</S:Envelope>