DisclosureReportFilterTypesDto¶
Example Json Object
1{
2 "erpSystemFilterType": "ALL",
3 "erpSystems": [
4 {
5 "id": 0,
6 "displayId": "string",
7 "status": "CREATED",
8 "name": "string",
9 "type": "NAKISA",
10 "sapVersion": "ECC_EHP5"
11 }
12 ],
13 "leaseAreaFilterType": "ALL",
14 "leaseAreas": [
15 {
16 "id": 10000001,
17 "displayId": "0001",
18 "status": "ACTIVE",
19 "name": "Global Lease Area"
20 }
21 ],
22 "businessUnitFilterType": "ALL",
23 "businessUnits": [
24 {
25 "id": 10000001,
26 "displayId": "BU0001",
27 "status": "ACTIVE",
28 "name": "North America Business Unit"
29 }
30 ],
31 "companyFilterType": "ALL",
32 "companies": [
33 {
34 "id": 10000006,
35 "displayId": "1005",
36 "status": "ACTIVE",
37 "erpSystemId": 10000001,
38 "erpSystemDisplayId": "FINQ8S-300",
39 "countryId": 10000095,
40 "countryDisplayId": "CA",
41 "postingPeriodVariantId": 0,
42 "fiscalVariantId": 0
43 }
44 ],
45 "leaseDepartmentFilterType": "ALL",
46 "leaseDepartments": [
47 {
48 "id": 300001,
49 "displayId": "DEP-01",
50 "status": "ACTIVE",
51 "name": "Finance Department"
52 }
53 ],
54 "leaseGroupFilterType": "ALL",
55 "leaseGroups": [
56 {
57 "id": 60000001,
58 "displayId": "LG-001",
59 "status": "ACTIVE",
60 "name": "Global Lease Group"
61 }
62 ],
63 "costCenterFilterType": "ALL",
64 "costCenters": [
65 {
66 "id": 14001,
67 "displayId": "CC-001",
68 "status": "ACTIVE",
69 "name": "Cost Center A"
70 }
71 ],
72 "profitCenterFilterType": "ALL",
73 "profitCenters": [
74 {
75 "id": 9001,
76 "displayId": "PC-001",
77 "status": "ACTIVE",
78 "name": "North Region Profit Center",
79 "validTo": "2025-12-31",
80 "erpSystemId": 101,
81 "erpSystemDisplayId": "SAP-01"
82 }
83 ],
84 "wbsFilterType": "ALL",
85 "wbses": [
86 {
87 "id": 1001,
88 "displayId": "WBS-2025-001",
89 "status": "ACTIVE",
90 "name": "Main Project WBS"
91 }
92 ],
93 "businessAreaFilterType": "ALL",
94 "businessAreas": [
95 {
96 "id": 3001,
97 "displayId": "BA-2025-001",
98 "status": "ACTIVE",
99 "name": "North America Operations"
100 }
101 ],
102 "functionalAreaFilterType": "ALL",
103 "functionalAreas": [
104 {
105 "id": 2001,
106 "displayId": "FA-2025-001",
107 "status": "ACTIVE",
108 "name": "Accounting Department"
109 }
110 ]
111}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
erpSystemFilterType |
string |
false |
none |
none |
erpSystems |
false |
none |
none |
|
leaseAreaFilterType |
string |
false |
none |
none |
leaseAreas |
false |
none |
[Represents a Lease Area entity containing organizational and status information.] |
|
businessUnitFilterType |
string |
false |
none |
none |
businessUnits |
false |
none |
[Represents a Business Unit entity containing organizational and status information.] |
|
companyFilterType |
string |
false |
none |
none |
companies |
false |
none |
[Represents a Company entity containing organizational, ERP, and status information.] |
|
leaseDepartmentFilterType |
string |
false |
none |
none |
leaseDepartments |
false |
none |
[Represents a Department entity with organizational and status information.] |
|
leaseGroupFilterType |
string |
false |
none |
none |
leaseGroups |
false |
none |
[Represents a Lease Group entity containing organizational and status information.] |
|
costCenterFilterType |
string |
false |
none |
none |
costCenters |
false |
none |
[Represents a simplified Cost Center entity.] |
|
profitCenterFilterType |
string |
false |
none |
none |
profitCenters |
false |
none |
[Represents a simplified Profit Center entity.] |
|
wbsFilterType |
string |
false |
none |
none |
wbses |
false |
none |
[Represents a simplified Work Breakdown Structure (WBS) entity with basic identifiers and status.] |
|
businessAreaFilterType |
string |
false |
none |
none |
businessAreas |
false |
none |
[Represents a simplified Business Area entity with basic identifiers and status.] |
|
functionalAreaFilterType |
string |
false |
none |
none |
functionalAreas |
false |
none |
[Represents a simplified Functional Area entity with basic identifiers and status.] |
Enumerated Values
Attribute |
Value |
|---|---|
businessAreaFilterType |
ALL, LIST |
businessUnitFilterType |
ALL, LIST |
companyFilterType |
ALL, LIST |
costCenterFilterType |
ALL, LIST |
erpSystemFilterType |
ALL, LIST |
functionalAreaFilterType |
ALL, LIST |
leaseAreaFilterType |
ALL, LIST |
leaseDepartmentFilterType |
ALL, LIST |
leaseGroupFilterType |
ALL, LIST |
profitCenterFilterType |
ALL, LIST |
wbsFilterType |
ALL, LIST |