Service for obtaining numerical indicators about a legal entity and an individual.
The report contains the following components:
Http Method | POST |
---|---|
Request URL | https://secure.ubki.ua/b2_api_xml/ubki/xml |
Request JSON |
Response JSON |
Request XML |
Response XML |
Example |
---|
Request JSON | { "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "okpo": "2111118724" }, "additionaldata": { "featlist": "od1,ch1,ch537,od193,od834,od67,od301", "date": "2019-02-01" }, "reqlng": "4" }, "version": "1.0", "reqtype": "41", "reqreason": "2" } } }, "sessid": "EDF4309796114D6D9B8365370DA2DEE9" } } } |
Response JSON | { "ubkidata": { "tech": { "trace": { "step": { "name": "build report", "stm": "2022-08-29 14:01:58.101", "ftm": "2022-08-29 14:01:59.444" } }, "reqinfo": { "reqid": "req2#000002461665" } }, "comp": { "featureSet": { "features": [ { "name": "ch308", "value": "0.0" }, { "name": "ch318", "value": "5915.82" }, { "name": "od1089", "value": "61.2" }, { "name": "od1081", "value": "52.33" } ], "okpo": "2111118724", "date": "2019-02-01" }, "id": "60", "descr": "FeatureSet" } } } |
Request XML | <?xml version="1.0" encoding="UTF-8"?> <doc> <ubki sessid="EDF4309796114D6D9B8365370DA2DEE9"> <req_envelope> <req_xml> <request version="1.0" reqtype="41" reqreason="2"> <i reqlng="4"> <ident okpo="2111118724"> </ident> <additionaldata featlist="od1,ch1,ch537,od193,od834,od67,od301" date="2019-02-01" /> </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="2022-08-29 14:01:58.101" ftm="2022-08-29 14:01:59.444"/> </trace> <reqinfo reqid="req2#000002461665"/> </tech> <comp id="60" descr="FeatureSet"> <featureSet okpo="2111118724" date="2019-02-01"> <features name="ch308" value="0.0"/> <features name="ch318" value="5915.82"/> <features name="od1089" value="61.2"/> <features name="od1081" value="52.33"/> </featureSet> </comp> </ubkidata> |
XSD Schema request | https://secure.ubki.ua/b2/js/xsd/request41.xsd |
---|---|
XSD Schema response | https://secure.ubki.ua/b2/js/xsd/response41.xsd |
Test URL | https://test.ubki.ua/b2_api_xml/ubki/xml |
---|---|
Test data |
okpo="2111118724" featlist="od1,ch1,ch537,od193,od834,od67,od301" date="2019-02-01"
okpo="12345632" featlist="od1,ch1,ch537,od193,od834,od67,od301" date="2019-01-01" |