/
31 - Information from the State Register of Movable Property Encumbrance

31 - Information from the State Register of Movable Property Encumbrance


A service of obtaining information about existing movable property encumbrance for the TIN/EDRPOU of the subject, encumbrance list for the subject, as well as information about a particular encumbrance by the encumbrance number.


Http Method

POST

Request JSON

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "Tax/Taxpayer Identification Number (INN-RNUKPN)/EDRPOU"

},

"drorm": {

"value": "Encumbrance number by subject"

},

"reqlng": "Search criteria language (code from ref.23)",

"text": "**"

},

"version": "1.0",

"reqtype": "Template code (code from ref.49): 'IInformation from the State Register of Movable Property Encumbrance' service – 31",

"reqreason": "Request objective (code from ref.24)"

},

"descr": "Request object"

},

"descr": "Request envelope"

},

"sessid": "Session key (obtained from the authorization API)"

}

}

}

Response JSON

{

"ubkidata": {

"tech": {

"trace": {

"step": {

"name": "Step name",

"stm": "Step start stamp date",

"ftm": "Step finish stamp date"

}

},

"error": {

"errtype": "Error code (code from ref.0)",

"errtext": "Error text (value from ref.0)"

},

"reqinfo": {

"reqid": "Outgoing request ID generated by UBKI"

},

"billing": {

"balance": {

"value": "Total assets",

"date": "Date",

"time": "Time"

},

"billdetails": {

"freemon": "Sign of free of charge according to the request type 'Monitoring the client of the organization' (reqreason=1), code (0 - No, 1 - Yes)",

"freemonref": "Sign of free of charge according to the request type 'Monitoring the client of the organization' (reqreason=1), value (0 - No, 1 - Yes)"

}

}

},

"comp": [

{

"drorm": {

"burden": {

"number": "Encumbrance number",

"object": "Encumbrance object type",

"regdate": "Date of encumbrance registration",

"subject": "Name and OKPO (state registry of enterprises and organizations) code of the counterparty subject",

"opType": "Encumbrance registration status",

"type": "Type of encumbrance",

"sort": "Sort of encumbrance",

"dcOpType": "Encumbrance registration status (numerical value)",

"nameRegister": "Name of the registrar",

"organizationRegister": "Registrar's organization"

},

"found": "0/1 – numerical designation of existing encumbrances for a subject",

"foundref": "Text designation of existing encumbrances for a subject",

"okpo": "TIN/EDRPOU"

},

"id": "37",

"descr": "Presence of encumbrance in the State Register of Movable Property Encumbrances (DRORM)"

},

{

"drorm": {

"found": "1",

"foundref": "Movable property encumbrances have been found for the client",

"okpo": "TIN/EDRPOU",

"response": "Information about the encumbrance in the json format"

},

"id": "38",

"descr": "Information about the encumbrance in the State Register of Movable Property Encumbrances (DRORM)"

}

]

}

}

Request XML

<?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): 'IInformation from the State Register of Movable Property Encumbrance' service – 31" 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="Tax/Taxpayer Identification Number (INN-RNUKPN)/EDRPOU" />

<!-- Request parameters by the encumbrance number -->

<drorm value="Encumbrance number by subject" />**

</i>

</request>

</req_xml>

</req_envelope>

</ubki>

</doc>

Response XML

<?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" />

<billdetails freemon="Sign of free of charge according to the request type 'Monitoring the client of the organization' (reqreason=1), code (0 - No, 1 - Yes)"

freemonref="Sign of free of charge according to the request type 'Monitoring the client of the organization' (reqreason=1), value (0 - No, 1 - Yes)"/>

</billing>

</tech>

<!-- Existing movable property encumbrances and their list -->

<comp id="37" descr="Presence of encumbrance in the State Register of Movable Property Encumbrances (DRORM)">

<drorm found="0/1 – numerical designation of existing encumbrances for a subject"

foundref="Text designation of existing encumbrances for a subject"

okpo="TIN/EDRPOU">

<burden number="Encumbrance number"

object="Encumbrance object type"

regdate="Date of encumbrance registration"

subject="Name and OKPO (state registry of enterprises and organizations) code of the counterparty subject"

opType="Encumbrance registration status"

type="Type of encumbrance"

sort="Sort of encumbrance"

dcOpType="Encumbrance registration status (numerical value)"

nameRegister="Name of the registrar"

organizationRegister="Registrar's organization" />

<!--This part must contain 0..* items-->

</drorm>

</comp>

<!-- Information about the movable property encumbrance by its number -->

<comp id="38" descr="Information about the encumbrance in the State Register of Movable Property Encumbrances (DRORM)">

<drorm found="1"

foundref="Movable property encumbrances have been found for the client"

okpo="TIN/EDRPOU"

response="Information about the encumbrance in the json format" />

</comp>

</ubkidata>

Example of obtaining a list of burdens according to TIN/EDRPOU

Example of obtaining a list of burdens according to TIN/EDRPOU

Request JSON

{ "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "okpo": "86756457" }, "reqlng": "4" }, "version": "1.0", "reqtype": "31", "reqreason": "2" } } }, "sessid": "EDF4309796114D6D9B8365370DA2DEE9" } } }

Response JSON

{ "ubkidata": { "tech": { "trace": { "step": { "name": "build report", "stm": "2022-08-29 10:02:19.313", "ftm": "2022-08-29 10:02:19.338" } }, "reqinfo": { "reqid": "req2#000002461351" } }, "comp": { "drorm": { "burden": [ { "number": "27272217", "object": "автомобіль легковий", "regdate": "2019-12-02 11:24:13", "subject": "Центральний відділ державної виконавчої служби м. Вінниця Головного територіального управління юстиції у Вінницькій області, 40143408", "opType": "реєстрація обтяження", "type": "арешт рухомого майна", "sort": "публічне обтяження", "dcOpType": "1", "nameRegister": "Матвійчук Юлія Володимирівна", "organizationRegister": "Приватний виконавець Матвійчук Ю.В., Черкаська обл." }, { "number": "27267753", "object": "автомобіль легковий", "regdate": "2019-11-29 15:06:34", "subject": "Центральний відділ державної виконавчої служби м. Вінниця Головного територіального управління юстиції у Вінницькій області, 40143408", "opType": "реєстрація обтяження", "type": "арешт рухомого майна", "sort": "публічне обтяження", "dcOpType": "1", "nameRegister": "Білик Юлія Володимирівна", "organizationRegister": "Приватний виконавець Білик Ю.В., Черкаська обл." }, { "number": "26950501", "object": "автомобіль легковий", "regdate": "2019-08-30 16:18:43", "subject": "Замостянський відділ державної виконавчої служби міста Вінниця Головного територіального управління юстиції у Вінницькій області, 34983238", "opType": "реєстрація обтяження", "type": "арешт рухомого майна", "sort": "публічне обтяження", "dcOpType": "1", "nameRegister": "Білик Юлія Володимирівна", "organizationRegist