loan-payout-reservations
Operations addressed under /loan-payout-reservations — 3 operations.
get-loan-payout-reservation-list
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 IEnumerable<LoanPayoutReservationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ReservationStatus | int | no |
Amount | decimal? | yes |
CustomerId | Guid | no |
LoanProductId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-loan-payout-reservation-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
amountcustomerIdidloanProductIdreservationStatusPermitted values — validated against the loan_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | INAPPROVAL | en: INAPPROVAL · tr: Onayda · ar: غير موافق |
2 | APPROVED | en: APPROVED · tr: Onaylandı · ar: موافق |
3 | REJECTED | en: REJECTED · tr: Reddedildi · ar: مرفوض |
4 | PAYMENT | en: PAYMENT · tr: Ödeme · ar: الدفع |
5 | FINALIZED | en: Finalized · tr: Kesinleştirildi · ar: تم الانتهاء منه |
6 | CLOSED | en: CLOSED · tr: Kapandı · ar: مُغلق |
7 | FINALIZATION CANCELLATION | en: Finalization Cancellation · tr: Kesinleştirme İptali · ar: إلغاء الإنهاء |
8 | PAYMENT CANCELLATION | en: Payment Cancellation · tr: Ödeme İptali · ar: إلغاء الدفع |
9 | CANCELLED | en: CANCELED · tr: İptal Edildi · ar: ملغاة |
10 | SAVED | en: Saved · tr: Kaydedildi · ar: تم الحفظ |
11 | WAITING FOR FINALIZATION | en: Waiting For Finalization · tr: Kesinleştirme Bekliyor · ar: انتظار الانتهاء |
12 | WAITING FOR CANCELLIZATION | en: Waiting For Cancellization · tr: İptal Bekliyor · ar: انتظار إلغاء الحجز |
13 | LATE CANCELLED | en: LATE CANCELLED · tr: Geç İptal Edildi · ar: تم الإلغاء متأخرًا |
get-loan-payout-reservation-by-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 LoanPayoutReservationDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ReservationStatus | int | no |
Amount | decimal? | yes |
CustomerId | Guid | no |
LoanProductId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_LOAN_109 | 400 | LOAN_PAYOUT_RESERVATION_NOT_FOUND |
path Parameters
idget-loan-payout-reservation-by-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.
amountcustomerIdidloanProductIdreservationStatusPermitted values — validated against the loan_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | INAPPROVAL | en: INAPPROVAL · tr: Onayda · ar: غير موافق |
2 | APPROVED | en: APPROVED · tr: Onaylandı · ar: موافق |
3 | REJECTED | en: REJECTED · tr: Reddedildi · ar: مرفوض |
4 | PAYMENT | en: PAYMENT · tr: Ödeme · ar: الدفع |
5 | FINALIZED | en: Finalized · tr: Kesinleştirildi · ar: تم الانتهاء منه |
6 | CLOSED | en: CLOSED · tr: Kapandı · ar: مُغلق |
7 | FINALIZATION CANCELLATION | en: Finalization Cancellation · tr: Kesinleştirme İptali · ar: إلغاء الإنهاء |
8 | PAYMENT CANCELLATION | en: Payment Cancellation · tr: Ödeme İptali · ar: إلغاء الدفع |
9 | CANCELLED | en: CANCELED · tr: İptal Edildi · ar: ملغاة |
10 | SAVED | en: Saved · tr: Kaydedildi · ar: تم الحفظ |
11 | WAITING FOR FINALIZATION | en: Waiting For Finalization · tr: Kesinleştirme Bekliyor · ar: انتظار الانتهاء |
12 | WAITING FOR CANCELLIZATION | en: Waiting For Cancellization · tr: İptal Bekliyor · ar: انتظار إلغاء الحجز |
13 | LATE CANCELLED | en: LATE CANCELLED · tr: Geç İptal Edildi · ar: تم الإلغاء متأخرًا |
delete-loan-payout-reservation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_LOAN_109 | 400 | LOAN_PAYOUT_RESERVATION_NOT_FOUND |
path Parameters
iddelete-loan-payout-reservation › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.