getCustomStatusesHistory
getCustomStatusesHistory
Path Parameters
id int64 required
id
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
id int64
info string
insertDate date-time
manual boolean
status string
Possible values: [ACTIVE
, ACTIVE_SB
, BAD_LOAN
, BANKRUPTCY
, CANCELED
, COLLECTOR
, DEB
, DELINQUENT
, EARLY_REPAID
, FRAUD
, LEFT_IN_WORK_OP
, MISTAKEN
, REPAID
, SOLD
, TRANSFERRED_TO_EXTERNAL_KA
, UNDER_COURT
, WRITTEN_OFF
]
userId int32
[
{
"id": 0,
"info": "string",
"insertDate": "2024-11-20T07:47:13.814Z",
"manual": true,
"status": "ACTIVE",
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...