API Search endpoints…⌘K

Adjust a Transaction

POST/lokta-lms/api/v1/loans/{loanId}/transactions/{transactionId}

Note: there is no need to specify command={transactionType} parameter.

Mandatory Fields: transactionDate, transactionAmount

Path parameters

loanIdpath · integer · int64 · required

loanId

transactionIdpath · integer · int64 · required

transactionId

Query parameters

commandquery · string · optional

command

Request body application/json

dateFormatstring · optional
externalIdstring · optional
localestring · optional
notestring · optional
paymentTypeIdinteger · int64 · optional
reversalExternalIdstring · optional
transactionAmountnumber · double · optional
transactionDatestring · optional

Responses

200OK

Response fields

changesPostLoansLoanIdTransactionsResponseChanges · optional
clientIdinteger · int64 · optional
loanIdinteger · int64 · optional
officeIdinteger · int64 · optional
resourceExternalIdstring · optional
resourceIdinteger · int64 · optional
subResourceExternalIdstring · optional
subResourceIdinteger · int64 · 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.