Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Service for obtaining information from the Unified State Register of Declarations of Persons Authorized to Perform State or Local Self-Government Functions (Register of Declarations). The register is maintained by the National Agency for the Prevention of Corruption.


Звіт містить такі компоненти:

Request JSON/Search for documents by the declarant
( ** parameters are transmitted optionally)

  body:

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "**RNOKPP (TIN) of the declarant",

"lname": "Last name",

"fname": "Name",

"mname": "Middle Name",

"bdate": "**Date of birth"

},

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

},

"version": "1.0",

"reqtype": "Template code (code from ref.49): 'Information from the Unified State Register of Declarations' - 49",

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

},

"descr": "Request object"

},

"descr": "Request envelope"

},

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

}

}

}

Response JSON

 body:

{

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

}

}

},

"comp": [

{

"id": "Component Number",

"descr": "",

"declaration": {

"found": "Search parameter (1-found, 0-not)",

"foundref": "Text message of the search result",

"persons": [

{

"identId": "Unique number of the declarant",

"names": [

{

"lname": "Last name",

"fname": "Name",

"mname": "Middle Name",

"personName": "Full name"

}

],

"docs": [

{

"documentId": "Document Number",

"year": "Year of the document",

"typeId": "Document Type",

"docType": "Type of declaration",

"docDate": "Date of declaration submission"

}

]

}

]

}

}

]

}

}

Request XML/Search for documents by the declarant
( ** parameters are transmitted optionally)

  body:

<?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 Unified State Register of Declarations' – 49" 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="**RNOKPP (TIN) of the declarant"

lname="Last name"

fname="Name"

mname="Middle Name"

bdate="**Date of birth" />

</i>

</request>

</req_xml>

</req_envelope>

</ubki>

</doc>

Response XML

 body:

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

<!-- List of declarations -->

<comp id="74" descr="List of declarations">

<declaration found="Search parameter (1-found, 0-not)"

foundref="Text message of the search result">

<persons identId="Unique number of the declarant">

<names lname="Last name"

fname="Name"

mname="Middle Name"

personName="Full name"/>

<docs documentId="Document Number"

year="Year of the document"

typeId="Document Type"

docType="Type of declaration"

docDate="Date of declaration submission"/>

</persons>

</declaration>

</comp>

</ubkidata>

Request JSON/Declaration`s detail info
( ** parameters are transmitted optionally)

  body:

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "**RNOKPP (TIN) of the declarant",

"lname": "Last name",

"fname": "Name",

"mname": "Middle Name",

"bdate": "**Date of birth"

},

"declaration": {

"documentId": "Detailed part of the document"

},

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

},

"version": "1.0",

"reqtype": "Template code (code from ref.49): 'Information from the Unified State Register of Declarations' - 49",

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

},

"descr": "Request object"

},

"descr": "Request envelope"

},

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

}

}

}

Response JSON

 body:

{

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

}

}

},

 "comp": [

            {

                "id": "Component Number",

                "descr": "",

                "declaration": {

                    "found": "Search parameter (1-found, 0-not)",

                    "foundref": "Text message of the search result",

                    "response": "Detailed information of the declaration document"

                }

            }

        ]

    }

}

Request XML/Declaration`s detail info
( ** parameters are transmitted optionally)

  body:

<?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 Unified State Register of Declarations' - 49" 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="**RNOKPP (TIN) of the declarant"

lname="Last name"

fname="Name"

mname="Middle Name"

bdate="**Date of birth" />

<declaration documentId="Detailed part of the document"/>

</i>

</request>

</req_xml>

</req_envelope>

</ubki>

</doc>

Response XML

 body:

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

<!-- List of declarations -->

<comp id="75" descr="Деталізація за декларацією">

<declaration found="Search parameter (1-found, 0-not)"

foundref="Text message of the search result"

response="Detailed information of the declaration document"/>

</comp>

</ubkidata>

An example of obtaining a list of documents for the declarant

Request JSON

{
	"doc": {
		"ubki": {
			"req_envelope": {
				"req_xml": {
					"request": {
						"i": {
							"ident": {
								"okpo": "2318602577",
								 "lname": "КОВАЛЕНКО",
                                 "fname": "ОЛЕКСАНДР", 
                                 "mname": "МИКОЛАЙОВИЧ",
                                 "bdate": "1963-06-25"
							},
							"reqlng": "1"
						},
						"version": "1.0",
						"reqtype": "49",
						"reqreason": "2"
					},
					"descr": "Request object"
				},
				"descr": "Request envelope"
			},
			"sessid": "31B27621126C485BA907065C8F000000"
		}
	}
}

