Loantransactionsortingcriteria
The sorting criteria used for when searching loan transactions.
Contains the field that can be used as sorting selection. Can be native (one from the provided list) or otherwise can specify a custom field using the format [customFieldSetId].[customFieldId].
Possible values: [id, externalId, creationDate, valueDate, parentAccountId, productId, amount, originalAmount, originalCurrencyCode, branchId, centreId, tillId, terms.interestSettings.interestRate, transactionDetails.transactionChannelId, fees.name, accountBalances.totalBalance, accountBalances.principalBalance, accountBalances.redrawBalance, accountBalances.expectedPrincipalRedraw, accountBalances.advancePosition, accountBalances.arrearsPosition, affectedAmounts.principalAmount, affectedAmounts.interestAmount, affectedAmounts.interestFromArrearsAmount, affectedAmounts.deferredInterestAmount, affectedAmounts.feesAmount, affectedAmounts.penaltyAmount, affectedAmounts.organizationCommissionAmount, affectedAmounts.fundersInterestAmount, taxes.taxRate]
The sorting order: ASC or DESC. The default order is DESC.
Possible values: [ASC, DESC]
{
"field": "id",
"order": "ASC"
}