MassWorkflowObjectFilterTypesDto¶
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": {
19 "name": "ACTIVE",
20 "captionKey": "enum.objectStatus.active",
21 "active": true,
22 "caption": "Active"
23 },
24 "name": "Global Lease Area"
25 }
26 ],
27 "businessUnitFilterType": "ALL",
28 "businessUnits": [
29 {
30 "id": 10000001,
31 "displayId": "BU0001",
32 "status": {
33 "name": "ACTIVE",
34 "captionKey": "enum.objectStatus.active",
35 "active": true,
36 "caption": "Active"
37 },
38 "name": "North America Business Unit"
39 }
40 ],
41 "companyFilterType": "ALL",
42 "companies": [
43 {
44 "id": 10000006,
45 "displayId": "1005",
46 "status": {
47 "name": "ACTIVE",
48 "captionKey": "enum.objectStatus.active",
49 "active": true,
50 "caption": "Active"
51 },
52 "erpSystemId": 10000001,
53 "erpSystemDisplayId": "FINQ8S-300",
54 "countryId": 10000095,
55 "countryDisplayId": "CA",
56 "postingPeriodVariantId": 0,
57 "fiscalVariantId": 0
58 }
59 ],
60 "leaseDepartmentFilterType": "ALL",
61 "leaseDepartments": [
62 {
63 "id": 300001,
64 "displayId": "DEP-01",
65 "status": {
66 "name": "ACTIVE",
67 "captionKey": "enum.objectStatus.active",
68 "active": true,
69 "caption": "Active"
70 },
71 "name": "Finance Department"
72 }
73 ],
74 "leaseGroupFilterType": "ALL",
75 "leaseGroups": [
76 {
77 "id": 60000001,
78 "displayId": "LG-001",
79 "status": {
80 "name": "ACTIVE",
81 "captionKey": "enum.objectStatus.active",
82 "active": true,
83 "caption": "Active"
84 },
85 "name": "Global Lease Group"
86 }
87 ],
88 "costCenterFilterType": "ALL",
89 "costCenters": [
90 {
91 "id": 14001,
92 "displayId": "CC-001",
93 "status": {
94 "name": "ACTIVE",
95 "captionKey": "enum.objectStatus.active",
96 "active": true,
97 "caption": "Active"
98 },
99 "name": "Cost Center A"
100 }
101 ],
102 "profitCenterFilterType": "ALL",
103 "profitCenters": [
104 {
105 "id": 9001,
106 "displayId": "PC-001",
107 "status": {
108 "name": "ACTIVE",
109 "captionKey": "enum.objectStatus.active",
110 "active": true,
111 "caption": "Active"
112 },
113 "name": "North Region Profit Center",
114 "validTo": "2025-12-31",
115 "erpSystemId": 101,
116 "erpSystemDisplayId": "SAP-01"
117 }
118 ],
119 "wbsFilterType": "ALL",
120 "wbses": [
121 {
122 "id": 1001,
123 "displayId": "WBS-2025-001",
124 "status": {
125 "name": "ACTIVE",
126 "captionKey": "enum.objectStatus.active",
127 "active": true,
128 "caption": "Active"
129 },
130 "name": "Main Project WBS"
131 }
132 ],
133 "businessAreaFilterType": "ALL",
134 "businessAreas": [
135 {
136 "id": 3001,
137 "displayId": "BA-2025-001",
138 "status": {
139 "name": "ACTIVE",
140 "captionKey": "enum.objectStatus.active",
141 "active": true,
142 "caption": "Active"
143 },
144 "name": "North America Operations"
145 }
146 ],
147 "functionalAreaFilterType": "ALL",
148 "functionalAreas": [
149 {
150 "id": 2001,
151 "displayId": "FA-2025-001",
152 "status": {
153 "name": "ACTIVE",
154 "captionKey": "enum.objectStatus.active",
155 "active": true,
156 "caption": "Active"
157 },
158 "name": "Accounting Department"
159 }
160 ]
161}
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 |