Response JSON

{
    "ubkidata": {
        "tech": {
            "trace": {
                "step": [
                    {
                        "name": "build report",
                        "stm": "2024-04-19 15:40:37.370",
                        "ftm": "2024-04-19 15:40:38.160"
                    }
                ]
            },
            "error": [],
            "reqinfo": {
                "reqid": "req2#000919938111"
            }
        },
        "comp": [
            {
                "id": "74",
                "descr": "List of declarations",
                "declaration": {
                    "found": "1",
                    "foundref": "Found information",
                    "persons": [
                        {
                            "identId": 14464,
                            "names": [
                                {
                                    "lname": "КОВАЛЕНКО",
                                    "fname": "ОЛЕКСАНДР",
                                    "mname": "МИКОЛАЙОВИЧ",
                                    "personName": "КОВАЛЕНКО ОЛЕКСАНДР МИКОЛАЙОВИЧ"
                                }
                            ],
                            "docs": [
                                {
                                    "documentId": "1e247e60-a659-48dc-9ec5-68a0a8a59e9a",
                                    "year": 2015,
                                    "typeId": 3,
                                    "docType": "Щорічна",
                                    "docDate": "2016-10-25"
                                },
                                {
                                    "documentId": "fd16d8e4-d28a-49e6-91dd-4116b727e1a3",
                                    "year": 2015,
                                    "typeId": 1,
                                    "docType": "Щорічна",
                                    "docDate": "2016-10-19"
                                }
                            ]
                        },
                        {
                            "identId": 1313367,
                            "names": [
                                {
                                    "lname": "КОВАЛЕНКО",
                                    "fname": "ОЛЕКСАНДР",
                                    "mname": "МИКОЛАЙОВИЧ",
                                    "personName": "КОВАЛЕНКО ОЛЕКСАНДР МИКОЛАЙОВИЧ"
                                }
                            ],
                            "docs": [
                                {
                                    "documentId": "7fa6904c-d402-4a25-903d-7f25d502c78b",
                                    "year": 2019,
                                    "typeId": 1,
                                    "docType": "Щорічна",
                                    "docDate": "2020-05-31"
                                },
                                {
                                    "documentId": "83288f05-e600-4c39-bb81-d5d6556dfbc2",
                                    "year": 2017,
                                    "typeId": 3,
                                    "docType": "Щорічна",
                                    "docDate": "2018-04-06"
                                },
                                {
                                    "documentId": "8e41790b-f450-4244-b7f5-40b8f66a8130",
                                    "year": 2017,
                                    "typeId": 1,
                                    "docType": "Щорічна",
                                    "docDate": "2018-03-30"
                                },
                                {
                                    "documentId": "9e56c52b-b19a-41c7-92d0-603acab29b23",
                                    "year": 2018,
                                    "typeId": 1,
                                    "docType": "Щорічна",
                                    "docDate": "2019-03-30"
                                },
                                {
                                    "documentId": "a98cef79-69bc-42a4-8dac-72e6c25ff3ed",
                                    "year": 2017,
                                    "typeId": 1,
                                    "docType": "Кандидата на посаду",
                                    "docDate": "2018-05-17"
                                },
                                {
                                    "documentId": "bcaf7a39-979a-46fc-8fb6-a3d665feee21",
                                    "year": 2020,
                                    "typeId": 1,
                                    "docType": "Щорічна",
                                    "docDate": "2021-03-31"
                                }
                            ]
                        }
                    ]
                }
            }
        ]
    }
}

Request XML

<doc>
  <ubki sessid="31B27621126C485BA907065C8F000000">
    <req_envelope descr="">
      <req_xml descr="">
        <request version="1.0" reqtype="49" reqreason="2" reqdate="2024-04-18" reqidout="" reqsource="1">
          <i reqlng="1">
            <ident okpo="2318602577" lname="КОВАЛЕНКО" fname="ОЛЕКСАНДР" mname="МИКОЛАЙОВИЧ" bdate="1963-06-25" />
          </i>
        </request>
      </req_xml>
    </req_envelope>
  </ubki>
</doc>

