loans--by-installment-id
Operations addressed under /loans — 79 operations.
Rendered section: This page contains the by-installment-id route group from loans. This is a presentation-only partition; it does not change the API contract or operation tags in the downloadable OpenAPI.
get-loan-installment-details-by-installment-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as InstallmentDto.
| Field | Declared type | Nullable |
|---|---|---|
InstallmentNo | int | no |
InstallmentDate | DateTime | no |
InstallmentTotalAmount | decimal | no |
CollectionStatus | int | no |
IsAccrual | bool | no |
PrincipalAmount | decimal | no |
RemainingPrincipalAmount | decimal | no |
ProfitAmount | decimal | no |
BalloonPaymentAmount | decimal | no |
CalculateInstallmentDate | DateTime? | yes |
IsManual | bool | no |
LoanId | Guid? | yes |
LoanPaybackPlanId | Guid? | yes |
Taxes | List<InstallmentTaxDto> (collection) | no |
CollectionDetails | List<InstallmentDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LOAN_30 | 400 | LOAN_INSTALLMENT_MUST_NOT_BE_NULL | Installment cannot be found. :{0} |
path Parameters
installmentIdget-loan-installment-details-by-installment-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
collectionStatusPermitted values — validated against the collection_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Not collected | en: Not collected. · tr: Tahsil edilmedi. · ar: لم يتم جمعه. |
2 | Collected | en: Collected. · tr: Tahsil edildi. · ar: تم الجمع |
3 | Partial Collected | en: Partial Collected. · tr: Kısmi Tahsil edildi. · ar: تم الجمع الجزئي. |
4 | Early Collected | en: Early Collected. · tr: Erken Tahsil edildi. · ar: مجمعة مبكرًا. |
5 | Early Closing | en: Early Closing. · tr: Erken Kapama. · ar: إغلاق مبكر |
idinstallmentDateinstallmentNoinstallmentTotalAmountisAccrualloanIdloanPaybackPlanIdprincipalAmountprofitAmountremainingPrincipalAmount