LessorActivationGroupClassificationDtoFilter¶
Example Json Object
1{
2 "idIn": [
3 1001,
4 1002,
5 1003
6 ],
7 "idEqual": 1001,
8 "idLike": "100%",
9 "createdAtGreaterThanOrEqual": "2025-01-01T00:00:00Z",
10 "createdAtLessThanOrEqual": "2025-12-31T23:59:59Z",
11 "createdByLike": "admin%",
12 "createdByEqual": "super.admin@nakisa.com",
13 "modifiedAtGreaterThanOrEqual": "2025-06-01T00:00:00Z",
14 "modifiedAtLessThanOrEqual": "2025-07-01T23:59:59Z",
15 "modifiedByLike": "editor%",
16 "modifiedByEqual": "editorUser",
17 "displayIdIn": [
18 "AGC-1001",
19 "AGC-1002"
20 ],
21 "displayIdLike": "AGC-%",
22 "principalPositionTypeEqual": "LESSEE",
23 "transferOfOwnershipEqual": true,
24 "specializedAssetEqual": false,
25 "confirmedClassificationIn": [
26 "OPERATING",
27 "FINANCE"
28 ],
29 "accountingStandardIdIn": [
30 101,
31 102
32 ],
33 "activationGroupRevisionIdIn": [
34 10001,
35 10002
36 ],
37 "activationGroupRevisionDisplayIdIn": [
38 "AGR-10001",
39 "AGR-10002"
40 ],
41 "activationGroupIdIn": [
42 5001,
43 5002
44 ],
45 "activationGroupDisplayIdIn": [
46 "AG-1001",
47 "AG-1002"
48 ],
49 "type": "ACTIVATION_GROUP_CLASSIFICATION"
50}
📄 Description: Data transfer object representing the criteria used to filter lessor activation group classifications within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, financial obligations, and accounting entries.
Properties
None