Query a Loan through a Backoffice Service

get

/backoffice-services/backoffice/loans/queryproduct/{productcode}

This opeation queries a loan based on product details through a Backoffice Service.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the product details for the productcode
Body ()
Root Schema : ProductDetailsDtoWrapper
Type: object
Product Details Dto Wrapper
Show Source
Nested Schema : ProductDTO
Type: object
ProductDTO
Show Source
Nested Schema : ResponseDto
Type: object
ResponseDto model
Show Source
Nested Schema : holidayTreatmentPreferences
Type: array
Holiday Treatment Preferences
Show Source
Nested Schema : interestDetails
Type: array
Interest Details
Show Source
Nested Schema : productDetails
Type: object
ProductDetails Model
Show Source
Nested Schema : scheduleDetails
Type: array
Schedule Details
Show Source
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 : 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