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
- application/json
- application/xml
Path Parameters
-
productcode(required): string
Request product details for a product code through a backoffice services
Query Parameters
-
currency: string
currency code
Header Parameters
-
branchCode(required): string
branch code from headers
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the product details for the productcode
Root Schema : ProductDetailsDtoWrapper
Type:
object
Product Details Dto Wrapper
Show Source
-
data:
object ProductDTO
ProductDTO
-
messages:
object ResponseDto
ResponseDto model
Nested Schema : ProductDTO
Type:
object
ProductDTO
Show Source
-
holidayTreatmentPreferences:
array holidayTreatmentPreferences
Holiday Treatment Preferences
-
interestDetails:
array interestDetails
Interest Details
-
productDetails:
object productDetails
ProductDetails Model
-
scheduleDetails:
array scheduleDetails
Schedule Details
-
status:
string
status
-
warningCode:
string
WarningCode
Nested Schema : ResponseDto
Type:
object
ResponseDto model
Show Source
-
codes:
string
Codes
-
httpStatusCode:
array httpStatusCode
Schedule Details
-
keyId:
string
KeyId
-
overrideAuthLevelsReqd:
string
OverrideAuthLevelsReqd
-
requestId:
string
RequestId
-
status:
string
Status
Nested Schema : holidayTreatmentPreferences
Type:
array
Holiday Treatment Preferences
Show Source
-
Array of:
object holidayTreatmentPreferences
HolidayTreatmentPreferences
Nested Schema : interestDetails
Type:
array
Interest Details
Show Source
-
Array of:
object interestDetails
interestDetails Model
Nested Schema : productDetails
Type:
object
ProductDetails Model
Show Source
-
branch:
string
Branch
-
principalLiquidation:
string
PrincipalLiquidation
-
productCode:
string
ProductCode
-
productDescription:
string
ProductDescription
-
productGroupDescription:
string
ProductGroupDescription
-
productType:
string
ProductType
Nested Schema : scheduleDetails
Type:
array
Schedule Details
Show Source
-
Array of:
object scheduleDetails
ScheduleDetails Model
Nested Schema : holidayTreatmentPreferences
Type:
object
HolidayTreatmentPreferences
Show Source
-
cascadeSchedule:
string
CascadeSchedule
-
holidayCheck:
string
HolidayCheck
-
holidayCurrencyCode:
string
HolidayCurrencyCode
-
holidayTreatmentPreferenceType:
string
HolidayTreatmentPreferenceType
-
ignoreHoliday:
string
IgnoreHoliday
-
includeBranchHoliday:
string
IncludeBranchHoliday
-
moveAcrossMonth:
string
MoveAcrossMonth
-
moveCommitmentReductionSchedules:
string
MoveCommitmentReductionSchedules
-
moveForwardBackward:
number
MoveForwardBackward
-
movePaymentSchedules:
string
MovePaymentSchedules
-
moveRevisionSchedules:
string
MoveRevisionSchedules
-
scheduleMovement:
string
ScheduleMovement
-
useContractCurrency:
string
UseContractCurrency
-
useFacilityCurrency:
number
UseFacilityCurrency
-
useLocalCurrency:
string
UseLocalCurrency
-
useTrancheCurrency:
string
UseTrancheCurrency
Nested Schema : interestDetails
Type:
object
interestDetails Model
Show Source
-
amount:
string
Amount
-
billingNoticeDays:
string
BillingNoticeDays
-
billingNoticeReqd:
string
BillingNoticeReqd
-
componentName:
string
ComponentName
-
fixedRateCode:
string
FixedRateCode
-
fixedRateType:
string
FixedRateType
-
floatRateCode:
string
FloatRateCode
-
floatRateType:
string
FloatRateType
-
intPeriodBasis:
string
IntPeriodBasis
-
loanCurrencyCode:
string
loanCurrencyCode
-
maxAllInRate:
string
MaxAllInRate
-
minAllInRate:
string
MinAllInRate
-
rate:
string
Rate
-
rateFixingDays:
string
RateFixingDays
-
rateFixingReqd:
string
RateFixingReqd
-
rateRevisionMethod:
string
RateRevisionMethod
-
rateTypeId:
string
RateTypeId
-
resetTenor:
string
ResetTenor
-
specialRateType:
string
SpecialRateType
-
spread:
string
Spread
-
subRateTypeId:
string
SubRateTypeId
-
waiver:
string
Waiver
Nested Schema : scheduleDetails
Type:
object
ScheduleDetails Model
Show Source
-
amount:
string
Amount
-
componentCurrency:
string
ComponentCurrency
-
componentName:
string
ComponentName
-
frequency:
number
Frequency
-
noOfSchedules:
number
NoOfSchedules
-
resetTenor:
string
ResetTenor
-
scheduleType:
string
ScheduleType
-
startDate:
string
StartDate
-
unit:
string
Unit
Nested Schema : httpStatusCode
Type:
array
Schedule Details
Show Source
-
Array of:
object responseCodes
ResponseCodes
Nested Schema : responseCodes
Type:
object
ResponseCodes
Show Source
-
code:
string
Code
-
desc:
string
Description
-
error:
string
Error
-
info:
string
Info
-
language:
string
Language
-
override:
string
Override
-
type:
string
Type
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