Перевірка наявності судових рішень, з функцією перегляду, за участю юридичної особи в якості як позивача, так і відповідача.
Звіт містить такі компоненти:
Http Method | POST |
---|---|
Request URL | https://secure.ubki.ua/b2_api_xml/ubki/xml |
Request JSON |
Response JSON |
Request XML |
Response XML |
Приклад |
---|
Request JSON | { "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "okpo": "86756457" }, "additionaldata": { "courtid": "2021-568717" }, "reqlng": "1" }, "version": "1.0", "reqtype": "28", "reqreason": "2" }, "descr": "Об'єкт запиту" }, "descr": "Конверт запиту" }, "sessid": "ACA79A6A9145406C8FC000D86A2D4111" } } } |
Response JSON | { "ubkidata": { "tech": { "trace": { "step": { "name": "build report", "stm": "2019-12-06 14:42:06.423", "ftm": "2021-02-10 14:42:06.554" } }, "reqinfo": { "reqid": "req2#000264082429" } }, "comp": { "courtinfo": { "courtid": "2021-568717", "courttext": "Текст судебного документа" }, "id": "33", "descr": "" } } } |
Request XML | <?xml version="1.0" encoding="UTF-8"?> <doc> <ubki sessid="ACA79A6A9145406C8FC000D86A2D4111"> <req_envelope descr="Конверт запиту"> <req_xml descr="Об'єкт запиту"> <request version="1.0" reqtype="28" reqreason="2"> <i reqlng="1"> <ident okpo="86756457" /> <additionaldata courtid="2021-568717" /> </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="2019-12-06 14:42:06.423" ftm="2021-02-10 14:42:06.554" /> </trace> <reqinfo reqid="req2#000264082429" /> </tech> <comp id="33" descr=""> <courtinfo courtid="2021-568717" courttext="Текст судебного документа" /> </comp> </ubkidata> |
XSD Schema request | https://secure.ubki.ua/b2/js/xsd/request28.xsd |
---|---|
XSD Schema response | https://secure.ubki.ua/b2/js/xsd/response28.xsd |
Test URL | https://test.ubki.ua/b2_api_xml/ubki/xml |
---|---|
Test data |
|