Market Release Message Examples
Market Release request example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
<soapenv:Header/>
<soapenv:Body>
<urn:MarketRelease>
<CountryDrugCode>08620081794</CountryDrugCode>
<CountryDrugCodeType>US_NDC542</CountryDrugCodeType>
<LotNumber>GO3612OCNQX2</LotNumber><SerialNumberList/>
<Transactions>
<Transaction>
<ItemType>CIVILCIRCULATION</ItemType>
<ItemID>1234</ItemID>
<Date>2020-03-27</Date>
</Transaction>
<Transaction>
<ItemType>STATECONFIRMATION</ItemType>
<ItemID>4321</ItemID>
<Date>2020-03-27</Date>
</Transaction>
</Transactions>
<MarketCountryCode>RU</MarketCountryCode>
<ProductionQuantities>
<ProductionQuantity>
<ItemType>
<ItemCodeType>GTIN_14</ItemCodeType>
<ItemCode>78708865247189</ItemCode>
</ItemType>
<PackagingLevel>EA</PackagingLevel>
<QuantityReported>5</QuantityReported>
</ProductionQuantity>
<ProductionQuantity>
<CompanyPrefix>9876</CompanyPrefix>
<PackagingLevel>CA</PackagingLevel>
<QuantityReported>1</QuantityReported>
</ProductionQuantity>
</ProductionQuantities>
</urn:MarketRelease>
</soapenv:Body>
</soapenv:Envelope>
Market Release response example:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:MarketReleaseResponse xmlns:ns2="urn:tracelink:soap" xmlns:ns3="http://tracelink.com/som">
<TLResponse>
<Success>true</Success>
</TLResponse>
</ns2:MarketReleaseResponse>
</S:Body>
</S:Envelope>