Get Serialized Entity With Product Message Examples
Get Serialized Entity With Product request example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
<soapenv:Header/>
<soapenv:Body>
<urn:GetSerializedEntityWithProduct>
<SerialNumber>012634321926928721100000000004</SerialNumber>
</urn:GetSerializedEntityWithProduct>
</soapenv:Body>
</soapenv:Envelope>
Get Serialized Entity With Product response example:
<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns3:GetSerializedEntityWithProductResponse xmlns:ns2="http://tracelink.com/som" xmlns:ns3="urn:tracelink:soap" xmlns:ns4="http://tracelink.com/producttrack">
<SerializedEntityResponse>
<Success>true</Success>
<SerializedEntity sn="012634321926928721100000000004" isUpdated="false">
<ItemCode>08634-838-35</ItemCode>
<ItemCodeType>US_NDC532</ItemCodeType>
<PackagingItemCodeType>GTIN_14</PackagingItemCodeType>
<PackagingItemCode>26343219269287</PackagingItemCode>
<PackagingLevel>CA</PackagingLevel>
<Lot>1ELot12</Lot>
<ExpirationDate>2025-03-20</ExpirationDate>
<InternalMaterialNumber>VM9IQYGXRPKPWP32</InternalMaterialNumber>
<Location>63432192.7256.0</Location>
<SerialNumberState>Commissioned</SerialNumberState>
<ItemState>Available</ItemState>
<BarCode>012634321926928721100000000004</BarCode>
<SerialNumberEncoding>AI(01)+AI(21)</SerialNumberEncoding>
<LatestEventDatetime>2024-12-26T07:26:03.690Z</LatestEventDatetime>
<ReportingParty xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<CryptoKey xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<CryptoCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<CryptoAcquisitionDate xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Manifest>
<Entries>
<PackagingItemCodeType>GTIN_14</PackagingItemCodeType>
<PackagingItemCode>46343219241102</PackagingItemCode>
<InternalMaterialNumber>VM9IQYGXRPKPWP321</InternalMaterialNumber>
<InternalMaterialNumber>VM9IQYGXRPKPWP320</InternalMaterialNumber>
<InternalMaterialNumber>VM9IQYGXRPKPWP32</InternalMaterialNumber>
<Lot>VM9IQYGXRPKPWP321</Lot>
<ExpirationDate>2025-04-17</ExpirationDate>
<PackagingLevel>EA</PackagingLevel>
<Qty>9</Qty>
</Entries>
</Manifest>
<Children sn="014634321924110221100000000024" isUpdated="false"/>
<Children sn="014634321924110221100000000025" isUpdated="false"/>
<Children sn="014634321920069721100000000008" isUpdated="false"/>
<Children sn="014634321924110221100000000020" isUpdated="false"/>
<Children sn="014634321924110221100000000021" isUpdated="false"/>
<Children sn="014634321924110221100000000016" isUpdated="false"/>
<Children sn="014634321924110221100000000017" isUpdated="false"/>
<Children sn="014634321924110221100000000018" isUpdated="false"/>
<Children sn="014634321924110221100000000019" isUpdated="false"/>
<CDEntries/>
</SerializedEntity>
</SerializedEntityResponse>
</ns3:GetSerializedEntityWithProductResponse>
</S:Body>
</S:Envelope>