KiCompanyBasic en: Difference between revisions

From services.krediidiinfo.ee
Jump to navigation Jump to search
(Created page with "= Introduction = KiCompanyBasic on Krediidiinfo SOAP protokollil põhinev veebiteenus ettevõtete registrikoodide pärimiseks ja kontrollimiseks. KiCompanyBasic päringud on...")
 
No edit summary
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| align="right"
| [[Image:Flag of Estonia.svg|border|30px]] [[KiCompanyBasic|eesti keeles]]
|}
= Introduction =  
= Introduction =  


KiCompanyBasic on Krediidiinfo SOAP protokollil põhinev veebiteenus ettevõtete registrikoodide pärimiseks ja kontrollimiseks. KiCompanyBasic päringud on tasuta kuni 500 päringut kuus.
<span style="color:#CC0000"> <b> Attention! The service KiCompanyBasic will end on 10/1/2013. We suggest to use [[KiCompany_en | KiCompany]] as an alternative. </b></span>
 
KiCompanyBasic is the name of a Web Service based on SOAP protocol for requesting companies’ register codes. KiCompanyBasic requests are free of charge up to 500 queries per month.


= WSDL =
= WSDL =


KiCompanyBasic WSDL asub aadressil [http://services.krediidiinfo.ee/KiCompanyBasic.wsdl http://services.krediidiinfo.ee/KiCompanyBasic.wsdl].
KiCompanyBasic WDSL is located at  [http://services.krediidiinfo.ee/KiCompanyBasic.wsdl http://services.krediidiinfo.ee/KiCompanyBasic.wsdl].
 
WSDL for users of Microsoft Development Tools is located at: [http://services.krediidiinfo.ee/KiCompanyBasicLit.wsdl http://services.krediidiinfo.ee/KiCompanyBasicLit.wsdl]. It differs from the previous WSDL in that '''RPC/litteral''' is used instead of '''RPC/encode'''.


Microsofti arendusvahendite kasutajate jaoks on tehtud teine WSDL: [http://services.krediidiinfo.ee/KiCompanyBasicLit.wsdl http://services.krediidiinfo.ee/KiCompanyBasicLit.wsdl]. See erineb varasemast WSDL-ist selle poolest, et ''RPC/encode'' asemel kasutatakse ''RPC/litteral''-i.


= Meetodid =  
= Methods =  


== getName ==
== getName ==


Ettevõtte nime pärimine.
Requesting company’s name.


{| style="border-style: solid; border-width: 1px;"
{| style="border-style: solid; border-width: 1px;"
!  
!  
! Nimi
! Name
! Tüüp
! Type
! Kirjeldus
! Description
|-
|-
| <b>Sisendparameetrid:</b>  
| <b>Input parameter:</b>  
| regCode
| regCode
| xs:string
| xs:string
| Ettevõtte äriregistri kood.
| Company’s registry code.
|-
|-
| <b>Väljundparameeter:</b>
| <b>Output parameter:</b>
| name
| name
| xs:string
| xs:string
| Ettevõtte nimi. Kui ettevõtte nime ei leita (sellise nimega ettevõtet ei eksisteeri, ettevõtte äriregistrikood vigane vms), siis on väljundparameetri väärtuseks tühistring.
| Company’s name. Output value is an empty string if the name is not found (compnay does not exist, error in the registry code etc).  
|}
|}


== findCompanies ==
== findCompanies ==


Ettevõtete otsimine nime järgi. Tulemuseks on massiiv, mis sisaldab otsingustringile sobivate ettevõtete nimesid ja äriregistrikoode.
Searching companies by name. The result is an array, which includes companies’ names and registry codes according to the search string.


{| style="border-style: solid; border-width: 1px;"
{| style="border-style: solid; border-width: 1px;"
!  
!  
! Nimi
! Name
! Tüüp
! Type
! Kirjeldus
! Description
|-
|-
| <b>Sisendparameetrid:</b>  
| <b>Input parameter:</b>  
| regCode
| regCode
| xs:string
| xs:string
| Ettevõtte äriregistri kood
| Company’s registry code
|-
|-
| <b></b>  
| <b></b>  
| count
| count
| xs:int
| xs:int
| Leitud ettevõtete maksimaalne arv, mis meetodi tulemuses võib olla. (Meetod ei tagasta korraga rohkem kui 100 ettevõtet)
| Maximum number of companies found in the result of the method (The method does not return at once more than 100 companies)  
|-
|-
| <b>Väljundparameeter:</b>
| <b>Output parameter:</b>
| companies
| companies
| ResultCompanyIDDataArray
| ResultCompanyIDDataArray
| Indekseeritud massiiv, mille elementideks on ResultCompanyIDData tüüpi elemendid.
| Indexed array which elements are ResultCompanyIDData array elements.
|}
|}


ResultCompanyIDData on kirje järgmise struktuuriga:
ResultCompanyIDData is a record with the following structure:


{| style="border-style: solid; border-width: 1px;"
{| style="border-style: solid; border-width: 1px;"
!  
!  
! Nimi
! Name
! Tüüp
! Type
! Kirjeldus
! Description
|-
|-
| regCode
| regCode
| xs:string
| xs:string
| Ettevõtte äriregistri kood
| Company’s registry code
|-
|-
| name
| name
| xs:string
| xs:string
| Ettevõtte nimi.
| Company’s name.
|}
|}


== isRegCodeValid ==
== isRegCodeValid ==


Ettevõtte äriregistri korrektsuse kontrollimine.  
Verification of company’s registry code.  


{| style="border-style: solid; border-width: 1px;"
{| style="border-style: solid; border-width: 1px;"
!  
!  
! Nimi
! Name
! Tüüp
! Type
! Kirjeldus
! Description
|-
|-
| <b>Sisendparameetrid:</b>  
| <b>Input parameter:</b>  
| regCode
| regCode
| xs:string
| xs:string
| Ettevõtte äriregistri kood
| Company’s registry code
|-
|-
| <b>Väljundparameeter:</b>
| <b>Output parameter:</b>
| isValid
| isValid
| xs:boolean
| xs:boolean
| Tõene, kui parameetriga ette antud äriregistri kood on kaheksakohaline arv ja viimane kontrollnumber on õige.
| True if registry code given with parameter is an eight-digit number and the last check digit is correct.
|}
|}


= Näidisprogramm PHP-s =


Järgnevalt on toodud PHP-s kirjutatud KiCompanyBasic veebiteenuse kasutamise näide.
= Example in PHP =
 
Example of using KiCompanyBasic web service in PHP.  


<pre>
<pre>
<?php
<?php
/**
/**
  * Krediidiinfo KiCompanyBasic veebiteenuse kasutamise näidis.
  * Example of using KiCompanyBasic web service of Creditinfo Eesti AS.
  */
  */
$param = array('encoding'=>'ISO-8859-13');
$param = array('encoding'=>'ISO-8859-13');
Line 114: Line 125:
$regCode = '10256137';
$regCode = '10256137';
$name = $client->getName($regCode);
$name = $client->getName($regCode);
echo "Äriregistri kood {$regCode} kuulub ettevõttele {$name}\n";
echo "Registry code  {$regCode} belongs to the company {$name}\n";


$regCode = '10256136'; // kontrollnumber on vale!
$regCode = '10256136'; // check number is invalid!
if (!$client->isRegCodeValid($regCode)) {
if (!$client->isRegCodeValid($regCode)) {
     echo "Äriregistri kood on vigane.\n";
     echo "Registry code is incorrect.\n";
} else {
} else {
     echo "Äriregistri kood on korrektne\n";
     echo "Registry code is correct\n";
}
}
?>
?>
</pre>
</pre>


Programmi väljund:
Program output:


<pre>
<pre>
Line 146: Line 157:
         (
         (
             [regCode] => 10256137
             [regCode] => 10256137
             [name] => KREDIIDIINFO AS
             [name] => CREDITINFO EESTI AS
         )
         )


)
)
Äriregistri kood 10256137 kuulub ettevõttele KREDIIDIINFO AS
Registry code 10256137 belongs to the company CREDITINFO EESTI AS
Äriregistri kood on vigane.
Registry code is incorrect.
</pre>
</pre>

Latest revision as of 15:08, 6 December 2016

Flag of Estonia.svg eesti keeles


Introduction

Attention! The service KiCompanyBasic will end on 10/1/2013. We suggest to use KiCompany as an alternative.

KiCompanyBasic is the name of a Web Service based on SOAP protocol for requesting companies’ register codes. KiCompanyBasic requests are free of charge up to 500 queries per month.

WSDL

KiCompanyBasic WDSL is located at http://services.krediidiinfo.ee/KiCompanyBasic.wsdl.

WSDL for users of Microsoft Development Tools is located at: http://services.krediidiinfo.ee/KiCompanyBasicLit.wsdl. It differs from the previous WSDL in that RPC/litteral is used instead of RPC/encode.


Methods

getName

Requesting company’s name.

Name Type Description
Input parameter: regCode xs:string Company’s registry code.
Output parameter: name xs:string Company’s name. Output value is an empty string if the name is not found (compnay does not exist, error in the registry code etc).


findCompanies

Searching companies by name. The result is an array, which includes companies’ names and registry codes according to the search string.

Name Type Description
Input parameter: regCode xs:string Company’s registry code
count xs:int Maximum number of companies found in the result of the method (The method does not return at once more than 100 companies)
Output parameter: companies ResultCompanyIDDataArray Indexed array which elements are ResultCompanyIDData array elements.

ResultCompanyIDData is a record with the following structure:

Name Type Description
regCode xs:string Company’s registry code
name xs:string Company’s name.


isRegCodeValid

Verification of company’s registry code.

Name Type Description
Input parameter: regCode xs:string Company’s registry code
Output parameter: isValid xs:boolean True if registry code given with parameter is an eight-digit number and the last check digit is correct.


Example in PHP

Example of using KiCompanyBasic web service in PHP.

<?php
/**
 * Example of using KiCompanyBasic web service of Creditinfo Eesti AS.
 */
$param = array('encoding'=>'ISO-8859-13');
$client = new SoapClient('http://services.krediidiinfo.ee/KiCompanyBasic.wsdl', $param);

$name = 'KREDIIDI';
$companies = $client->findCompanies($name, 3);
print_r($companies);

$regCode = '10256137';
$name = $client->getName($regCode);
echo "Registry code  {$regCode} belongs to the company {$name}\n";

$regCode = '10256136'; // check number is invalid!
if (!$client->isRegCodeValid($regCode)) {
    echo "Registry code is incorrect.\n";
} else {
    echo "Registry code is correct\n";
}
?>

Program output:


Array
(
    [0] => Array
        (
            [regCode] => 90006012
            [name] => KREDIIDI JA EKSPORDI GARANTEERIMISE  SITHASUTUS KREDEX
        )

    [1] => Array
        (
            [regCode] => 10704587
            [name] => KREDIIDI JÄRELVALVE OÜ
        )

    [2] => Array
        (
            [regCode] => 10256137
            [name] => CREDITINFO EESTI AS
        )

)
Registry code 10256137 belongs to the company CREDITINFO EESTI AS
Registry code is incorrect.