Skip to main content

Deposittransactionsortingcriteria

The sorting criteria used for Deposit transactions client directed query

fieldstringrequired

The field to use to sort the selection. The field can be an enumerated value or a custom field using the format [customFieldSetId].[customFieldId].

Possible values: [id, externalId, parentAccountId, productId, valueDate, creationDate, amount, branchId, centreId, tillId, fees.name, transactionDetails.transactionChannelId, taxes.taxRate, terms.interestSettings.interestRate, terms.overdraftInterestSettings.interestRate, terms.overdraftSettings.overdraftLimit, affectedAmounts.interestAmount, affectedAmounts.feesAmount, accountBalances.totalBalance]

orderstring

The sorting order: ASC or DESC. The default order is DESC.

Possible values: [ASC, DESC]

Deposittransactionsortingcriteria
{
"field": "id",
"order": "ASC"
}