Company requisite information service

Query name: arireg.ettevotjaRekvisiidid_v1
Additional information: In use as of 01.05.2017. The query provides the business name, registry code, address and VAT number for issuing invoices to companies.
XSD: http://www2.rik.ee/schemas/xtee6/arireg/live/xroad6_ettevotjaRekvisiidid_v1.xsd

Input parameters / search variables:

Name

Meaning

Notes

ariregister_kasutajanimi

e-Business Register user name

ariregister_parool

e-Business Register password

ariregister_valjundi_formaat

e-Business Register output format

Json or xml. Default is xml.

nimi

Business name

ariregistri_kood

Registry code of the company

ettevotjate_arv_valjundis

Maximum number of results

otsida_kehtetud_nimed

Search from expired business names

keel

Language

Value is est or eng

Output data:

  • Registry code of the company
  • Business name of the company
  • VAT number
  • Company status
  • Company address
    • Address
    • Estonian administrative division and settlement code (EHAK)
    • EHAK in text form
    • Address postal code
  • e-Business Register portal link for the company

Sample request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xro="http://x-road.eu/xsd/xroad.xsd" xmlns:iden="http://x-road.eu/xsd/identifiers" xmlns:prod="http://arireg.x-road.eu/producer/">
 <soapenv:Header/>
 <soapenv:Body>
 <prod:ettevotjaRekvisiidid_v1>
 <prod:keha>
 <prod:ariregister_kasutajanimi>kasutajanimi</prod:ariregister_kasutajanimi>
 <prod:ariregister_parool>parool</prod:ariregister_parool>
 <prod:ariregistri_kood>70000310</prod:ariregistri_kood>
 </prod:keha>
 </prod:ettevotjaRekvisiidid_v1>
 </soapenv:Body>
</soapenv:Envelope>

Sample response:

<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ZSI="http://www.zolera.com/schemas/ZSI/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <SOAP-ENV:Header/>
 <SOAP-ENV:Body xmlns:ns1="http://arireg.x-road.eu/producer/">
 <ns1:ettevotjaRekvisiidid_v1Response>
 <ns1:paring>
 <ns1:ariregister_kasutajanimi>kasutajanimi</ns1:ariregister_kasutajanimi>
 <ns1:ariregister_parool>parool</ns1:ariregister_parool>
 <ns1:ariregistri_kood>70000310</ns1:ariregistri_kood>
 </ns1:paring>
 <ns1:keha>
 <ns1:ettevotjad>
 <ns1:item>
 <ns1:nimi>Registrite ja Infosüsteemide Keskus</ns1:nimi>
 <ns1:ariregistri_kood>70000310</ns1:ariregistri_kood>
 <ns1:kmkr_nr>EE100523377</ns1:kmkr_nr>
 <ns1:ettevotja_staatus>R</ns1:ettevotja_staatus>
 <ns1:ettevotja_staatus_tekstina>Registrisse kantud</ns1:ettevotja_staatus_tekstina>
 <ns1:ettevotja_aadress>
 <ns1:asukoht_ettevotja_aadressis>Lõkke 4</ns1:asukoht_ettevotja_aadressis>
 <ns1:asukoha_ehak_kood>0784</ns1:asukoha_ehak_kood>
 <ns1:asukoha_ehak_tekstina>Tallinn</ns1:asukoha_ehak_tekstina>
 <ns1:indeks_ettevotja_aadressis>19081</ns1:indeks_ettevotja_aadressis>
 </ns1:ettevotja_aadress>
 <ns1:teabesysteemi_link>https://ariregister.rik.ee/ettevotja.py?ark=70000310&amp;ref=rekvisiidid</ns1:teabesysteemi_link>
 </ns1:item>
 </ns1:ettevotjad>
 <ns1:leitud_ettevotjate_arv>1</ns1:leitud_ettevotjate_arv>
 </ns1:keha>
 </ns1:ettevotjaRekvisiidid_v1Response>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>