Query a Product Contract Schedule Components through a Backoffice Service
get
/backoffice-services/backoffice/loans/query/schedulecomponents/{productCode}
This operation queries the list of product contract schedule components through a Backoffice Service.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
productCode: string
productCode as path param
Query Parameters
-
scheduleType(optional): string
scheduleType as query param
Header Parameters
-
branchCode: string
branch code from headers
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : ScheduleComponentsListDtoWrapper
Type:
object
Product Schedule Components List Dto Wrapper
Show Source
-
data(optional):
array data
-
messages(optional):
object ResponseDto
ResponseDto model
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 : 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.
500 Response
Internal error