Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request JSON
( ** the parameters are transferred optionally if there is a credit history for this client from your organization)

Expand
title body:

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "Tax/Taxpayer Identification Number (INN-RNUKPN, for individuals)",

"lname": "**Last name",

"fname": "**First name",

"mname": "**Middle name",

"bdate": "**Date of birth"

},

"contacts": {

"cont": {

"ctype": "**Contact type (code from ref.10)",

"cval": "**Contact value"

}

},

"docs": {

"doc": {

"dtype": "**Document type (code from ref.7)",

"dser": "**Document series",

"dnom": "**Document number"

}

},

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

},

"version": "1.0",

"reqtype": "Template code (Code from the ref.49): 'Custom credit report' - 48",

"reqreason": "Purpose of the request (Code from the ref.24)"

},

"descr": "Request object"

},

"descr": "Request envelope"

},

"sessid": "Session key (we receive it from the API authorization)"

}

}

}

...

Response XML

Code Block
<?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="20182016-0208-2325" dldpf="20192116-0609-2325" dlamt="0.00" dlcurr="980" typedeal="CC" statedeal="CLOSE" dldateclc="20182019-08-0328" dlamtexpuah="0.00" dldayexp="0" dlflstat="2" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00"/>
        <crdealshort inn="3278508288" dlds="20142019-1112-2523" dldpf="21132021-1104-2523" dlamt="0.00" dlcurr="980" typedeal="CCPL" statedeal="CLOSE" dldateclc="20172020-1105-3003" dlamtexpuah="0.00" dldayexp="0" dlflstat="2" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00"/>
    
    </comp>
</ubkidata>

...