Получение истории статусов по заявке на займ
Этот метод возвращает информацию по статусу заявки (Создана, Автоматическая проверка, В ожидании, Ожидает рассмотрения, К выдаче, Выдана ...). Идентификаторы и их расшифровку смотрите здесь.
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
comment string
denialReasonId int64
insertDate date-time
responsibleRoleId int32
statusId int64
userId int32
[
{
"comment": "string",
"denialReasonId": 0,
"insertDate": "2024-11-20T07:47:14.039Z",
"responsibleRoleId": 0,
"statusId": 0,
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...