Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Http Method

POST

Headers

Content-Type: application/json; Authorization: sessid (obtained from the authorization API)

Request URL

https://secure.ubki.ua/tools/entitysearch(to search by legal entities)

https://secure.ubki.ua/tools/entrepreneursearch (to search for Individuals of entrepreneurs)

Request JSON

( ** parameters are passed optionally)

Expand
title body:

{

   "taxNumber": "string",

   "**companyName": "string"

}

Description of the request parameters

...

Response JSON

Code Block
languagejsonnone
[
   {
       "taxNumber": "33546706",
       "name": "ТОВАРИСТВО З ОБМЕЖЕНОЮ ВІДПОВІДАЛЬНІСТЮ 'УКРАЇНСЬКЕ БЮРО КРЕДИТНИХ ІСТОРІЙ'",
       "directorName": "ПШЕНИЧНИЙ БОГДАН ОЛЕГОВИЧ",
       "address": "УКРАЇНА, 01001, МІСТО КИЇВ, ВУЛИЦЯ ГРУШЕВСЬКОГО, БУДИНОК 1-Д",
       "state": 1,
       "stateName": "зареєстровано",
       "emplCount": 32
   }
]

...

Request XML

Code Block
languagenone
{
  "taxNumber": "3321316201",
  "companyName": "bankname"
}

Response XML

Code Block
languagenone
[
   {
       "taxNumber": "3321316201",
       "idNais": "12298900'",
       "name": "КОЛЕМКО ЮЛІЯ ВЯЧЕСЛАВІВНА",
       "address": "УКРАЇНА, 50027, ДНІПРОПЕТРОВСЬКА ОБЛ., МІСТО КРИВИЙ РІГ, ВУЛИЦЯ ГЕРОЇВ АТО, БУДИНОК 10, ПРИМІЩЕННЯ 2",
       "kvedCode": "62,01",
       "kvedName": "Комп'ютерне програмування",
       "state": 1,
       "stateName": "зареєстровано",
   }
]

...