API Search endpoints…⌘K

Retrieve Loan Details Template

GET/lokta-lms/api/v1/loans/template

This is a convenience resource. It can be useful when building maintenance user interface screens for client applications. The template data returned consists of any or all of:

Field Defaults
Allowed description Lists
Example Requests:

loans/template?templateType=individual&clientId=1

loans/template?templateType=individual&clientId=1&productId=1

Query parameters

clientIdquery · integer · int64 · optional

clientId

groupIdquery · integer · int64 · optional

groupId

productIdquery · integer · int64 · optional

productId

templateTypequery · string · optional

templateType

staffInSelectedOfficeOnlyquery · boolean · optional

staffInSelectedOfficeOnly

activeOnlyquery · boolean · optional

activeOnly

Responses

200OK

Response fields

clientIdinteger · int64 · optional
clientNamestring · optional
clientOfficeIdinteger · int64 · optional
productOptionsarray of GetLoansTemplateProductOptions · optional
timelineGetLoansTemplateTimeline · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.