Az oldal megtekintéséhez kérjük, engedélyezze a JavaScriptet.

sERPa súgó

Az interface célja

Válaszban az ügyfél által előfizetett és felhasznált kreditek számát kapjuk.

Adatcsere iránya

sERPa > PartnerControl (D&B)

Adatcsere kezdeményezője

sERPa

Adatcsere gyakorisága

Egyedi

Adatcsere módja

SOAP, XML

Minta XML

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">

  <soapenv:Header/>

  <soapenv:Body>

     <tem:GetCredit>

        <tem:username>?</tem:username>

        <tem:password>?</tem:password>

     </tem:GetCredit>

  </soapenv:Body>

</soapenv:Envelope>

Válasz minta XML

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">

  <s:Body>

     <GetCreditResponse xmlns="http://tempuri.org/">

        <GetCreditResult xmlns:a="http://schemas.datacontract.org/2004/07/BisnodeServiceApp" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">

           <a:CreditPaid>10</a:CreditPaid>

           <a:CreditUsed>1</a:CreditUsed>

           <a:EndDate>2020-02-01T00:00:00</a:EndDate>

           <a:StartDate>2019-01-14T00:00:00</a:StartDate>

        </GetCreditResult>

     </GetCreditResponse>

  </s:Body>

</s:Envelope>

Eredményhalmaz

XML