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

sERPa súgó

Az interface célja

Ügyféladatok lekérdezése a PartnerControl (Bisnode) cégtől SOAP-n keresztül.

Adatcsere iránya

sERPa > PartnerControl (Bisnode)

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:QuickSearch>

        <tem:userName>?</tem:userName>

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

        <tem:query>?</tem:query>

        <tem:onlyActive>false/true</tem:onlyActive>

     </tem:QuickSearch>

  </soapenv:Body>

</soapenv:Envelope>

Válasz minta XML

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

  <s:Body>

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

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

           <a:ErrorMessage i:nil="true"/>

           <a:QuickSearchItems>

              <a:QuickSearchItem>

                 <a:Address xmlns:b="http://schemas.datacontract.org/2004/07/BisnodeServiceApp">

                    <b:City>Budapest</b:City>

                    <b:Country i:nil="true"/>

                    <b:County>Budapest</b:County>

                    <b:StreetNo>Homonna utca 8/A</b:StreetNo>

                    <b:Zip>1118</b:Zip>

                 </a:Address>

                 <a:Detail>1118 &lt;span class='ui-state-highlight'>Budapest&lt;/span>, Homonna utca 8/A</a:Detail>

                 <a:GroupTaxNumber i:nil="true"/>

                 <a:IsPartner>true</a:IsPartner>

                 <a:MatchingType>Partial</a:MatchingType>

                 <a:Name>PROGEN Mérnöki Fejlesztő és Szolgáltató Korlátolt Felelősségű Társaság</a:Name>

                 <a:PcLink>http://www.partnercontrol.hu/progen_kft_48278.html?utm_medium=cegadatlap&amp;utm_source=partnercontrol.hu-progen-teszt&amp;utm_campaign=webservice-integration</a:PcLink>

                 <a:ReasonType>Address</a:ReasonType>

                 <a:RegnNbr>0109169361</a:RegnNbr>

                 <a:ShortName>PROGEN Kft</a:ShortName>

                 <a:Status>Működő</a:Status>

                 <a:TaxNbr>10788110243</a:TaxNbr>

              </a:QuickSearchItem>

           </a:QuickSearchItems>

        </QuickSearchResult>

     </QuickSearchResponse>

  </s:Body>

</s:Envelope>

Válasz minta XML - hibás azonosítás esetén

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

  <s:Body>

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

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

           <a:ErrorMessage></a:ErrorMessage>

           <a:QuickSearchItems i:nil="true"/>

        </QuickSearchResult>

     </QuickSearchResponse>

  </s:Body>

</s:Envelope>

Mezők megfeleltetése

 

Srsz.

Interface mező név

Mezőtípus

sERPa mező

Megjegyzés

 

City

 

Helyég

Ebből kiderül az Orszag_ID

 

StreetNo

 

UtcaHSzam

 

 

Zip

 

IrSzam

 

 

Name

 

Hosszú név

 

 

ShortName

 

Név

 

 

isPartner

 

Kiemelt

boolean

 

PcLink

 

PartnerControl

 

 

Status

 

Működő / Megszűnt / egyéb

Szűrni lehet rá a lekérdezéskor

 

RegnNbr

 

Cégjegyzék szám

 

 

TaxNbr

 

Adószám

 

 

GroupTaxNumber

 

Csoportos adószám

ÁFA csoportazonosító száma mezőbe kell majd bekerüljön.

 

Zip

 

Irányítószám

 

Algoritmus

Maximum 10 eredmény is szerepelhet az XML-be.

Eredményhalmaz

XML