ConsolidatedTransactionReportScheduleJobDto¶
Example Json Object
1{
2 "id": 0,
3 "cronExpression": "string",
4 "cronReadable": "string",
5 "active": true,
6 "unauthorized": true,
7 "nextExecution": "2019-08-24T14:15:22Z",
8 "previousSuccessfulExecution": "2019-08-24T14:15:22Z",
9 "previousExecution": "2019-08-24T14:15:22Z",
10 "previousExecutionMessage": "string",
11 "batchSize": 0,
12 "name": "string",
13 "profileId": 0,
14 "input": {
15 "ledgerTypeFilterType": "ALL",
16 "ledgerTypes": [
17 "LIABILITY"
18 ],
19 "transactionTypeValueFilterType": "ALL",
20 "transactionTypeValues": [
21 "string"
22 ],
23 "dateRangeType": "DOCUMENT_DATE",
24 "startDate": "2019-08-24",
25 "endDate": "2019-08-24",
26 "journalStateFilterType": "ALL",
27 "journalStates": [
28 "POST"
29 ],
30 "externalPostingStatusFilterType": "ALL",
31 "externalPostingStatuses": [
32 "NA"
33 ],
34 "businessAreas": [
35 "string"
36 ],
37 "functionalAreas": [
38 "string"
39 ],
40 "migratedFilterType": "MIGRATED",
41 "vendorFilterType": "ALL",
42 "vendors": [
43 {
44 "id": 0,
45 "displayId": "string",
46 "status": "CREATED",
47 "name": "string",
48 "erpSystemDisplayId": "string"
49 }
50 ],
51 "internalAssetClassFilterType": "ALL",
52 "internalAssetClasses": [
53 {
54 "id": 0,
55 "displayId": "string",
56 "status": "CREATED",
57 "name": "string",
58 "assetClassType": "PROPERTY",
59 "infiniteUsefulLife": true
60 }
61 ],
62 "accountingStandardType": "GAAP",
63 "leaseClassificationFilterType": "ALL",
64 "classifications": [
65 "NON_LEASE"
66 ],
67 "referenceFieldType": "CONTRACT",
68 "referenceFieldDisplayIds": [
69 "string"
70 ]
71 },
72 "profile": {
73 "id": 0,
74 "name": "string",
75 "profileId": 0,
76 "calendarType": "REGULAR_CALENDAR",
77 "fiscalVariant": {
78 "id": 0,
79 "displayId": "string",
80 "status": "CREATED",
81 "isCalendarYear": true,
82 "yearDependent": true,
83 "erpSystemDisplayId": "string",
84 "isErpSystemDefault": true
85 },
86 "principalPositionType": "LESSEE",
87 "erpSystemFilterType": "ALL",
88 "erpSystems": [
89 {
90 "id": 0,
91 "displayId": "string",
92 "status": "CREATED",
93 "name": "string",
94 "type": "NAKISA",
95 "sapVersion": "ECC_EHP5"
96 }
97 ],
98 "leaseAreaFilterType": "ALL",
99 "leaseAreas": [
100 {
101 "id": 0,
102 "displayId": "string",
103 "status": "CREATED",
104 "name": "string"
105 }
106 ],
107 "businessUnitFilterType": "ALL",
108 "businessUnits": [
109 {
110 "id": 0,
111 "displayId": "string",
112 "status": "CREATED",
113 "name": "string"
114 }
115 ],
116 "companyFilterType": "ALL",
117 "companyCodes": [
118 {
119 "id": 0,
120 "displayId": "string",
121 "status": "CREATED",
122 "erpSystemId": 0,
123 "erpSystemDisplayId": "string",
124 "countryId": 0,
125 "countryDisplayId": "string",
126 "postingPeriodVariantId": 0,
127 "fiscalVariantId": 0
128 }
129 ],
130 "departmentFilterType": "ALL",
131 "leaseDepartments": [
132 {
133 "id": 0,
134 "displayId": "string",
135 "status": "CREATED",
136 "name": "string"
137 }
138 ],
139 "leaseGroupFilterType": "ALL",
140 "leaseGroups": [
141 {
142 "id": 0,
143 "displayId": "string",
144 "status": "CREATED",
145 "name": "string"
146 }
147 ],
148 "costCenterFilterType": "ALL",
149 "costCenters": [
150 {
151 "id": 0,
152 "displayId": "string",
153 "status": "CREATED",
154 "name": "string"
155 }
156 ],
157 "profitCenterFilterType": "ALL",
158 "profitCenters": [
159 {
160 "id": 0,
161 "displayId": "string",
162 "status": "CREATED",
163 "name": "string",
164 "validTo": "2019-08-24",
165 "erpSystemId": 0,
166 "erpSystemDisplayId": "string"
167 }
168 ],
169 "workBreakdownStructureFilterType": "ALL",
170 "workBreakdownStructures": [
171 {
172 "id": 0,
173 "displayId": "string",
174 "status": "CREATED",
175 "name": "string"
176 }
177 ]
178 }
179}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
cronExpression |
string |
true |
none |
none |
cronReadable |
string |
false |
none |
none |
active |
boolean |
false |
none |
none |
unauthorized |
boolean |
false |
none |
none |
nextExecution |
string(date-time) |
false |
none |
none |
previousSuccessfulExecution |
string(date-time) |
false |
none |
none |
previousExecution |
string(date-time) |
false |
none |
none |
previousExecutionMessage |
string |
false |
none |
none |
batchSize |
integer(int32) |
false |
none |
none |
name |
string |
false |
none |
none |
profileId |
integer(int64) |
false |
none |
none |
input |
false |
none |
none |
|
profile |
false |
none |
none |