Loans

Updates the loan details for the specified loan identifier, with support for multi-file upload.

put/loans

Query parameters

loanIdstring uuid

The unique identifier of the loan to update.

Request body

status0 | 1 | 2 | 3 | 4 | 5
loanDisbursalMode0 | 1
loanReleaseDatestring nullable
loanAmountnumber double nullable
typeOfInterest0 | 1 | 2
interestRatePerAnnumnumber double nullable
repaymentTermMonthsinteger nullable
emiDeductsFromstring nullable
notestring nullable

Response

OK

succeededboolean

Gets or sets a value indicating whether this Keka.API.Web.Core.Response`1 is succeeded.

messagestring nullable

Gets or sets the message.

errorsstring[] nullable

Gets or sets the errors.

databoolean

Gets or sets the data.

Changes

No recorded changes to this endpoint across all 1 revision of this API.