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