11-02-2021 12:52

Метод получения выгрузки по линиям кредитов (Для кредитных бюро)

GET   bs-core/gateway/unloading/collateral-lines/{clineId}/{date}

Метод позволяет получить выгрузки по линиям кредитов.

Запрос

GET /bs-core/gateway/unloading/collateral-lines/45/2020-10-26

clineId - id линии кредитов

date - дата на которую получаем выгрузку

Описание параметров
Нет описанных параметров

Ответ


                        {
    "status": "ok",
    "timestamp": 1603724345506,
    "data": {
        "cred_update": "26.10.2020",
        "cred_no": "МКЛ eat/01/89-2020",
        "cred_account_no": "45",
        "cred_id": "45",
        "cred_active": 2,
        "cred_active_date": "",
        "cred_type": "09",
        "cred_type_text": null,
        "cred_facility": 8,
        "cred_joint": 0,
        "application_id": null,
        "cred_sum": "1250000.00",
        "cred_sum_contract": "0.00",
        "cred_currency": "RUR",
        "cred_percent": "0",
        "cred_date": "06.10.2020",
        "cred_enddate": "06.10.2021",
        "cred_sum_limit": "0",
        "cred_amount_frequency": "03",
        "cred_security": null,
        "cred_insured": 9,
        "cred_date_missedpayout": "",
        "cred_balance": "0.00",
        "cred_repayed_total": "50000.00",
        "cred_security_amount": "0",
        "cred_security_date": "01.02.1900",
        "cred_security_exp_date": "01.02.1900",
        "cred_full_cost": "0.000",
        "cred_uid": "01eb07d9-9b50-1e60-8e61-49fe14b98a6a-d",
        "op_cred_sum_payout": "0.00",
        "op_cred_date_payout": "",
        "op_cred_sum_debt": "0.00",
        "op_cred_sum_paid": "0.00",
        "op_cred_sum_overdue": "0.00",
        "op_cred_date_overdue": "01.02.1900",
        "op_cred_sum_nextpayout": "0",
        "op_cred_date_nextpayout": "01.02.1900",
        "ta_cred_sum_payout": "0.00",
        "ta_cred_date_payout": "",
        "ta_cred_sum_debt": "0.00",
        "ta_cred_sum_paid": "0.00",
        "ta_cred_sum_overdue": "0",
        "ta_cred_date_overdue": "01.02.1900",
        "ta_cred_sum_nextpayout": "0",
        "ta_cred_date_nextpayout": "01.02.1900",
        "ca_acquirer_name": null,
        "ca_acquirer_registration_data": null,
        "ca_acquirer_INN": null,
        "ca_acquirer_SNILS": null,
        "principal_forepayment_balance": 0.0,
        "interest_forepayment_balance": 0.0,
        "admFee_forepayment_balance": 0.0,
        "ta_cred_sum_payout_dds": "60000.00",
        "ta_cred_date_payout_dds": "06.10.2020",
        "ta_cred_sum_nextpayout_total": "0",
        "pr_urgent_debt": "0.00",
        "int_urgent_debt": "0.00",
        "other_urgent_debt": "0.00",
        "pr_delinquency": "0.00",
        "int_delinquency": "0.00",
        "other_delinquency": "0.00",
        "ta_cred_sum_all": "0.00"
    }
}
                    
У данной функции отсутствует описание параметров ответа