Query a near maturing Loan Contract Status through a Backoffice Service
get
/backoffice-services/backoffice/loans/query/loanstatus/{branchDate}/{loanCurrency}
This operation queries the loan contract status which is going to get matured 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 as path param
Query Parameters
-
businessProductCode(optional): string
business product code as path param
-
contractRefNumber(optional): string
contract reference number as path param
-
customerName(optional): string
customer Name of the loans maturing in the near future
-
loanAmount(optional): number
loan maturing as path param
-
rmId(optional): string
Relationship manager's user login ID
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 : LoanStatusDetailsDtoWrapper
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 LoanStatusDetailsModel
Status Loan 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 : LoanStatusDetailsModel
Type:
object
Status Loan Details Model
Show Source
-
categories(optional):
array categories
-
currency(optional):
string
Currency
-
loanStatus(optional):
string
Loan Status
-
loanStatusDescription(optional):
string
Loan Status Description
-
noOfLoans(optional):
integer(int64)
Number of Loans
-
totalAmount(optional):
number(double)
Total Amount
Nested Schema : categories
Type:
Show Source
array
-
Array of:
object LoanStatusListModel
Status Loan List Model
Nested Schema : LoanStatusListModel
Type:
object
Status Loan List Model
Show Source
-
customerCategory(optional):
string
Customer Category
-
customerCategoryDescription(optional):
string
customer Category Description
-
totalAmount(optional):
number(double)
Total Amount
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