getProlongationHistory
getProlongationHistory
Path Parameters
contractId int64 required
contractId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
amount double
dateFrom date
dateTo date
execDate date-time
[
{
"amount": 0,
"dateFrom": "2024-11-20",
"dateTo": "2024-11-20",
"execDate": "2024-11-20T07:47:13.761Z"
}
]
Unauthorized
Forbidden
Not Found
Loading...