ActivationGroupClassificationDtoFilter¶
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 for filtering activation group classifications within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
idIn |
[integer] |
false |
none |
Filter by multiple values of id |
idEqual |
integer(int64) |
false |
none |
Filter by exact match of id |
idLike |
string |
false |
none |
Filter by partial match of id |
createdAtGreaterThanOrEqual |
string(date-time) |
false |
none |
Filter where created at is greater than or equal to specified value |
createdAtLessThanOrEqual |
string(date-time) |
false |
none |
Filter where created at is less than or equal to specified value |
createdByLike |
string |
false |
none |
Filter by partial match of created by |
createdByEqual |
string |
false |
none |
Filter by exact match of created by |
modifiedAtGreaterThanOrEqual |
string(date-time) |
false |
none |
Filter where modified at is greater than or equal to specified value |
modifiedAtLessThanOrEqual |
string(date-time) |
false |
none |
Filter where modified at is less than or equal to specified value |
modifiedByLike |
string |
false |
none |
Filter by partial match of modified by |
modifiedByEqual |
string |
false |
none |
Filter by exact match of modified by |
displayIdIn |
[string] |
false |
none |
Filter by multiple values of display id |
displayIdLike |
string |
false |
none |
Filter by partial match of display id |
principalPositionTypeEqual |
string |
false |
none |
Filter by exact match of principal position type |
transferOfOwnershipEqual |
boolean |
false |
none |
Filter by exact match of transfer of ownership |
specializedAssetEqual |
boolean |
false |
none |
Filter by exact match of specialized asset |
confirmedClassificationIn |
[string] |
false |
none |
Filter by multiple values of confirmed classification |
accountingStandardIdIn |
[integer] |
false |
none |
Filter by multiple values of accounting standard id |
activationGroupRevisionIdIn |
[integer] |
false |
none |
Filter by multiple values of activation group revision id |
activationGroupRevisionDisplayIdIn |
[string] |
false |
none |
Filter by multiple values of activation group revision display id |
activationGroupIdIn |
[integer] |
false |
none |
Filter by multiple values of activation group id |
activationGroupDisplayIdIn |
[string] |
false |
none |
Filter by multiple values of activation group display id |
type |
string |
false |
none |
Type of the resource |
Enumerated Values
Attribute |
Value |
|---|---|
principalPositionTypeEqual |
LESSEE, LESSOR |