ActivityAnalysisReportJobDto¶
Example Json Object
1{
2 "id": 0,
3 "taskCount": 0,
4 "failedTaskCount": 0,
5 "doneTaskCount": 0,
6 "inProgressTaskCount": 0,
7 "cancelledTaskCount": 0,
8 "errorMessage": "string",
9 "executor": "SCHEDULER",
10 "scheduleJobId": 0,
11 "batchSize": 1000,
12 "totalObjectCount": 0,
13 "profileId": 0,
14 "readOnly": true,
15 "status": "CREATED",
16 "fileStorageId": "string",
17 "generatingReport": true,
18 "startedGeneratingReportAt": "2019-08-24T14:15:22Z",
19 "finishedGeneratingReportAt": "2019-08-24T14:15:22Z",
20 "reportType": "BY_AMOUNT",
21 "input": {
22 "id": 0,
23 "activationGroupStatus": [
24 "MLA_DEFINE"
25 ],
26 "internalAssetClass": {
27 "id": 10000001,
28 "displayId": "IAC-001",
29 "status": {
30 "name": "ACTIVE",
31 "captionKey": "enum.objectStatus.active",
32 "active": true,
33 "caption": "Active"
34 },
35 "name": "Machinery and Equipment",
36 "assetClassType": "PROPERTY",
37 "infiniteUsefulLife": false
38 },
39 "fromYear": 0,
40 "fromPeriod": {
41 "id": 0,
42 "displayId": "string",
43 "status": "CREATED",
44 "day": 0,
45 "year": 0,
46 "month": 0,
47 "postingPeriod": 0,
48 "yearShift": 0
49 },
50 "toYear": 0,
51 "toPeriod": {
52 "id": 0,
53 "displayId": "string",
54 "status": "CREATED",
55 "day": 0,
56 "year": 0,
57 "month": 0,
58 "postingPeriod": 0,
59 "yearShift": 0
60 },
61 "fromDate": "2019-08-24",
62 "toDate": "2019-08-24",
63 "accountingStandardType": "GAAP",
64 "leaseClassifications": [
65 "NON_LEASE"
66 ],
67 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
68 "partner": {
69 "id": 10000012,
70 "displayId": "0000100003",
71 "status": {
72 "name": "ACTIVE",
73 "captionKey": "enum.objectStatus.active",
74 "active": true,
75 "caption": "Active"
76 },
77 "name": "TEST VENDOR GB",
78 "erpSystemDisplayId": "FINQ8S-300"
79 },
80 "listObjectType": "MASTER_AGREEMENT",
81 "objectsList": [
82 {
83 "id": 0,
84 "displayId": "string",
85 "name": "string"
86 }
87 ],
88 "migratedFilterType": "MIGRATED"
89 },
90 "filter": {
91 "id": 0,
92 "profileId": 0,
93 "name": "string",
94 "principalPositionType": "LESSEE",
95 "calendarType": "REGULAR_CALENDAR",
96 "fiscalYearVariant": {
97 "id": "string",
98 "displayId": "Euro"
99 },
100 "objectHierarchy": {
101 "erpSystemFilterType": "ALL",
102 "erpSystems": [
103 {
104 "id": 0,
105 "displayId": "string",
106 "status": "CREATED",
107 "name": "string",
108 "type": "NAKISA",
109 "sapVersion": "ECC_EHP5"
110 }
111 ],
112 "leaseAreaFilterType": "ALL",
113 "leaseAreas": [
114 {
115 "id": 10000001,
116 "displayId": "0001",
117 "status": {
118 "name": "ACTIVE",
119 "captionKey": "enum.objectStatus.active",
120 "active": true,
121 "caption": "Active"
122 },
123 "name": "Global Lease Area"
124 }
125 ],
126 "businessUnitFilterType": "ALL",
127 "businessUnits": [
128 {
129 "id": 10000001,
130 "displayId": "BU0001",
131 "status": {
132 "name": "ACTIVE",
133 "captionKey": "enum.objectStatus.active",
134 "active": true,
135 "caption": "Active"
136 },
137 "name": "North America Business Unit"
138 }
139 ],
140 "companyFilterType": "ALL",
141 "companies": [
142 {
143 "id": 10000006,
144 "displayId": "1005",
145 "status": {
146 "name": "ACTIVE",
147 "captionKey": "enum.objectStatus.active",
148 "active": true,
149 "caption": "Active"
150 },
151 "erpSystemId": 10000001,
152 "erpSystemDisplayId": "FINQ8S-300",
153 "countryId": 10000095,
154 "countryDisplayId": "CA",
155 "postingPeriodVariantId": 0,
156 "fiscalVariantId": 0
157 }
158 ],
159 "leaseDepartmentFilterType": "ALL",
160 "leaseDepartments": [
161 {
162 "id": 300001,
163 "displayId": "DEP-01",
164 "status": {
165 "name": "ACTIVE",
166 "captionKey": "enum.objectStatus.active",
167 "active": true,
168 "caption": "Active"
169 },
170 "name": "Finance Department"
171 }
172 ],
173 "leaseGroupFilterType": "ALL",
174 "leaseGroups": [
175 {
176 "id": 60000001,
177 "displayId": "LG-001",
178 "status": {
179 "name": "ACTIVE",
180 "captionKey": "enum.objectStatus.active",
181 "active": true,
182 "caption": "Active"
183 },
184 "name": "Global Lease Group"
185 }
186 ],
187 "costCenterFilterType": "ALL",
188 "costCenters": [
189 {
190 "id": 14001,
191 "displayId": "CC-001",
192 "status": {
193 "name": "ACTIVE",
194 "captionKey": "enum.objectStatus.active",
195 "active": true,
196 "caption": "Active"
197 },
198 "name": "Cost Center A"
199 }
200 ],
201 "profitCenterFilterType": "ALL",
202 "profitCenters": [
203 {
204 "id": 9001,
205 "displayId": "PC-001",
206 "status": {
207 "name": "ACTIVE",
208 "captionKey": "enum.objectStatus.active",
209 "active": true,
210 "caption": "Active"
211 },
212 "name": "North Region Profit Center",
213 "validTo": "2025-12-31",
214 "erpSystemId": 101,
215 "erpSystemDisplayId": "SAP-01"
216 }
217 ],
218 "wbsFilterType": "ALL",
219 "wbses": [
220 {
221 "id": 1001,
222 "displayId": "WBS-2025-001",
223 "status": {
224 "name": "ACTIVE",
225 "captionKey": "enum.objectStatus.active",
226 "active": true,
227 "caption": "Active"
228 },
229 "name": "Main Project WBS"
230 }
231 ]
232 }
233 },
234 "tasks": [
235 {
236 "id": 0,
237 "queueTime": "2019-08-24T14:15:22Z",
238 "startTime": "2019-08-24T14:15:22Z",
239 "endTime": "2019-08-24T14:15:22Z",
240 "interruptedAt": "2019-08-24T14:15:22Z",
241 "recoveredAt": "2019-08-24T14:15:22Z",
242 "status": "CREATED",
243 "recover": true,
244 "interrupted": true,
245 "interruptionMessage": "string",
246 "errorMessage": "string",
247 "totalObjectCount": 0,
248 "activationGroupIds": [
249 0
250 ],
251 "fileStorageId": "string",
252 "jobId": 0,
253 "docStoreId": 0
254 }
255 ],
256 "docStoreId": 0
257}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
taskCount |
integer(int32) |
false |
none |
none |
failedTaskCount |
integer(int32) |
false |
none |
none |
doneTaskCount |
integer(int32) |
false |
none |
none |
inProgressTaskCount |
integer(int32) |
false |
none |
none |
cancelledTaskCount |
integer(int32) |
false |
none |
none |
errorMessage |
string |
false |
none |
none |
executor |
string |
false |
none |
none |
scheduleJobId |
integer(int64) |
false |
none |
none |
batchSize |
integer(int32) |
false |
none |
none |
totalObjectCount |
integer(int32) |
false |
none |
none |
profileId |
integer(int64) |
false |
none |
none |
readOnly |
boolean |
false |
none |
none |
status |
string |
false |
none |
none |
fileStorageId |
string |
false |
none |
none |
generatingReport |
boolean |
false |
none |
none |
startedGeneratingReportAt |
string(date-time) |
false |
none |
none |
finishedGeneratingReportAt |
string(date-time) |
false |
none |
none |
reportType |
string |
false |
none |
none |
input |
false |
none |
none |
|
filter |
false |
none |
none |
|
tasks |
false |
none |
none |
|
docStoreId |
integer(int64) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
executor |
MANUAL, SCHEDULER |
reportType |
BY_AMOUNT, BY_COUNT |
status |
CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED |