getEarlyRepaymentNoticeStatuses
getEarlyRepaymentNoticeStatuses
Path Parameters
noticeId int64 required
noticeId
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
createdAt date-time
createdUserId int32
date date-time
id int64
info string
saverId int64
status string
Possible values: [ACTIVE
, CANCELED
, COMPLETED
, OVERDUE
, PARTIALLY_COMPLETED
]
[
{
"createdAt": "2024-11-20T07:47:13.840Z",
"createdUserId": 0,
"date": "2024-11-20T07:47:13.840Z",
"id": 0,
"info": "string",
"saverId": 0,
"status": "ACTIVE"
}
]
Unauthorized
Forbidden
Not Found
Loading...