ResponseListPostingJobDto¶
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 "taskCount": 0,
21 "failedTaskCount": 0,
22 "doneTaskCount": 0,
23 "inProgressTaskCount": 0,
24 "cancelledTaskCount": 0,
25 "errorMessage": "string",
26 "queueTime": "2019-08-24T14:15:22Z",
27 "startTime": "2019-08-24T14:15:22Z",
28 "endTime": "2019-08-24T14:15:22Z",
29 "status": "CREATED",
30 "batchSize": 1000,
31 "chunkSize": 1,
32 "executor": "SCHEDULER",
33 "scheduleJobId": 0,
34 "readOnly": true,
35 "postingTypes": [
36 "PAYMENT"
37 ],
38 "jobPostingStatuses": [
39 "NA"
40 ],
41 "totalPostingCount": 0,
42 "filters": [
43 {
44 "id": 0,
45 "erpSystem": {
46 "id": 0,
47 "displayId": "string"
48 },
49 "companyFilterType": "ALL",
50 "companies": [
51 {
52 "id": 0,
53 "displayId": "string",
54 "status": "CREATED",
55 "erpSystemId": 0,
56 "erpSystemDisplayId": "string",
57 "countryId": 0,
58 "countryDisplayId": "string",
59 "postingPeriodVariantId": 0,
60 "fiscalVariantId": 0
61 }
62 ],
63 "accountingStandardFilterType": "ALL",
64 "accountingStandards": [
65 {
66 "id": 0,
67 "displayId": "string",
68 "status": "CREATED",
69 "name": "string",
70 "standardType": "GAAP",
71 "erpSystemId": 0,
72 "erpSystemDisplayId": "string"
73 }
74 ],
75 "profileId": 0
76 }
77 ],
78 "tasks": [
79 {
80 "id": 0,
81 "queueTime": "2019-08-24T14:15:22Z",
82 "startTime": "2019-08-24T14:15:22Z",
83 "endTime": "2019-08-24T14:15:22Z",
84 "interruptedAt": "2019-08-24T14:15:22Z",
85 "recoveredAt": "2019-08-24T14:15:22Z",
86 "status": "CREATED",
87 "recover": true,
88 "interrupted": true,
89 "interruptionMessage": "string",
90 "errorMessage": "string",
91 "erpSystem": {
92 "id": 0,
93 "displayId": "string"
94 },
95 "ledgerTransactionIds": [
96 0
97 ],
98 "postingTypes": [
99 "PAYMENT"
100 ],
101 "jobPostingStatuses": [
102 "NA"
103 ],
104 "totalPostingCount": 0,
105 "jobExecutionDateTime": "2019-08-24T14:15:22Z",
106 "sapPostBapi": "string",
107 "sapReversalBapi": "string",
108 "failedTransactionIds": [
109 0
110 ],
111 "jobTaskReports": [
112 {
113 "id": 0,
114 "postingType": "PAYMENT",
115 "scheduledItemCount": {
116 "postCount": 0,
117 "reverseCount": 0
118 },
119 "processingItemCount": {
120 "postCount": 0,
121 "reverseCount": 0
122 },
123 "doneItemCount": {
124 "postCount": 0,
125 "reverseCount": 0
126 },
127 "failedItemCount": {
128 "postCount": 0,
129 "reverseCount": 0
130 },
131 "cancelledItemCount": {
132 "postCount": 0,
133 "reverseCount": 0
134 },
135 "skippedItemCount": {
136 "postCount": 0,
137 "reverseCount": 0
138 },
139 "totalItemCount": {
140 "postCount": 0,
141 "reverseCount": 0
142 },
143 "jobTaskId": 0
144 }
145 ],
146 "jobTaskFailureReports": [
147 {
148 "id": 0,
149 "detail1": "string",
150 "detail2": "string",
151 "systemId": 0,
152 "systemDisplayId": "string",
153 "jobId": 0,
154 "internalDocumentNumber": "string",
155 "postingType": "PAYMENT",
156 "ledgerTransactionId": 0,
157 "failureReason": "string",
158 "taskId": 0
159 }
160 ],
161 "jobId": 0
162 }
163 ]
164 }
165 ]
166}
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 |