ReportProfileDtoFilter¶
Example Json Object
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "nameLike": "string",
16 "principalPositionTypeEqual": "LESSEE",
17 "erpSystemFilterTypeIn": [
18 "ALL"
19 ],
20 "erpSystemsIn": [
21 {
22 "id": 0,
23 "displayId": "string",
24 "status": "CREATED",
25 "name": "string"
26 }
27 ],
28 "leaseAreaFilterTypeIn": [
29 "ALL"
30 ],
31 "leaseAreasIn": [
32 {
33 "id": 0,
34 "displayId": "string",
35 "status": "CREATED",
36 "name": "string"
37 }
38 ],
39 "businessUnitFilterTypeIn": [
40 "ALL"
41 ],
42 "businessUnitsIn": [
43 {
44 "id": 0,
45 "displayId": "string",
46 "status": "CREATED",
47 "name": "string"
48 }
49 ],
50 "companyFilterTypeIn": [
51 "ALL"
52 ],
53 "companyCodesIn": [
54 {
55 "id": 0,
56 "displayId": "string",
57 "status": "CREATED",
58 "erpSystemId": 0,
59 "erpSystemDisplayId": "string",
60 "countryId": 0,
61 "countryDisplayId": "string",
62 "name": "string"
63 }
64 ],
65 "departmentFilterTypeIn": [
66 "ALL"
67 ],
68 "leaseDepartmentsIn": [
69 {
70 "id": 0,
71 "displayId": "string",
72 "status": "CREATED",
73 "name": "string"
74 }
75 ],
76 "leaseGroupFilterTypeIn": [
77 "ALL"
78 ],
79 "leaseGroupsIn": [
80 {
81 "id": 0,
82 "displayId": "string",
83 "status": "CREATED",
84 "name": "string"
85 }
86 ],
87 "costCenterFilterTypeIn": [
88 "ALL"
89 ],
90 "costCentersIn": [
91 {
92 "id": 0,
93 "displayId": "string",
94 "status": "CREATED",
95 "name": "string"
96 }
97 ],
98 "profitCenterFilterTypeIn": [
99 "ALL"
100 ],
101 "profitCentersIn": [
102 {
103 "id": 0,
104 "displayId": "string",
105 "status": "CREATED",
106 "name": "string",
107 "validTo": "2019-08-24",
108 "erpSystemId": 0,
109 "erpSystemDisplayId": "string"
110 }
111 ],
112 "workBreakdownStructureFilterTypeIn": [
113 "ALL"
114 ],
115 "workBreakdownStructuresIn": [
116 {
117 "id": 0,
118 "displayId": "string",
119 "status": "CREATED",
120 "name": "string"
121 }
122 ],
123 "objectStatusIn": [
124 "CREATED"
125 ],
126 "securityProfileIdLike": "string",
127 "calendarTypeEqual": "REGULAR_CALENDAR",
128 "fiscalVariantEqual": {
129 "id": 0,
130 "displayId": "string",
131 "status": "CREATED",
132 "isCalendarYear": true,
133 "yearDependent": true,
134 "erpSystemDisplayId": "string"
135 }
136}
📄 Description: Data transfer object representing a filter for report profiles within the General Ledger domain, facilitating the retrieval of ledger entries, transactions, accounts, and financial records based on specified criteria.
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 |
nameLike |
string |
false |
none |
Filter by partial match of name |
principalPositionTypeEqual |
string |
false |
none |
Filter by exact match of principal position type |
erpSystemFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of erp system filter type |
erpSystemsIn |
false |
none |
Filter by multiple values of erp systems |
|
leaseAreaFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of lease area filter type |
leaseAreasIn |
false |
none |
Filter by multiple values of lease areas |
|
businessUnitFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of business unit filter type |
businessUnitsIn |
false |
none |
Filter by multiple values of business units |
|
companyFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of company filter type |
companyCodesIn |
false |
none |
Filter by multiple values of company codes |
|
departmentFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of department filter type |
leaseDepartmentsIn |
false |
none |
Filter by multiple values of lease departments |
|
leaseGroupFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of lease group filter type |
leaseGroupsIn |
false |
none |
Filter by multiple values of lease groups |
|
costCenterFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of cost center filter type |
costCentersIn |
false |
none |
Filter by multiple values of cost centers |
|
profitCenterFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of profit center filter type |
profitCentersIn |
false |
none |
Filter by multiple values of profit centers |
|
workBreakdownStructureFilterTypeIn |
[string] |
false |
none |
Filter by multiple values of work breakdown structure filter type |
workBreakdownStructuresIn |
false |
none |
Filter by multiple values of work breakdown structures |
|
objectStatusIn |
[string] |
false |
none |
Filter by multiple values of object status |
securityProfileIdLike |
string |
false |
none |
Filter by partial match of security profile id |
calendarTypeEqual |
string |
false |
none |
Filter by exact match of calendar type |
fiscalVariantEqual |
false |
none |
Filter by exact match of fiscal variant |
Enumerated Values
Attribute |
Value |
|---|---|
calendarTypeEqual |
FISCAL_VARIANT, REGULAR_CALENDAR, _360 |
principalPositionTypeEqual |
LESSEE, LESSOR |