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