OperationalPostingScheduleJobDto¶
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 "id": 0,
16 "jobPostingStatuses": [
17 "NA"
18 ],
19 "journalTypes": [
20 "PAYMENT"
21 ],
22 "postingTransactionType": "POST",
23 "fromDate": {
24 "timing": "START_OF_DAY",
25 "year": 0,
26 "monthValue": 0,
27 "dayOfMonth": 0,
28 "dayOfWeek": "MONDAY",
29 "leapYear": true,
30 "dayOfYear": 0,
31 "month": "JANUARY"
32 },
33 "toDate": {
34 "timing": "START_OF_DAY",
35 "year": 0,
36 "monthValue": 0,
37 "dayOfMonth": 0,
38 "dayOfWeek": "MONDAY",
39 "leapYear": true,
40 "dayOfYear": 0,
41 "month": "JANUARY"
42 },
43 "fromDateType": "AG_ROU_START_DATE",
44 "toDateType": "USER_DEFINED",
45 "internalPostingDateType": "SCHEDULE_PERIOD_DATES",
46 "postingDate": "2019-08-24",
47 "documentDate": "2019-08-24",
48 "translationDate": "2019-08-24",
49 "skipActivationGroupsWithOpenDraft": true,
50 "retryCount": 0,
51 "reversalReasonType": "ERP_SYSTEM_DEFAULT",
52 "reversalReason": {
53 "id": 0,
54 "displayId": "string",
55 "status": "CREATED",
56 "name": "string",
57 "erpSystemId": 0,
58 "erpSystemDisplayId": "string"
59 },
60 "migratedFilterType": "MIGRATED",
61 "listObjectType": "MASTER_AGREEMENT",
62 "objectList": [
63 {
64 "id": 0,
65 "displayId": "string",
66 "name": "string"
67 }
68 ]
69 },
70 "profile": {
71 "id": 0,
72 "profileId": 0,
73 "jobId": 0,
74 "name": "string",
75 "principalPositionType": "LESSEE",
76 "filterObject": {
77 "erpSystemFilterType": "ALL",
78 "erpSystems": [
79 {
80 "id": 0,
81 "displayId": "string",
82 "status": "CREATED",
83 "name": "string",
84 "type": "NAKISA",
85 "sapVersion": "ECC_EHP5"
86 }
87 ],
88 "leaseAreaFilterType": "ALL",
89 "leaseAreas": [
90 {
91 "id": 10000001,
92 "displayId": "0001",
93 "status": {
94 "name": "ACTIVE",
95 "captionKey": "enum.objectStatus.active",
96 "active": true,
97 "caption": "Active"
98 },
99 "name": "Global Lease Area"
100 }
101 ],
102 "businessUnitFilterType": "ALL",
103 "businessUnits": [
104 {
105 "id": 10000001,
106 "displayId": "BU0001",
107 "status": {
108 "name": "ACTIVE",
109 "captionKey": "enum.objectStatus.active",
110 "active": true,
111 "caption": "Active"
112 },
113 "name": "North America Business Unit"
114 }
115 ],
116 "companyFilterType": "ALL",
117 "companies": [
118 {
119 "id": 10000006,
120 "displayId": "1005",
121 "status": {
122 "name": "ACTIVE",
123 "captionKey": "enum.objectStatus.active",
124 "active": true,
125 "caption": "Active"
126 },
127 "erpSystemId": 10000001,
128 "erpSystemDisplayId": "FINQ8S-300",
129 "countryId": 10000095,
130 "countryDisplayId": "CA",
131 "postingPeriodVariantId": 0,
132 "fiscalVariantId": 0
133 }
134 ],
135 "leaseDepartmentFilterType": "ALL",
136 "leaseDepartments": [
137 {
138 "id": 300001,
139 "displayId": "DEP-01",
140 "status": {
141 "name": "ACTIVE",
142 "captionKey": "enum.objectStatus.active",
143 "active": true,
144 "caption": "Active"
145 },
146 "name": "Finance Department"
147 }
148 ],
149 "leaseGroupFilterType": "ALL",
150 "leaseGroups": [
151 {
152 "id": 60000001,
153 "displayId": "LG-001",
154 "status": {
155 "name": "ACTIVE",
156 "captionKey": "enum.objectStatus.active",
157 "active": true,
158 "caption": "Active"
159 },
160 "name": "Global Lease Group"
161 }
162 ],
163 "costCenterFilterType": "ALL",
164 "costCenters": [
165 {
166 "id": 14001,
167 "displayId": "CC-001",
168 "status": {
169 "name": "ACTIVE",
170 "captionKey": "enum.objectStatus.active",
171 "active": true,
172 "caption": "Active"
173 },
174 "name": "Cost Center A"
175 }
176 ],
177 "profitCenterFilterType": "ALL",
178 "profitCenters": [
179 {
180 "id": 9001,
181 "displayId": "PC-001",
182 "status": {
183 "name": "ACTIVE",
184 "captionKey": "enum.objectStatus.active",
185 "active": true,
186 "caption": "Active"
187 },
188 "name": "North Region Profit Center",
189 "validTo": "2025-12-31",
190 "erpSystemId": 101,
191 "erpSystemDisplayId": "SAP-01"
192 }
193 ],
194 "wbsFilterType": "ALL",
195 "wbses": [
196 {
197 "id": 1001,
198 "displayId": "WBS-2025-001",
199 "status": {
200 "name": "ACTIVE",
201 "captionKey": "enum.objectStatus.active",
202 "active": true,
203 "caption": "Active"
204 },
205 "name": "Main Project WBS"
206 }
207 ],
208 "businessAreaFilterType": "ALL",
209 "businessAreas": [
210 {
211 "id": 3001,
212 "displayId": "BA-2025-001",
213 "status": {
214 "name": "ACTIVE",
215 "captionKey": "enum.objectStatus.active",
216 "active": true,
217 "caption": "Active"
218 },
219 "name": "North America Operations"
220 }
221 ],
222 "functionalAreaFilterType": "ALL",
223 "functionalAreas": [
224 {
225 "id": 2001,
226 "displayId": "FA-2025-001",
227 "status": {
228 "name": "ACTIVE",
229 "captionKey": "enum.objectStatus.active",
230 "active": true,
231 "caption": "Active"
232 },
233 "name": "Accounting Department"
234 }
235 ]
236 }
237 }
238}
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 |