19-12-2022 11:21

Метод получения файлов кредитной истории из БКИ

GET   http://gate.brainysoft.ru/outside/credit-history/{customer-key}/nbki(or equifax)/loan-application/{id loanapp}/list

Данный метод позволяет получить файлы кредитной истории НБКИ или Эквифакс по ID заявки клиента.

Запрос

GET   http://gate.brainysoft.ru/outside/credit-history/{customer-key}/nbki/loan-application/{id loanapp}/list

or

GET   http://gate.brainysoft.ru/outside/credit-history/{customer-key}/equifax/loan-application/{id loanapp}/list
Описание параметров
Нет описанных параметров

Ответ


                        {
    "status": "ok",
    "timestamp": "1634803212000",
    "data": [
        {
            "id": 18128,
            "dateFrom": "1634803212",
            "dateTo": "1634803212",
            "type": "nbki_history",
            "checkBureauConsent": false,
            "success": true,
            "error": "null",
            "startDate": "1634802455",
            "completionDate": "1634802460",
            "files": [
            {
                    "type": "html",
                    "url": "/auth/credit-history/******/nbki/file/*******"
                },
                {
                    "type": "xml",
                    "url": "/auth/credit-history/*****/nbki/file/*******xml=1"
                }
            ],
            "file": {
                "type": "html",
                "url": "/auth/credit-history/*****/nbki/file/******"
            }
        }
    ]
}
                    
У данной функции отсутствует описание параметров ответа