loans
Operations addressed under /loans — 44 operations.
Cancel Loan Bpmn
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bff-service-dynamic-aurax-bff-redirect-cancel-loan-bpmn service definition through POST /api/loans/cancel.
Request and response fields are declared on the routing target cancel-loan-bpmn; this entry declares none of its own.
Cancel Loan Bpmn › Request Body
loanCancelDescriptionloanCancelReasonloanIdisLoanDisbursementEditCancel Loan Bpmn › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
reverseAccountingEntryIdaurax-bff-redirect-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.
aurax-bff-redirect-get-loan-list › 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.
aurax-bff-redirect-get-loan-list-by-customer-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Read from the caller's token, not from the request: customerId.
aurax-bff-redirect-get-loan-list-by-customer-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-loan-vendor-detail-list-by-customer-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
customerIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-vendor-detail-list-by-customer-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-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
installmentIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-installment-details-by-installment-id › 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.
aurax-bff-redirect-get-delegation-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<LoanDelegationDto>.
| Field | Declared type | Nullable |
|---|---|---|
LoanId | Guid | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-delegation-list › 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.
aurax-bff-redirect-get-insurance-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<InsuranceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Type | int | no |
PolicyNumber | int | no |
LoanId | Guid | no |
ProductName | string | no |
Company | string | no |
PolicyHolderNumber | int | no |
CoverageCurrencyNumber | string | no |
PolicyHolderFullname | string | no |
LossPayee | string | no |
VehicleBrand | string | no |
VehicleModel | string | no |
VehicleType | string | no |
EngineNumber | string | no |
ChassisNumber | string | no |
Plate | string | no |
PremiumAmount | decimal? | yes |
PremiumCurrencyNumber | string | no |
CoverageAmount | decimal? | yes |
StartDate | DateTime? | yes |
EndDate | DateTime? | yes |
Member names are the service's declaration names.
aurax-bff-redirect-get-insurance-list › 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.
aurax-bff-redirect-get-metal-purchase-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-metal-purchase-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<LoanMetalPurchaseDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LoanId | Guid | no |
CurrencyId | int | no |
Code | string | no |
UnitPrice | decimal | no |
Weight | decimal | no |
GlBalanceId | Guid? | yes |
Member names are the service's declaration names.
aurax-bff-redirect-get-metal-purchase-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-get-loan-return-payment-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<LoanReturnPaymentBaseDto>.
| Field | Declared type | Nullable |
|---|---|---|
Amount | decimal | no |
LoanId | Guid | no |
Status | int | no |
ReturnProcessingDate | DateTime? | yes |
ReturnDate | DateTime | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-loan-return-payment-list › 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.
aurax-bff-redirect-get-vendor-disbursement-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<VendorDisbursementDto>.
| Field | Declared type | Nullable |
|---|---|---|
InternalVendorId | Guid? | yes |
ExternalVendorId | Guid? | yes |
LoanId | Guid | no |
CustomerId | Guid | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-vendor-disbursement-list › 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.
aurax-bff-redirect-get-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
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-by-id › 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.
aurax-bff-redirect-get-delegation-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 LoanDelegationDto.
| Field | Declared type | Nullable |
|---|---|---|
LoanId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LOAN_17 | 400 | LOAN_MUST_NOT_BE_NULL | not published in this snapshot |
ERR_LOAN_39 | 400 | DELEGATION_IS_NOT_FOUND | Loan - delegation cannot be found. :{0} |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
delegationIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-delegation-by-id › 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.
aurax-bff-redirect-update-loan-delegation-ui-bpmn
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
delegationIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-loan-delegation-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-loan-details-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 LoanDetailsDto.
| Field | Declared type | Nullable |
|---|---|---|
ChannelType | int? | yes |
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 |
Disbursements | List<BaseVendorDisbursementDto> (collection) | no |
PaybackPlans | List<LoanPaybackPlanDto> (collection) | no |
CollateralUsages | List<LoanCollateralUsageBaseDto> (collection) | no |
Expenses | List<LoanExpenseBaseDto> (collection) | no |
Orders | List<LoanOrderBaseDto> (collection) | no |
Delegations | List<LoanDelegationBaseDto> (collection) | no |
Guarantors | List<GetLoanGuarantorDto> (collection) | no |
ReturnPayments | List<LoanReturnPaymentBaseDto> (collection) | no |
Insurances | List<InsuranceDto> (collection) | no |
Merchants | List<string> (collection) | no |
PoolDefinitionRates | List<LoanPoolDefinitionRateDto> (collection) | no |
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
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-details-by-id › 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.
aurax-bff-redirect-get-loan-expense-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-loan-expense-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<LoanExpenseDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LoanId | Guid | no |
ExpenseId | Guid | no |
IsInclude | bool? | 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
idaurax-bff-redirect-get-loan-expense-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-redirect-get-installment-list-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 List<InstallmentQueryDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
InstallmentNo | int? | yes |
InstallmentDate | DateTime? | yes |
CollectionStatus | int? | yes |
IsAccrual | bool | no |
InstallmentTotalAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-installment-list-by-id › 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.
aurax-bff-redirect-get-insurance-by-loan-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 IEnumerable<InsuranceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Type | int | no |
PolicyNumber | int | no |
LoanId | Guid | no |
ProductName | string | no |
Company | string | no |
PolicyHolderNumber | int | no |
CoverageCurrencyNumber | string | no |
PolicyHolderFullname | string | no |
LossPayee | string | no |
VehicleBrand | string | no |
VehicleModel | string | no |
VehicleType | string | no |
EngineNumber | string | no |
ChassisNumber | string | no |
Plate | string | no |
PremiumAmount | decimal? | yes |
PremiumCurrencyNumber | string | no |
CoverageAmount | decimal? | yes |
StartDate | DateTime? | yes |
EndDate | DateTime? | 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
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-insurance-by-loan-id › 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.
aurax-bff-redirect-get-insurance-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 InsuranceDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Type | int | no |
PolicyNumber | int | no |
LoanId | Guid | no |
ProductName | string | no |
Company | string | no |
PolicyHolderNumber | int | no |
CoverageCurrencyNumber | string | no |
PolicyHolderFullname | string | no |
LossPayee | string | no |
VehicleBrand | string | no |
VehicleModel | string | no |
VehicleType | string | no |
EngineNumber | string | no |
ChassisNumber | string | no |
Plate | string | no |
PremiumAmount | decimal? | yes |
PremiumCurrencyNumber | string | no |
CoverageAmount | decimal? | yes |
StartDate | DateTime? | yes |
EndDate | DateTime? | 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 |
ERR_LOAN_95 | 400 | LOAN_INSURANCE_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
insuranceIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-insurance-by-id › 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.
aurax-bff-redirect-update-insurance-bpmn
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
insuranceIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-insurance-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-metal-puchase-by-loan-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-metal-puchase-by-loan-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<LoanMetalPurchaseDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LoanId | Guid | no |
CurrencyId | int | no |
Code | string | no |
UnitPrice | decimal | no |
Weight | decimal | no |
GlBalanceId | 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
idaurax-bff-redirect-get-metal-puchase-by-loan-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-get-loan-metal-purchase-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-loan-metal-purchase-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as LoanMetalPurchaseDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LoanId | Guid | no |
CurrencyId | int | no |
Code | string | no |
UnitPrice | decimal | no |
Weight | decimal | no |
GlBalanceId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_LOAN_110 | 400 | LOAN_METAL_PURCHASE_NOT_FOUND |
ERR_LOAN_17 | 400 | LOAN_MUST_NOT_BE_NULL |
path Parameters
idmetalPurchaseIdaurax-bff-redirect-get-loan-metal-purchase-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-redirect-update-loan-metal-purchase
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target update-loan-metal-purchase; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_LOAN_110 | 400 | LOAN_METAL_PURCHASE_NOT_FOUND |
ERR_LOAN_17 | 400 | LOAN_MUST_NOT_BE_NULL |
path Parameters
idmetalPurchaseIdaurax-bff-redirect-update-loan-metal-purchase › Request Body
codecurrencyIdglBalanceIdunitPriceweightaurax-bff-redirect-update-loan-metal-purchase › 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.
aurax-bff-redirect-get-loan-payback-plan-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-loan-payback-plan-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<LoanPaybackPlanDto>.
| Field | Declared type | Nullable |
|---|---|---|
InstallmentCount | int | no |
MonthlyRate | decimal | no |
TotalAmount | decimal? | yes |
TotalPaymentAmount | decimal | no |
Xirr | decimal? | yes |
EffectiveInterestRate | decimal | no |
CompoundInterestRate | decimal | no |
IsActive | bool | no |
AverageMaturity | int | no |
PaybackPlanId | Guid? | yes |
Installments | List<InstallmentDto> (collection) | no |
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
idaurax-bff-redirect-get-loan-payback-plan-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-redirect-get-loan-return-payment-detail-collection-list-by-loan-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-return-payment-detail-collection-list-by-loan-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-loan-return-payment-detail-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
loanReturnPaymentIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-loan-return-payment-detail-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-vendor_disbursements-by-loan-id-query
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-vendor_disbursements-by-loan-id-query › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-vendor-disbursement-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 VendorDisbursementDto.
| Field | Declared type | Nullable |
|---|---|---|
InternalVendorId | Guid? | yes |
ExternalVendorId | Guid? | yes |
LoanId | Guid | no |
CustomerId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LOAN_17 | 400 | LOAN_MUST_NOT_BE_NULL | not published in this snapshot |
ERR_LOAN_22 | 400 | LOAN_VENDOR_DISBURSEMENT_MUST_NOT_BE_NULL | Vendor disbursement cannot be found.:{0} |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
vendorDisbursementIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-vendor-disbursement-by-id › 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.