GetSellerIndicators

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/GetSellerIndicators"

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sys="http://schemas.datacontract.org/2004/07/System.Device.Location">
   <soapenv:Body>
      <GetSellerIndicators 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>
      </GetSellerIndicators>
   </soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <GetSellerIndicatorsResponse xmlns="http://www.cdiscount.com">
      <GetSellerIndicatorsResult 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"/>
        <SellerIndicators>
          <SellerIndicator>
            <ComputationDate>2016-05-20T00:00:00</ComputationDate>
            <Description>Taux de respect des dates de livraison</Description>
            <Threshold>85.00</Threshold>
            <ThresholdType>ThresholdMin</ThresholdType>
            <ValueD30>100.00</ValueD30>
            <ValueD60>86.47</ValueD60>
          </SellerIndicator>
          <SellerIndicator>
            <ComputationDate>2016-05-20T00:00:00</ComputationDate>
            <Description>Taux d’acceptation des commandes</Description>
            <Threshold>85.00</Threshold>
            <ThresholdType>ThresholdMin</ThresholdType>
            <ValueD30>100.00</ValueD30>
            <ValueD60>100.00</ValueD60>
          </SellerIndicator>
          <SellerIndicator>
            <ComputationDate>2016-05-20T00:00:00</ComputationDate>
            <Description>Taux d'expedition des produits</Description>
            <Threshold>85.00</Threshold>
            <ThresholdType>ThresholdMin</ThresholdType>
            <ValueD30>100.00</ValueD30>
            <ValueD60>98.74</ValueD60>
          </SellerIndicator>
          <SellerIndicator>
            <ComputationDate>2016-05-20T00:00:00</ComputationDate>
            <Description>Taux de commandes avec réclamations</Description>
            <Threshold>100.00</Threshold>
            <ThresholdType>ThresholdMax</ThresholdType>
            <ValueD30>0.00</ValueD30>
            <ValueD60>6.03</ValueD60>
          </SellerIndicator>
        </SellerIndicators>
      </GetSellerIndicatorsResult>
    </GetSellerIndicatorsResponse>
  </s:Body>
</s:Envelope>