48 - Custom credit report
The report is formed on the basis of a complete credit report and contains calculation fields that the user needs.
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": {
"bdate": "1989-10-05",
"mname": "ВАСИЛІВНА",
"fname": "ІРІНА",
"lname": "ГАРНА",
"okpo": "3278508288"
},
"docs": {
"doc": {
"dtype": "1",
"dser": "АМ",
"dnom": "578072"
}
},
"contacts": {
"cont": {
"cval": "+380962134234",
"ctype": "3"
}
},
"reqlng": "1"
},
"version": "1.0",
"reqtype": "48",
"reqreason": "2"
},
"descr": "Request object"
},
"descr": "Request envelope"
},
"sessid": "7BD7E136E3BF470EAA2CFE2E8700000D"
}
}
} |
Response JSON | {
"ubkidata": {
"tech": {
"trace": {
"step": {
"name": "build report",
"stm": "2022-11-09 19:08:22.647",
"ftm": "2022-01-09 19:08:22.734"
}
},
"reqinfo": {
"reqid": "req2#000002007797"
}
},
"comp": {
"crdealshort": [
{
"inn": "3278508288",
"dlds": "2018-02-23",
"dldpf": "2019-06-23",
"dlamt": "0.00",
"dlcurr": "980",
"typedeal": "CC",
"statedeal": "CLOSE",
"dldateclc": "2018-08-03",
"dlamtexpuah": "0.00",
"dldayexp": "0",
"dlflstat": "2",
"ex60y3uah": "0.00",
"ex90y3uah": "0.00",
"paymuah": "0.00",
"dlamtcuruah": "0.00",
"reqyear": "0"
},
{
"inn": "3278508288",
"dlds": "2014-11-25",
"dldpf": "2113-11-25",
"dlamt": "0.00",
"dlcurr": "980",
"typedeal": "CC",
"statedeal": "CLOSE",
"dldateclc": "2017-11-30",
"dlamtexpuah": "0.00",
"dldayexp": "0",
"dlflstat": "2",
"ex60y3uah": "0.00",
"ex90y3uah": "0.00",
"paymuah": "0.00",
"dlamtcuruah": "0.00",
"reqyear": "0"
}
],
"id": "71",
"descr": "Custom credit report"
}
}
} |
Request XML | <?xml version="1.0" encoding="UTF-8"?>
<doc>
<ubki sessid="7BD7E136E3BF470EAA2CFE2E8700000D">
<req_envelope descr="Request envelope">
<req_xml descr="Request object">
<request version="1.0" reqtype="48" reqreason="2">
<i reqlng="1">
<ident bdate="1989-10-05" mname="ВАСИЛІВНА" fname="ІРІНА" lname="ГАРНА" okpo="3278508288" />
<docs>
<doc dtype="1" dser="АМ" dnom="578072" />
</docs>
<contacts>
<cont cval="+380962134234" ctype="3" />
</contacts>
</i>
</request>
</req_xml>
</req_envelope>
</ubki>
</doc> |
Response XML | <?xml version="1.0" encoding="UTF-8"?>
<ubkidata>
<tech>
<trace>
<step name="build report" stm="2022-11-09 19:08:22.647" ftm="2022-01-09 19:08:22.734" />
</trace>
<reqinfo reqid="req2#000002007797" />
</tech>
<comp id="71" descr="Custom credit report">
<crdealshort inn="3278508288" dlds="2016-08-25" dldpf="2116-09-25" dlamt="0.00" dlcurr="980" typedeal="CC" statedeal="CLOSE" dldateclc="2019-08-28" dlamtexpuah="0.00" dldayexp="0" dlflstat="2" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00" reqyear="0"/>
<crdealshort inn="3278508288" dlds="2019-12-23" dldpf="2021-04-23" dlamt="0.00" dlcurr="980" typedeal="PL" statedeal="CLOSE" dldateclc="2020-05-03" dlamtexpuah="0.00" dldayexp="0" dlflstat="2" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00" reqyear="0"/>
</comp>
</ubkidata> |
XSD Schema request |
---|
Test URL | |
---|---|
Test data |
<comp id="72" descr="Search by full name + inn if more than 1 person is found">
|