Получение финансовой информации по заявкам для выгрузки в кредитное бюро
Метод предназначен для получения данных по списку Id заявок для выгрузки в кредитное бюро.
Path Parameters
date date required
date
ids string required
ids
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
app_cred_currency int64
app_cred_duration int64
app_cred_sum double
app_cred_type int64
app_cred_typecb int64
application_date string
application_id int64
application_num string
application_way string
approval_date string
cred_currency int64
cred_date string
cred_enddate string
cred_full_pay boolean
cred_id int64
cred_missedpay_120 boolean
cred_no string
cred_sum double
cred_sum_contract double
cred_type int64
cred_typecb int64
cred_update string
failure_reason int64
failure_reason_text string
loan_credit int64
region int64
status int64
status_date string
[
{
"app_cred_currency": 0,
"app_cred_duration": 0,
"app_cred_sum": 0,
"app_cred_type": 0,
"app_cred_typecb": 0,
"application_date": "string",
"application_id": 0,
"application_num": "string",
"application_way": "string",
"approval_date": "string",
"cred_currency": 0,
"cred_date": "string",
"cred_enddate": "string",
"cred_full_pay": true,
"cred_id": 0,
"cred_missedpay_120": true,
"cred_no": "string",
"cred_sum": 0,
"cred_sum_contract": 0,
"cred_type": 0,
"cred_typecb": 0,
"cred_update": "string",
"failure_reason": 0,
"failure_reason_text": "string",
"loan_credit": 0,
"region": 0,
"status": 0,
"status_date": "string"
}
]
Unauthorized
Forbidden
Not Found
Loading...