Get the list of all loan purposes

get

/applicationmaintenance-services/service/api/v1/applicationmaintenance/loanpurposes

This operation gets list of loan purposes using Application Maintenance Service.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Returns the list of lifecycle codes
Body ()
Root Schema : ApplicationMaintenanceModelCollection
Type: object
Collection of ApplicationMaintenanceModel.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : ApplicationMaintenanceModel
Type: object
Application Maintenance model
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