SortObject¶
Example Json Object
1{
2 "unsorted": true,
3 "sorted": true,
4 "empty": true
5}
📄 Description: Data transfer object representing the sorting criteria for ledger entries, transactions, and accounts within the General Ledger, facilitating organized retrieval and management of financial records.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
unsorted |
boolean |
false |
none |
Boolean flag indicating unsorted status |
sorted |
boolean |
false |
none |
Boolean flag indicating sorted status |
empty |
boolean |
false |
none |
Whether the result set is empty |