GetOfferPackageSubmissionResult

POST http://{ENV}/MarketplaceAPIService.svc HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://www.cdiscount.com/IMarketplaceAPIService/GetOfferPackageSubmissionResult"

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <GetOfferPackageSubmissionResult xmlns="http://www.cdiscount.com">
            <headerMessage xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <a:Context>
                    <a:CatalogID>1</a:CatalogID>
                    <a:CustomerPoolID>1</a:CustomerPoolID>
                    <a:SiteID>100</a:SiteID>
                </a:Context>
                <a:Localization>
                    <a:Country>Fr</a:Country>
                    <a:Currency>Eur</a:Currency>
                    <a:DecimalPosition>2</a:DecimalPosition>
                    <a:Language>Fr</a:Language>
                </a:Localization>
                <a:Security>
                    <a:DomainRightsList i:nil="true" />
                    <a:IssuerID i:nil="true" />
                    <a:SessionID i:nil="true" />
                    <a:SubjectLocality i:nil="true" />
                    <a:TokenId>${#Project#token}</a:TokenId>
                    <a:UserName i:nil="true" />
                </a:Security>
                <a:Version>1.0</a:Version>
            </headerMessage>
            <offerPackageFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <PackageID>541</PackageID>
            </offerPackageFilter>
        </GetOfferPackageSubmissionResult>
    </s:Body>
</s:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <GetOfferPackageSubmissionResultResponse xmlns="http://www.cdiscount.com">
         <GetOfferPackageSubmissionResultResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <ErrorMessage i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages"/>
            <OperationSuccess xmlns="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages">true</OperationSuccess>
            <ErrorList/>
            <SellerLogin>login</SellerLogin>
            <TokenId>???</TokenId>
            <NumberOfErrors>0</NumberOfErrors>
            <OfferLogList>
               <OfferReportLog>
                  <LogDate>2012-01-03T17:30:54.0133663+01:00</LogDate>
                  <OfferIntegrationStatus>Integrated</OfferIntegrationStatus>
                  <ProductEan>7332543145324</ProductEan>
                  <PropertyList>
                     <OfferReportPropertyLog>
                        <LogMessage>REF-00000012|7332543145324|ELE7332543145324|OK|9500|Offre mise à jour|Mon corner déco</LogMessage>
                        <Name/>
                        <PropertyCode>00</PropertyCode>
                        <PropertyError>95</PropertyError>
                     </OfferReportPropertyLog>
                  </PropertyList>
                  <SellerProductId>REF-00000012</SellerProductId>
                  <Sku i:nil="true"/>
                  <Validated>true</Validated>
               </OfferReportLog>
            </OfferLogList>
            <PackageId>106969</PackageId>
            <PackageIntegrationStatus>Integrated</PackageIntegrationStatus>
         </GetOfferPackageSubmissionResultResult>
      </GetOfferPackageSubmissionResultResponse>
   </s:Body>
</s:Envelope>