Response XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ubkidata>
    <tech>
        <trace>
            <step name="build report" stm="2024-04-19 15:48:20.888" ftm="2024-04-19 15:48:21.438"/>
        </trace>
        <reqinfo reqid="req2#000919938111"/>
    </tech>
    <comp id="74" descr="List of declarations">
        <declaration found="1" foundref="Found information">
            <persons identId="14464">
                <names lname="КОВАЛЕНКО" fname="ОЛЕКСАНДР" mname="МИКОЛАЙОВИЧ" personName="КОВАЛЕНКО ОЛЕКСАНДР МИКОЛАЙОВИЧ"/>
                <docs documentId="1e247e60-a659-48dc-9ec5-68a0a8a59e9a" year="2015" typeId="3" docType="Щорічна" docDate="2016-10-25"/>
                <docs documentId="fd16d8e4-d28a-49e6-91dd-4116b727e1a3" year="2015" typeId="1" docType="Щорічна" docDate="2016-10-19"/>
            </persons>
            <persons identId="1313367">
                <names lname="КОВАЛЕНКО" fname="ОЛЕКСАНДР" mname="МИКОЛАЙОВИЧ" personName="КОВАЛЕНКО ОЛЕКСАНДР МИКОЛАЙОВИЧ"/>
                <docs documentId="7fa6904c-d402-4a25-903d-7f25d502c78b" year="2019" typeId="1" docType="Щорічна" docDate="2020-05-31"/>
                <docs documentId="83288f05-e600-4c39-bb81-d5d6556dfbc2" year="2017" typeId="3" docType="Щорічна" docDate="2018-04-06"/>
                <docs documentId="8e41790b-f450-4244-b7f5-40b8f66a8130" year="2017" typeId="1" docType="Щорічна" docDate="2018-03-30"/>
                <docs documentId="9e56c52b-b19a-41c7-92d0-603acab29b23" year="2018" typeId="1" docType="Щорічна" docDate="2019-03-30"/>
                <docs documentId="a98cef79-69bc-42a4-8dac-72e6c25ff3ed" year="2017" typeId="1" docType="Кандидата на посаду" docDate="2018-05-17"/>
                <docs documentId="bcaf7a39-979a-46fc-8fb6-a3d665feee21" year="2020" typeId="1" docType="Щорічна" docDate="2021-03-31"/>
            </persons>
        </declaration>
    </comp>
</ubkidata>

An example of obtaining the details of the declaration document

Request JSON

{
	"doc": {
		"ubki": {
			"req_envelope": {
				"req_xml": {
					"request": {
						"i": {
							"ident": {
								"okpo": "2318602577",
								 "lname": "КОВАЛЕНКО",
                                 "fname": "ОЛЕКСАНДР", 
                                 "mname": "МИКОЛАЙОВИЧ",
                                 "bdate": "1963-06-25"
							},
							"declaration": {
								"documentId": "1e247e60-a659-48dc-9ec5-68a0a8a59e9a"
							},
							"reqlng": "1"
						},
						"version": "1.0",
						"reqtype": "49",
						"reqreason": "2"
					},
					"descr": "Request object"
				},
				"descr": "Request envelope"
			},
			"sessid": "31B27620026C485BA907065C8F000000"
		}
	}
}

Response JSON

