Query a maturity nearing Loan Contract By Month through a Backoffice Service
get
/backoffice-services/backoffice/loans/query/loansmaturenearfuturebymonth/{branchDate}/{loanCurrency}
This operation queries the loan contract which is going to get matured by month in the near future through a Backoffice Service.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
branchDate: string
branchDate as path param
-
loanCurrency: string
Loan Currency
Query Parameters
-
customerCategory(optional): string
customerCategory as query param
-
customerName(optional): string
customer Name of the loans maturing in the near future
-
loanStatus(optional): string
Loan Status as query param
-
monthNo: string
monthNo as query param
-
rmId(optional): string
Relationship manager's user login ID
-
rolloverProcessType(optional): string
Roll-Over process type of loans maturing in the near future
Header Parameters
-
branchCode: string
branch code from headers
-
userId: string
userId from headers
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LoansMaturityDetailsDtoWrapper
Type:
object
Loans Maturity Details Dto Wrapper
Show Source
-
data(optional):
array data
-
messages(optional):
object ResponseDto
ResponseDto model
Nested Schema : data
Type:
Show Source
array
-
Array of:
object LoanMaturityDetailsModel
Loan Maturity Details 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 : LoanMaturityDetailsModel
Type:
object
Loan Maturity Details Model
Show Source
-
applicationReferenceNumber(optional):
string
Application Reference Number
-
customerName(optional):
string
CustomerName
-
customerNo(optional):
string
Customer Number
-
lcyLoanAmount(optional):
number(double)
Local Currency Loan Amount
-
loanAmount(optional):
number(double)
Loan Amount
-
loanBranch(optional):
string
Loan Branch
-
loanCurrency(optional):
string
Loan Currency
-
maturityDate(optional):
string
Maturity Date
-
productDescription(optional):
string
Product Description
-
rate(optional):
number(double)
Rate
-
tenor(optional):
integer
Tenor
-
userDefinedStatus(optional):
string
User Defined Status
-
valueDate(optional):
string
Value Date
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