Get the list of all loan origination/restructuring applications
get
/loanapplication-services/service/api/v1/loanapplications/getLoanApplicationsByCustomerNumber/{customerNumber}
This operation gets the list of all the loan origination/restructuring applications for the given customer number using LoanOriginationApplication Service.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
customerNumber: string
Customer number for which all the loan origination/restructuring application data needs to be listed
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the details of all the loan origination/restructuring applications of the customer number
Root Schema : ResponseCollectionModel
Type:
object
Response collectionModel
Show Source
-
data(optional):
array data
data
-
paging(optional):
object paging
Loan Details
-
responseCodes(optional):
array responseCodes
Schedule Details
Nested Schema : paging
Type:
object
Loan Details
Nested Schema : responseCodes
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