{
    "ubkidata": {
        "tech": {
            "trace": {
                "step": [
                    {
                        "name": "build report",
                        "stm": "2024-04-19 15:53:27.039",
                        "ftm": "2024-04-19 15:53:27.642"
                    }
                ]
            },
            "error": [],
            "reqinfo": {
                "reqid": "req2#000989947069"
            }
        },
        "comp": [
            {
                "id": "75",
                "descr": "Declaration`s detail info",
                "declaration": {
                    "found": "1",
                    "foundref": "Found information",
                    "response": "{\"continue_perform_functions\":-1,\"corruption_affected\":2,\"data\":{\"step_0\":{\"data\":{\"declaration_type\":\"Щорічна\",\"declaration_period\":\"2015\",\"declaration_year\":2015}},\"step_1\":{\"data\":{\"birthday\":\"[Конфіденційна інформація]\",\"cityType\":\"Луганськ \/ Луганська Область \/ Україна\",\"workPost\":\"Суддя\",\"country\":\"1\",\"actual_apartmentsNum\":\"[Конфіденційна інформація]\",\"postCategory\":\"[Не застосовується]\",\"firstname\":\"Олександр\",\"corruptionAffected\":\"Ні\",\"actual_cityPath\":\"1.2.32.2.40.1.1\",\"city\":\"[Не застосовується]\",\"changedName\":\"0\",\"actual_cityType\":\"Сквира \/ Сквирський Район \/ Київська Область \/ Україна\",\"houseNum_extendedstatus\":\"0\",\"responsiblePosition\":\"Суддя суду загальної юрисдикції, суддя Конституційного Суду України\",\"street\":\"[Конфіденційна інформація]\",\"actual_city\":\"1.2.32.2.40.1.1\",\"sameRegLivingAddress\":\"0\",\"workPlace\":\"Сквирський районний суд Київської області\",\"streetType\":\"[Конфіденційна інформація]\",\"postType\":\"[Не застосовується]\",\"actual_district\":\"1.2.32.2.40\",\"actual_street\":\"[Конфіденційна інформація]\",\"taxNumber\":\"[Конфіденційна інформація]\",\"middlename\":\"Миколайович\",\"actual_postCode\":\"[Конфіденційна інформація]\",\"actual_region\":\"1.2.32\",\"actual_streetType\":\"[Конфіденційна інформація]\",\"city_extendedstatus\":\"1\",\"lastname\":\"Коваленко\",\"actual_houseNum\":\"[Конфіденційна інформація]\",\"housePartNum_extendedstatus\":\"0\",\"postCategory_extendedstatus\":\"1\",\"cityPath\":\"[Конфіденційна інформація]\",\"postType_extendedstatus\":\"1\",\"actual_country\":\"1\",\"district\":\"1.2.44.1.1\",\"actual_housePartNum_extendedstatus\":\"0\",\"postCode\":\"[Конфіденційна інформація]\",\"apartmentsNum\":\"[Конфіденційна інформація]\",\"actual_housePartNum\":\"[Конфіденційна інформація]\",\"region\":\"1.2.44\",\"housePartNum\":\"[Конфіденційна інформація]\",\"houseNum\":\"[Конфіденційна інформація]\",\"region_txt\":\"Луганська область\",\"district_txt\":\"Луганськ\",\"city_txt\":\"[Не застосовується]\"},\"isNotApplicable\":\"0\"},\"step_2\":{\"data\":[{\"birthday\":\"[Конфіденційна інформація]\",\"firstname\":\"Оксана\",\"citizenship\":\"1\",\"changedName\":\"0\",\"taxNumber\":\"[Конфіденційна інформація]\",\"middlename\":\"Володимирівна\",\"id\":\"1476870401099\",\"subjectRelation\":\"дружина\",\"lastname\":\"Коваленко\"},{\"birthday\":\"[Конфіденційна інформація]\",\"firstname\":\"Костянтин\",\"citizenship\":\"1\",\"changedName\":\"0\",\"taxNumber\":\"[Конфіденційна інформація]\",\"middlename\":\"Олександрович\",\"id\":\"1476870600241\",\"subjectRelation\":\"син\",\"lastname\":\"Коваленко\"}],\"isNotApplicable\":\"0\"},\"step_3\":{\"data\":[{\"country\":\"1\",\"regNumber_extendedstatus\":\"0\",\"city\":\"1.2.32.2.40.1.1\",\"costAssessment\":\"[Не застосовується]\",\"ua_street\":\"[Конфіденційна інформація]\",\"ua_apartmentsNum\":\"[Конфіденційна інформація]\",\"ua_housePartNum_extendedstatus\":\"0\",\"costAssessment_extendedstatus\":\"1\",\"objectType\":\"Квартира\",\"regNumber\":\"[Конфіденційна інформація]\",\"ua_street_extendedstatus\":\"0\",\"ua_postCode\":\"[Конфіденційна інформація]\",\"rights\":[{\"ownershipType\":\"Власність\",\"ua_street\":\"[Конфіденційна інформація]\",\"ua_apartmentsNum\":\"[Конфіденційна інформація]\",\"ua_housePartNum_extendedstatus\":\"0\",\"ua_street_extendedstatus\":\"0\",\"ua_middlename_extendedstatus\":\"1\",\"percent-ownership_extendedstatus\":\"1\",\"ua_taxNumber_extendedstatus\":\"0\",\"ua_city\":\"[Не відомо]\",\"ua_postCode\":\"[Конфіденційна інформація]\",\"ua_postCode_extendedstatus\":\"0\",\"ua_firstname\":\"Юлія\",\"ua_houseNum_extendedstatus\":\"0\",\"citizen\":\"Громадянин України\",\"percent-ownership\":\"[Не застосовується]\",\"ua_streetType_extendedstatus\":\"0\",\"ua_middlename\":\"[Не застосовується]\",\"ua_houseNum\":\"[Конфіденційна інформація]\",\"ua_apartmentsNum_extendedstatus\":\"0\",\"ua_taxNumber\":\"[Конфіденційна інформація]\",\"ua_city_extendedstatus\":\"2\",\"ua_lastname\":\"Кузімович\",\"ua_housePartNum\":\"[Конфіденційна інформація]\",\"rightBelongs\":\"j\",\"ua_streetType\":\"[Конфіденційна інформація]\"}],\"ua_postCode_extendedstatus\":\"0\",\"ua_houseNum_extendedstatus\":\"0\",\"ua_cityType\":\"Сквира \/ Сквирський Район \/ Київська Область \/ Україна\",\"ua_houseNum\":\"[Конфіденційна інформація]\",\"owningDate\":\"09.05.2015\",\"ua_apartmentsNum_extendedstatus\":\"0\",\"cityPath\":\"[Конфіденційна інформація]\",\"costDate\":\"[Не відомо]\",\"person\":\"1\",\"district\":\"1.2.32.2.40\",\"ua_housePartNum\":\"[Конфіденційна інформація]\",\"region\":\"1.2.32\",\"costDate_extendedstatus\":\"2\",\"totalArea\":\"51,10\",\"ua_streetType\":\"[Конфіденційна інформація]\",\"region_txt\":\"Київська область\",\"district_txt\":\"Сквирський район\",\"city_txt\":\"Сквира\"}],\"isNotApplicable\":\"0\"},\"step_4\":{\"data\":[],\"isNotApplicable\":\"1\"},\"step_5\":{\"isNotApplicable\":1},\"step_6\":{\"isNotApplicable\":1},\"step_7\":{\"isNotApplicable\":1},\"step_8\":{\"isNotApplicable\":1},\"step_9\":{\"isNotApplicable\":1},\"step_10\":{\"isNotApplicable\":1},\"step_11\":{\"data\":[{\"source_ua_company_code_extendedstatus\":\"0\",\"person\":\"1\",\"rights\":[{\"ownershipType\":\"Власність\",\"rightBelongs\":\"1\"}],\"sizeIncome\":\"189597\",\"source_ua_company_name\":\"Територіальне управління державної судової адміністраціїї України в Київській області\",\"incomeSource\":\"j\",\"source_citizen\":\"Юридична особа, зареєстрована в Україні\",\"objectType\":\"Заробітна плата отримана за основним місцем роботи\",\"source_ua_company_code\":\"26268119\"},{\"person\":\"1476870401099\",\"rights\":[{\"ownershipType\":\"Власність\",\"rightBelongs\":\"1476870401099\"}],\"sizeIncome\":\"66716\",\"source_ua_company_name\":\"Державна служба України з надзвичайних ситуацій\",\"incomeSource\":\"j\",\"source_citizen\":\"Юридична особа, зареєстрована в Україні\",\"objectType\":\"Заробітна плата отримана за основним місцем роботи\",\"source_ua_company_code\":\"37916735\"},{\"person\":\"1\",\"rights\":[{\"ownershipType\":\"Власність\",\"rightBelongs\":\"1476870401099\"}],\"sizeIncome\":\"8533\",\"otherObjectType\":\"Допомога переселенцям\",\"source_ua_company_name\":\"Управління праці та соціального захисту населення Подільської районної в місті Києві державної адміністрації\",\"incomeSource\":\"j\",\"source_citizen\":\"Юридична особа, зареєстрована в Україні\",\"objectType\":\"Інше\",\"source_ua_company_code\":\"37393782\"}]},\"step_12\":{\"isNotApplicable\":1},\"step_13\":{\"isNotApplicable\":1},\"step_14\":{\"isNotApplicable\":1},\"step_15\":{\"isNotApplicable\":1},\"step_16\":{\"isNotApplicable\":1}},\"declaration_type\":1,\"declaration_year\":2015,\"id\":\"1e247e60-a659-48dc-9ec5-68a0a8a59e9a\",\"post_category\":0,\"post_type\":0,\"responsible_position\":0,\"schema_version\":2,\"type\":3,\"user_declarant_id\":14464,\"date\":\"2016-10-25T17:51:32+03:00\"}"
                }
            }
        ]
    }
}

