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