Gljournalentrysortingcriteria
Represents the sorting criteria used for general ledger journal entries.
fieldstringrequired
The field that can be used to sort the selection. These fields can be from the enumerated values or you can specify a custom field using the format [customFieldSetId].[customFieldId].
Possible values: [encodedKey, entryId, bookingDate, creationDate, transactionId, glAccountName, glAccountId, glAccountType, debit, credit, foreignDebit, foreignCredit, loanAccountId, userName, user, branchName, foreignCurrency]
orderstring
The sorting order: ASC or DESC. The default order is DESC.
Possible values: [ASC, DESC]
Gljournalentrysortingcriteria
{
"field": "encodedKey",
"order": "ASC"
}