Request XML

<doc>
  <ubki sessid="31B27621126C485BA907065C8F000000">
    <req_envelope descr="">
      <req_xml descr="">
        <request version="1.0" reqtype="49" reqreason="2" reqdate="2024-04-18" reqidout="" reqsource="1">
          <i reqlng="1">
            <ident okpo="2318602577" lname="КОВАЛЕНКО" fname="ОЛЕКСАНДР" mname="МИКОЛАЙОВИЧ" bdate="1963-06-25" />
            <declaration documentId="1e247e60-a659-48dc-9ec5-68a0a8a59e9a"/>
          </i>
        </request>
      </req_xml>
    </req_envelope>
  </ubki>
</doc>

Response XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ubkidata>
    <tech>
        <trace>
            <step name="build report" stm="2024-04-19 15:55:51.411" ftm="2024-04-19 15:55:52.279"/>
        </trace>
        <reqinfo reqid="req2#000989947069"/>
    </tech>
    <comp id="75" descr="Declaration`s detail info">
        <declaration found="1" foundref="Found information" response="{&quot;continue_perform_functions&quot;:-1,&quot;corruption_affected&quot;:2,&quot;data&quot;:{&quot;step_0&quot;:{&quot;data&quot;:{&quot;declaration_type&quot;:&quot;Щорічна&quot;,&quot;declaration_period&quot;:&quot;2015&quot;,&quot;declaration_year&quot;:2015}},&quot;step_1&quot;:{&quot;data&quot;:{&quot;birthday&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;cityType&quot;:&quot;Луганськ \/ Луганська Область \/ Україна&quot;,&quot;workPost&quot;:&quot;Суддя&quot;,&quot;country&quot;:&quot;1&quot;,&quot;actual_apartmentsNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;postCategory&quot;:&quot;[Не застосовується]&quot;,&quot;firstname&quot;:&quot;Олександр&quot;,&quot;corruptionAffected&quot;:&quot;Ні&quot;,&quot;actual_cityPath&quot;:&quot;1.2.32.2.40.1.1&quot;,&quot;city&quot;:&quot;[Не застосовується]&quot;,&quot;changedName&quot;:&quot;0&quot;,&quot;actual_cityType&quot;:&quot;Сквира \/ Сквирський Район \/ Київська Область \/ Україна&quot;,&quot;houseNum_extendedstatus&quot;:&quot;0&quot;,&quot;responsiblePosition&quot;:&quot;Суддя суду загальної юрисдикції, суддя Конституційного Суду України&quot;,&quot;street&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;actual_city&quot;:&quot;1.2.32.2.40.1.1&quot;,&quot;sameRegLivingAddress&quot;:&quot;0&quot;,&quot;workPlace&quot;:&quot;Сквирський районний суд Київської області&quot;,&quot;streetType&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;postType&quot;:&quot;[Не застосовується]&quot;,&quot;actual_district&quot;:&quot;1.2.32.2.40&quot;,&quot;actual_street&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;taxNumber&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;middlename&quot;:&quot;Миколайович&quot;,&quot;actual_postCode&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;actual_region&quot;:&quot;1.2.32&quot;,&quot;actual_streetType&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;city_extendedstatus&quot;:&quot;1&quot;,&quot;lastname&quot;:&quot;Коваленко&quot;,&quot;actual_houseNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;housePartNum_extendedstatus&quot;:&quot;0&quot;,&quot;postCategory_extendedstatus&quot;:&quot;1&quot;,&quot;cityPath&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;postType_extendedstatus&quot;:&quot;1&quot;,&quot;actual_country&quot;:&quot;1&quot;,&quot;district&quot;:&quot;1.2.44.1.1&quot;,&quot;actual_housePartNum_extendedstatus&quot;:&quot;0&quot;,&quot;postCode&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;apartmentsNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;actual_housePartNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;region&quot;:&quot;1.2.44&quot;,&quot;housePartNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;houseNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;region_txt&quot;:&quot;Луганська область&quot;,&quot;district_txt&quot;:&quot;Луганськ&quot;,&quot;city_txt&quot;:&quot;[Не застосовується]&quot;},&quot;isNotApplicable&quot;:&quot;0&quot;},&quot;step_2&quot;:{&quot;data&quot;:[{&quot;birthday&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;firstname&quot;:&quot;Оксана&quot;,&quot;citizenship&quot;:&quot;1&quot;,&quot;changedName&quot;:&quot;0&quot;,&quot;taxNumber&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;middlename&quot;:&quot;Володимирівна&quot;,&quot;id&quot;:&quot;1476870401099&quot;,&quot;subjectRelation&quot;:&quot;дружина&quot;,&quot;lastname&quot;:&quot;Коваленко&quot;},{&quot;birthday&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;firstname&quot;:&quot;Костянтин&quot;,&quot;citizenship&quot;:&quot;1&quot;,&quot;changedName&quot;:&quot;0&quot;,&quot;taxNumber&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;middlename&quot;:&quot;Олександрович&quot;,&quot;id&quot;:&quot;1476870600241&quot;,&quot;subjectRelation&quot;:&quot;син&quot;,&quot;lastname&quot;:&quot;Коваленко&quot;}],&quot;isNotApplicable&quot;:&quot;0&quot;},&quot;step_3&quot;:{&quot;data&quot;:[{&quot;country&quot;:&quot;1&quot;,&quot;regNumber_extendedstatus&quot;:&quot;0&quot;,&quot;city&quot;:&quot;1.2.32.2.40.1.1&quot;,&quot;costAssessment&quot;:&quot;[Не застосовується]&quot;,&quot;ua_street&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_apartmentsNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_housePartNum_extendedstatus&quot;:&quot;0&quot;,&quot;costAssessment_extendedstatus&quot;:&quot;1&quot;,&quot;objectType&quot;:&quot;Квартира&quot;,&quot;regNumber&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_street_extendedstatus&quot;:&quot;0&quot;,&quot;ua_postCode&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;rights&quot;:[{&quot;ownershipType&quot;:&quot;Власність&quot;,&quot;ua_street&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_apartmentsNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_housePartNum_extendedstatus&quot;:&quot;0&quot;,&quot;ua_street_extendedstatus&quot;:&quot;0&quot;,&quot;ua_middlename_extendedstatus&quot;:&quot;1&quot;,&quot;percent-ownership_extendedstatus&quot;:&quot;1&quot;,&quot;ua_taxNumber_extendedstatus&quot;:&quot;0&quot;,&quot;ua_city&quot;:&quot;[Не відомо]&quot;,&quot;ua_postCode&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_postCode_extendedstatus&quot;:&quot;0&quot;,&quot;ua_firstname&quot;:&quot;Юлія&quot;,&quot;ua_houseNum_extendedstatus&quot;:&quot;0&quot;,&quot;citizen&quot;:&quot;Громадянин України&quot;,&quot;percent-ownership&quot;:&quot;[Не застосовується]&quot;,&quot;ua_streetType_extendedstatus&quot;:&quot;0&quot;,&quot;ua_middlename&quot;:&quot;[Не застосовується]&quot;,&quot;ua_houseNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_apartmentsNum_extendedstatus&quot;:&quot;0&quot;,&quot;ua_taxNumber&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;ua_city_extendedstatus&quot;:&quot;2&quot;,&quot;ua_lastname&quot;:&quot;Кузімович&quot;,&quot;ua_housePartNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;rightBelongs&quot;:&quot;j&quot;,&quot;ua_streetType&quot;:&quot;[Конфіденційна інформація]&quot;}],&quot;ua_postCode_extendedstatus&quot;:&quot;0&quot;,&quot;ua_houseNum_extendedstatus&quot;:&quot;0&quot;,&quot;ua_cityType&quot;:&quot;Сквира \/ Сквирський Район \/ Київська Область \/ Україна&quot;,&quot;ua_houseNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;owningDate&quot;:&quot;09.05.2015&quot;,&quot;ua_apartmentsNum_extendedstatus&quot;:&quot;0&quot;,&quot;cityPath&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;costDate&quot;:&quot;[Не відомо]&quot;,&quot;person&quot;:&quot;1&quot;,&quot;district&quot;:&quot;1.2.32.2.40&quot;,&quot;ua_housePartNum&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;region&quot;:&quot;1.2.32&quot;,&quot;costDate_extendedstatus&quot;:&quot;2&quot;,&quot;totalArea&quot;:&quot;51,10&quot;,&quot;ua_streetType&quot;:&quot;[Конфіденційна інформація]&quot;,&quot;region_txt&quot;:&quot;Київська область&quot;,&quot;district_txt&quot;:&quot;Сквирський район&quot;,&quot;city_txt&quot;:&quot;Сквира&quot;}],&quot;isNotApplicable&quot;:&quot;0&quot;},&quot;step_4&quot;:{&quot;data&quot;:[],&quot;isNotApplicable&quot;:&quot;1&quot;},&quot;step_5&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_6&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_7&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_8&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_9&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_10&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_11&quot;:{&quot;data&quot;:[{&quot;source_ua_company_code_extendedstatus&quot;:&quot;0&quot;,&quot;person&quot;:&quot;1&quot;,&quot;rights&quot;:[{&quot;ownershipType&quot;:&quot;Власність&quot;,&quot;rightBelongs&quot;:&quot;1&quot;}],&quot;sizeIncome&quot;:&quot;189597&quot;,&quot;source_ua_company_name&quot;:&quot;Територіальне управління державної судової адміністраціїї України в Київській області&quot;,&quot;incomeSource&quot;:&quot;j&quot;,&quot;source_citizen&quot;:&quot;Юридична особа, зареєстрована в Україні&quot;,&quot;objectType&quot;:&quot;Заробітна плата отримана за основним місцем роботи&quot;,&quot;source_ua_company_code&quot;:&quot;26268119&quot;},{&quot;person&quot;:&quot;1476870401099&quot;,&quot;rights&quot;:[{&quot;ownershipType&quot;:&quot;Власність&quot;,&quot;rightBelongs&quot;:&quot;1476870401099&quot;}],&quot;sizeIncome&quot;:&quot;66716&quot;,&quot;source_ua_company_name&quot;:&quot;Державна служба України з надзвичайних ситуацій&quot;,&quot;incomeSource&quot;:&quot;j&quot;,&quot;source_citizen&quot;:&quot;Юридична особа, зареєстрована в Україні&quot;,&quot;objectType&quot;:&quot;Заробітна плата отримана за основним місцем роботи&quot;,&quot;source_ua_company_code&quot;:&quot;37916735&quot;},{&quot;person&quot;:&quot;1&quot;,&quot;rights&quot;:[{&quot;ownershipType&quot;:&quot;Власність&quot;,&quot;rightBelongs&quot;:&quot;1476870401099&quot;}],&quot;sizeIncome&quot;:&quot;8533&quot;,&quot;otherObjectType&quot;:&quot;Допомога переселенцям&quot;,&quot;source_ua_company_name&quot;:&quot;Управління праці та соціального захисту населення Подільської районної в місті Києві державної адміністрації&quot;,&quot;incomeSource&quot;:&quot;j&quot;,&quot;source_citizen&quot;:&quot;Юридична особа, зареєстрована в Україні&quot;,&quot;objectType&quot;:&quot;Інше&quot;,&quot;source_ua_company_code&quot;:&quot;37393782&quot;}]},&quot;step_12&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_13&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_14&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_15&quot;:{&quot;isNotApplicable&quot;:1},&quot;step_16&quot;:{&quot;isNotApplicable&quot;:1}},&quot;declaration_type&quot;:1,&quot;declaration_year&quot;:2015,&quot;id&quot;:&quot;1e247e60-a659-48dc-9ec5-68a0a8a59e9a&quot;,&quot;post_category&quot;:0,&quot;post_type&quot;:0,&quot;responsible_position&quot;:0,&quot;schema_version&quot;:2,&quot;type&quot;:3,&quot;user_declarant_id&quot;:14464,&quot;date&quot;:&quot;2016-10-25T17:51:32+03:00&quot;}"/>
    </comp>
</ubkidata>

Test URL

https://test.ubki.ua/b2_api_xml/ubki/xml

Test data

Search for documents by the declarant -

  • lname="КОВАЛЕНКО" fname="ОЛЕКСАНДР" mname="МИКОЛАЙОВИЧ"

Declaration`s detail info -

  • documentId="1e247e60-a659-48dc-9ec5-68a0a8a59e9a"

  • documentId="8e41790b-f450-4244-b7f5-40b8f66a8130"

  • No labels