loans--general
Operations addressed under /loans — 79 operations.
Rendered section: This page contains the general 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-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<LoanDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
CustomerId | Guid? | yes |
ProposalId | Guid? | yes |
CustomerApplicationId | Guid? | yes |
CustomerAccountId | Guid? | yes |
LoanProductId | Guid | no |
LoanNumber | string | no |
FundingSource | int? | yes |
OrganizationId | Guid? | yes |
CurrencyNumber | string | no |
Amount | decimal? | yes |
LoanDate | DateTime? | yes |
Status | int? | yes |
ExchangeRate | decimal? | yes |
AccountingEntryId | Guid? | yes |
LoanCloseDate | DateTime? | yes |
LoanCloseType | int? | yes |
CustomerRiskId | Guid? | yes |
AllotmentQueryId | Guid? | yes |
ParentLoanId | Guid? | yes |
CancelDate | DateTime? | yes |
CancelReason | int? | yes |
CancelDescription | string | no |
LatePenaltyRate | decimal? | yes |
EarlyPaymentDiscountRate | decimal? | yes |
AccrualStatus | int? | yes |
ExternalReference | string | no |
ExternalTransactionid | string | no |
VendorExternalId | Guid? | yes |
StatusContext | string | no |
PartnerId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-loan-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.
accountingEntryIdaccrualStatusPermitted values — validated against the accrual_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Not Accrued | no label seeded |
2 | Accrual Completed | no label seeded |
3 | Error at Accrual | no label seeded |
4 | Accrul Canceled | no label seeded |
5 | Collection Exist - Accrual Not Canceled | no label seeded |
amountcancelDatecancelDescriptioncancelReasoncurrencyNumbercustomerAccountIdcustomerApplicationIdcustomerIdcustomerRiskIdexchangeRateexternalReferenceexternalTransactionidfundingSourcePermitted values — validated against the funding_source parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | equity | en: equity · tr: Öz Kaynak · ar: الملكية |
2 | pool | en: pool · tr: Havuz · ar: حوض سباحة |
idlatePenaltyRateloanCloseDateloanCloseTypeloanDateloanNumberloanProductIdorganizationIdparentLoanIdproposalIdstatusPermitted values — validated against the vendor_disbursement_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Pending Money Transfer | en: Pending Money Transfer · tr: Para Transferi Bekliyor · ar: التحويل المالي المعلق |
2 | Completed | en: Completed · tr: Ödeme Gerçekleşti · ar: تمّ. |
vendorExternalIdcreate-loan
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 CreateLoanDto.
| Field | Declared type | Nullable |
|---|---|---|
LoanNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LOAN_11 | 400 | LOAN_PROPOSAL_MUST_NOT_BE_NULL | Proposal cannot be found. : {0} |
ERR_LOAN_12 | 400 | LOAN_PROPOSAL_IS_NOT_VALID | Proposal is not valid. : {0} |
ERR_LOAN_13 | 400 | LOAN_PAYBACK_PLAN_IS_NOT_FOUND | not published in this snapshot |
ERR_LOAN_14 | 400 | LOAN_PAYBACK_PLAN_IS_NOT_SELECTED | Payback plan is not selected.: {0} |
create-loan › Request Body
customerApplicationIdcustomerIdearlyPaymentDiscountRateexchangeRatefundingSourcePermitted values — validated against the funding_source parameter.
| Value | Meaning |
|---|---|
1 | equity |
2 | pool |
Permitted values — validated against the funding_source parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | equity | en: equity · tr: Öz Kaynak · ar: الملكية |
2 | pool | en: pool · tr: Havuz · ar: حوض سباحة |
latePenaltyRateloanProductIdmonthlyRepaymentRateorganizationIdproposalPaybackPlanIdcurrencyNumberexpensesexternalReferenceexternalTransactionidproposalIdvendorExternalIdcreate-loan › 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.
idloanNumberget-loan-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 LoanDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
CustomerId | Guid? | yes |
ProposalId | Guid? | yes |
CustomerApplicationId | Guid? | yes |
CustomerAccountId | Guid? | yes |
LoanProductId | Guid | no |
LoanNumber | string | no |
FundingSource | int? | yes |
OrganizationId | Guid? | yes |
CurrencyNumber | string | no |
Amount | decimal? | yes |
LoanDate | DateTime? | yes |
Status | int? | yes |
ExchangeRate | decimal? | yes |
AccountingEntryId | Guid? | yes |
LoanCloseDate | DateTime? | yes |
LoanCloseType | int? | yes |
CustomerRiskId | Guid? | yes |
AllotmentQueryId | Guid? | yes |
ParentLoanId | Guid? | yes |
CancelDate | DateTime? | yes |
CancelReason | int? | yes |
CancelDescription | string | no |
LatePenaltyRate | decimal? | yes |
EarlyPaymentDiscountRate | decimal? | yes |
AccrualStatus | int? | yes |
ExternalReference | string | no |
ExternalTransactionid | string | no |
VendorExternalId | Guid? | yes |
StatusContext | string | no |
PartnerId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_LOAN_17 | 400 | LOAN_MUST_NOT_BE_NULL |
path Parameters
idget-loan-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.
accountingEntryIdaccrualStatusPermitted values — validated against the accrual_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Not Accrued | no label seeded |
2 | Accrual Completed | no label seeded |
3 | Error at Accrual | no label seeded |
4 | Accrul Canceled | no label seeded |
5 | Collection Exist - Accrual Not Canceled | no label seeded |
allotmentAssignmentIdamountcancelDatecancelDescriptioncancelReasoncurrencyNumbercustomerAccountIdcustomerApplicationIdcustomerIdcustomerRiskIdexchangeRateexternalReferenceexternalTransactionidfundingSourcePermitted values — validated against the funding_source parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | equity | en: equity · tr: Öz Kaynak · ar: الملكية |
2 | pool | en: pool · tr: Havuz · ar: حوض سباحة |
idlatePenaltyRateloanCloseDateloanCloseTypeloanDateloanNumberloanProductIdorganizationIdparentLoanIdproposalIdstatusPermitted values — validated against the vendor_disbursement_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Pending Money Transfer | en: Pending Money Transfer · tr: Para Transferi Bekliyor · ar: التحويل المالي المعلق |
2 | Completed | en: Completed · tr: Ödeme Gerçekleşti · ar: تمّ. |
vendorExternalId