MassInterCompanyTransferJobFilterDto¶
Example Json Object
1{
2 "id": 0,
3 "profileId": 0,
4 "jobId": 0,
5 "skipItemsWithOpenDraft": true,
6 "filterTypes": {
7 "erpSystemFilterType": "ALL",
8 "erpSystems": [
9 {
10 "id": 0,
11 "displayId": "string",
12 "status": "CREATED",
13 "name": "string",
14 "type": "NAKISA",
15 "sapVersion": "ECC_EHP5"
16 }
17 ],
18 "leaseAreaFilterType": "ALL",
19 "leaseAreas": [
20 {
21 "id": 10000001,
22 "displayId": "0001",
23 "status": {
24 "name": "ACTIVE",
25 "captionKey": "enum.objectStatus.active",
26 "active": true,
27 "caption": "Active"
28 },
29 "name": "Global Lease Area"
30 }
31 ],
32 "businessUnitFilterType": "ALL",
33 "businessUnits": [
34 {
35 "id": 10000001,
36 "displayId": "BU0001",
37 "status": {
38 "name": "ACTIVE",
39 "captionKey": "enum.objectStatus.active",
40 "active": true,
41 "caption": "Active"
42 },
43 "name": "North America Business Unit"
44 }
45 ],
46 "companyFilterType": "ALL",
47 "companies": [
48 {
49 "id": 10000006,
50 "displayId": "1005",
51 "status": {
52 "name": "ACTIVE",
53 "captionKey": "enum.objectStatus.active",
54 "active": true,
55 "caption": "Active"
56 },
57 "erpSystemId": 10000001,
58 "erpSystemDisplayId": "FINQ8S-300",
59 "countryId": 10000095,
60 "countryDisplayId": "CA",
61 "postingPeriodVariantId": 0,
62 "fiscalVariantId": 0
63 }
64 ],
65 "leaseDepartmentFilterType": "ALL",
66 "leaseDepartments": [
67 {
68 "id": 300001,
69 "displayId": "DEP-01",
70 "status": {
71 "name": "ACTIVE",
72 "captionKey": "enum.objectStatus.active",
73 "active": true,
74 "caption": "Active"
75 },
76 "name": "Finance Department"
77 }
78 ],
79 "leaseGroupFilterType": "ALL",
80 "leaseGroups": [
81 {
82 "id": 60000001,
83 "displayId": "LG-001",
84 "status": {
85 "name": "ACTIVE",
86 "captionKey": "enum.objectStatus.active",
87 "active": true,
88 "caption": "Active"
89 },
90 "name": "Global Lease Group"
91 }
92 ],
93 "costCenterFilterType": "ALL",
94 "costCenters": [
95 {
96 "id": 14001,
97 "displayId": "CC-001",
98 "status": {
99 "name": "ACTIVE",
100 "captionKey": "enum.objectStatus.active",
101 "active": true,
102 "caption": "Active"
103 },
104 "name": "Cost Center A"
105 }
106 ],
107 "profitCenterFilterType": "ALL",
108 "profitCenters": [
109 {
110 "id": 9001,
111 "displayId": "PC-001",
112 "status": {
113 "name": "ACTIVE",
114 "captionKey": "enum.objectStatus.active",
115 "active": true,
116 "caption": "Active"
117 },
118 "name": "North Region Profit Center",
119 "validTo": "2025-12-31",
120 "erpSystemId": 101,
121 "erpSystemDisplayId": "SAP-01"
122 }
123 ],
124 "wbsFilterType": "ALL",
125 "wbses": [
126 {
127 "id": 1001,
128 "displayId": "WBS-2025-001",
129 "status": {
130 "name": "ACTIVE",
131 "captionKey": "enum.objectStatus.active",
132 "active": true,
133 "caption": "Active"
134 },
135 "name": "Main Project WBS"
136 }
137 ],
138 "businessAreaFilterType": "ALL",
139 "businessAreas": [
140 {
141 "id": 3001,
142 "displayId": "BA-2025-001",
143 "status": {
144 "name": "ACTIVE",
145 "captionKey": "enum.objectStatus.active",
146 "active": true,
147 "caption": "Active"
148 },
149 "name": "North America Operations"
150 }
151 ],
152 "functionalAreaFilterType": "ALL",
153 "functionalAreas": [
154 {
155 "id": 2001,
156 "displayId": "FA-2025-001",
157 "status": {
158 "name": "ACTIVE",
159 "captionKey": "enum.objectStatus.active",
160 "active": true,
161 "caption": "Active"
162 },
163 "name": "Accounting Department"
164 }
165 ]
166 },
167 "listObjectType": "MASTER_AGREEMENT",
168 "objectList": [
169 {
170 "id": "string",
171 "displayId": "Euro"
172 }
173 ]
174}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
profileId |
integer(int64) |
false |
none |
none |
jobId |
integer(int64) |
false |
none |
none |
skipItemsWithOpenDraft |
boolean |
false |
none |
none |
filterTypes |
false |
none |
none |
|
listObjectType |
string |
false |
none |
none |
objectList |
false |
none |
[Basic identifier object containing ID and display information.] |
Enumerated Values
Attribute |
Value |
|---|---|
listObjectType |
ACTIVATION_GROUP, CHARGE, CONTRACT, LEASE_COMPONENT, MASTER_AGREEMENT, SCHEDULE, UNIT |