GetFulfilmentActivationReportList

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cdis="http://www.cdiscount.com" xmlns:cdis1="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:sys="http://schemas.datacontract.org/2004/07/System.Device.Location" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <soapenv:Header/>
  <soapenv:Body>
    <cdis:GetFulfilmentActivationReportList>
      <!--Optional:-->
      <cdis:headerMessage>
        <cdis1:Context>
          <cdis1:CatalogID>1</cdis1:CatalogID>
          <cdis1:CustomerID>123</cdis1:CustomerID>
          <cdis1:CustomerPoolID>1</cdis1:CustomerPoolID>
          <cdis1:SiteID>100</cdis1:SiteID>
        </cdis1:Context>
        <cdis1:Localization>
          <cdis1:Country>Fr</cdis1:Country>
          <cdis1:Currency>Eur</cdis1:Currency>
          <cdis1:DecimalPosition>2</cdis1:DecimalPosition>
          <cdis1:Language>Fr</cdis1:Language>
        </cdis1:Localization>
        <cdis1:Security>
          <cdis1:DomainRightsList xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
          <cdis1:IssuerID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
          <cdis1:SessionID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
          <cdis1:TokenId>${#Project#token}</cdis1:TokenId>
          <cdis1:UserName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
        </cdis1:Security>
        <cdis1:Version>1.0</cdis1:Version>
      </cdis:headerMessage>
      <!--Optional:-->
      <cdis:request>
        <!--Optional:-->
        <cdis:BeginDate>2017-04-26T00:00:00.00</cdis:BeginDate>
        <!--Optional:-->
        <cdis:DepositIdList>
          <!--Zero or more repetitions:-->
          <arr:int>0</arr:int>
        </cdis:DepositIdList>
        <!--Optional:-->
        <cdis:EndDate>2017-04-27T00:00:00.00</cdis:EndDate>
      </cdis:request>
    </cdis:GetFulfilmentActivationReportList>
  </soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <GetFulfilmentActivationReportListResponse xmlns="http://www.cdiscount.com">
      <GetFulfilmentActivationReportListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <ErrorMessage 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 i:nil="true"/>
        <TokenId i:nil="true"/>
        <FulfilmentActivationReportList>
          <FulfilmentActivationReport>
            <DepositId>0</DepositId>
            <DetailsList>
              <FulfilmentActivationReportDetails>
                <Action>Deactivation</Action>
                <ActionSuccess>true</ActionSuccess>
                <Description>230 : Colonne Largeur : Valeur non autorisée – Merci de vous reporter au mode d'emploi et de corriger votre saisie.  / Width field : Unauthorized value - Please correct your input.</Description>
                <Height>0</Height>
                <Length>0</Length>
                <ProductEAN>0768390167917</ProductEAN>
                <SKU>EXC0768390167917</SKU>
                <SellerProductReference>156992608-YMD-01</SellerProductReference>
                <Weight>0</Weight>
                <Width>0</Width>
              </FulfilmentActivationReportDetails>
              <FulfilmentActivationReportDetails>
                <Action>Activation</Action>
                <ActionSuccess>true</ActionSuccess>
                <Description>230 : Colonne Référence produit : Votre Référence existe déjà pour un autre EAN - Merci de corriger votre saisie. / Product reference field : Reference already exists for another barcode - Please correct your entry.</Description>
                <Height>1</Height>
                <Length>1</Length>
                <ProductEAN>2009942646152</ProductEAN>
                <SKU>AUC2009942646152</SKU>
                <SellerProductReference>701-080JQ-2PNNN-0EF1</SellerProductReference>
                <Weight>1</Weight>
                <Width>1</Width>
              </FulfilmentActivationReportDetails>
            </DetailsList>
            <NumberOfActivatedProducts>0</NumberOfActivatedProducts>
            <NumberOfDeactivatedProducts>0</NumberOfDeactivatedProducts>
            <NumberOfProcessedProducts>0</NumberOfProcessedProducts>
            <NumberOfProducts>79</NumberOfProducts>
            <NumberOfProductsInError>33</NumberOfProductsInError>
            <NumberOfRemainingProductsToProcess>46</NumberOfRemainingProductsToProcess>
            <ReportDate>0001-01-01T00:00:00</ReportDate>
          </FulfilmentActivationReport>
        </FulfilmentActivationReportList>
      </GetFulfilmentActivationReportListResult>
    </GetFulfilmentActivationReportListResponse>
  </s:Body>
</s:Envelope>