Query a Contract Details through a Backoffice Service

get

/backoffice-services/backoffice/loans/query/{loanreferencenumber}

This operation queries the contract details through a Backoffice Service.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the loan details for the loan reference number
Body ()
Root Schema : LoanDetailsDtoWrapper
Type: object
Loan Details Dto Wrapper
Show Source
Nested Schema : LoanDetailsDTO
Type: object
LoanDetailsDTO
Show Source
Nested Schema : ResponseDto
Type: object
ResponseDto model
Show Source
Nested Schema : additionalLoanDetails
Type: object
Additional Loan Details Model
Show Source
Nested Schema : cashFlowDetails
Type: array
Cash Flow Details
Show Source
Nested Schema : chargeDetails
Type: array
Charge Details
Show Source
Nested Schema : disbursementDetails
Type: object
Disbursement Details Model
Show Source
Nested Schema : holidayTreatmentPreferences
Type: array
Holiday Treatment Preferences
Show Source
Nested Schema : interestDetails
Type: array
Interest Details
Show Source
Nested Schema : loanDetails
Type: object
Loan Details Model
Show Source
Nested Schema : scheduleDetails
Type: array
Schedule Details
Show Source
Nested Schema : schedulePrincipalLiquidation
Type: object
Schedule Principal Liquidation Model
Show Source
Nested Schema : settlementDetails
Type: object
SettlementDetails Model
Show Source
Nested Schema : statementPreferences
Type: object
StatementPreferences Model
Show Source
Nested Schema : warningCode
Type: array
WarningCodes
Show Source
Nested Schema : cashFlowDetails
Type: object
CashFlowDetails Model
Show Source
Nested Schema : totalAmountAdjusted
Type: object
TotalAmountAdjusted
Nested Schema : holidayTreatmentPreferences
Type: object
HolidayTreatmentPreferences
Show Source
Nested Schema : interestDetails
Type: object
interestDetails Model
Show Source
Nested Schema : scheduleDetails
Type: object
ScheduleDetails Model
Show Source
Nested Schema : warningCode
Type: object
warningCode
Show Source
Nested Schema : httpStatusCode
Type: array
Schedule Details
Show Source
Nested Schema : responseCodes
Type: object
ResponseCodes
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top