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
Path Parameters
  • Customer number for which all the loan origination/restructuring application data needs to be listed
Back to Top

Response

Supported Media Types

200 Response

Returns the details of all the loan origination/restructuring applications of the customer number
Body ()
Root Schema : ResponseCollectionModel
Type: object
Response collectionModel
Show Source
Nested Schema : responseCodes
Type: array
Schedule Details
Show Source
Nested Schema : responseCodes
Type: object
ResponseCodes
Show Source

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
Back to Top