Получение дат траншей по контракту
Возвращаются даты траншей из графика погашений по контракту.
Path Parameters
contractId int64 required
contractId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
issueDate date-time
repaymentDate date-time
[
{
"issueDate": "2025-03-31T15:16:31.484Z",
"repaymentDate": "2025-03-31T15:16:31.484Z"
}
]
Unauthorized
Forbidden
Not Found
GET /main/operations/valid-tranche-dates/contract-id/:contractId
Request
Request
curl / cURL
curl -L -X GET '//localhost/main/operations/valid-tranche-dates/contract-id/:contractId' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/main/operations/valid-tranche-dates/contract-id/:contractId' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/main/operations/valid-tranche-dates/contract-id/:contractId' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/main/operations/valid-tranche-dates/contract-id/:contractId' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/main/operations/valid-tranche-dates/contract-id/:contractId' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/main/operations/valid-tranche-dates/contract-id/:contractId' \
-H 'Accept: */*'