...
Http Method | POST |
---|---|
Request URL | https://secure.ubki.ua/b2_api_xml/ubki/xml |
Request JSON |
Expand | ||
---|---|---|
| ||
{ "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "okpo": "РНОКПП (ІПН) фізособи", "lname": "**Прізвище", "fname": "**Ім'я", "mname": "**По батькові", "bdate": "**Дата народження" }, "rrp": { "value": "Encumbrance number by subject" }, "reqlng": "Search criteria language (code from ref.23)", "_text": "**" }, "version": "1.0", "reqtype": "Template code (code from ref.49): 'Information from the State Register of Real Rights ' – 33", "reqreason": "Request objective (code from ref.24)" }, "descr": "Request object" }, "descr": "Request envelope" }, "sessid": "Session key (obtained from the authorization API)" } } } |
Request XML
( ** parameters are passed optionally)
Response JSON
|
<?xml version="1.0" encoding="utf-8"?>
<doc>
<ubki sessid="Session key (obtained from the authorization API)">
<req_envelope descr="Request envelope">
<req_xml descr="Request object">
<!-- Request parameters -->
|
<!-- Parameters describing search criteria-->
<i reqlng="Search criteria language (code from ref.23)">
<!-- Subject identification parameters-->
<ident okpo="РНОКПП (ІПН) фізособи"
lname="**Прізвище"
fname="**Ім'я"
mname="**По батькові"
bdate="**Дата народження" />
<!-- Request parameters by the encumbrance number -->
<rrp value="Encumbrance number by subject" />**
</i>
</request>
</req_xml>
</req_envelope>
</ubki>
</doc>
Response XML
Expand | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?> <ubkidata> <!-- System information part --> <tech> <trace> <step name="Step name" stm="Step start stamp date" ftm="Step finish stamp date"> <!-- The trace part contains timing metrics of components generation steps --> </step> </trace> <error errtype="Error code (code from ref.0)" errtext="Error text (value from ref.0)"> </error> <reqinfo reqid="Outgoing request ID generated by UBKI"> </reqinfo> <!-- Information about the current status of the prepaid account part--> <billing> <balance value="Total assets" date="Date" time="Time" /> </billing> </tech> <!-- Presence of information in the immovable property rights register --> <comp id="42" descr="Presence of information in the immovable property rights register"> <rrp found="0/1 – numerical designation of existing objects, by the subject" foundref="Text designation of existing objects, by the subject" okpo="TIN/EDRPOU" /> <immovables id="Object number" description="Object description (address/cadastral number)" /> <!-- This part must contain 0..* items--> </comp> <!-- Information about the object from the immovable property rights register --> <comp id="43" descr="Information about the object from the immovable property rights register"> <rrp found="0/1 (0 – no registered property,1 – there is registered property)" foundref="The client has immovable property rights/The client has no immovable property rights" okpo="TIN/EDRPOU" response="Information about the object in the json format" /> </comp> </ubkidata> |
An example of obtaining a list of burdens according to TIN/EDRPOU
Request JSON
Code Block |
---|
{
"doc": {
"ubki": {
"req_envelope": {
"req_xml": {
"request": {
"i": {
"ident": {
"okpo": "97867562"
},
"reqlng": "4"
},
"version": "1.0",
"reqtype": "33",
"reqreason": "2"
}
}
},
"sessid": "EDF4309796114D6D9B8365370DA2DEE9"
}
}
} |
Request XML
Code Block |
---|
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<ubki sessid="EDF4309796114D6D9B8365370DA2DEE9">
<req_envelope>
<req_xml>
<request version="1.0" reqtype="33" reqreason="2">
<i reqlng="4">
<ident okpo="97867562" />
</i>
</request>
</req_xml>
</req_envelope>
</ubki>
</doc> |
Response XML
|
Request XML |
Expand | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?> <doc> <ubki sessid="Session key (obtained from the authorization API)"> <req_envelope descr="Request envelope"> <req_xml descr="Request object"> <!-- Request parameters --> <request version="1.0" reqtype="Template code (code from ref.49): 'Information from the State Register of Real Rights ' – 33" reqreason="Request objective (code from ref.24)"> <!-- Parameters describing search criteria--> <i reqlng="Search criteria language (code from ref.23)"> <!-- Subject identification parameters--> <ident okpo="РНОКПП (ІПН) фізособи" lname="**Прізвище" fname="**Ім'я" mname="**По батькові" bdate="**Дата народження" /> <!-- Request parameters by the encumbrance number --> <rrp value="Encumbrance number by subject" />** </i> </request> </req_xml> </req_envelope> </ubki> </doc> |
Response XML
|
An example of obtaining a list of burdens according to TIN/EDRPOU |
---|
Request JSON |
|
Response JSON |
|
Request XML |
|
Response XML |
|
An example of obtaining information on weights by the number of weights |
---|
Request JSON |
|
Response JSON |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An example of obtaining information on weights by the number of weights
Request JSON
|
Request XML |
|
...