ResponseGLBalanceReportScheduleJobDto¶
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 "id": 0,
32 "dateRangeType": "DOCUMENT_DATE",
33 "startDate": "2019-08-24",
34 "endDate": "2019-08-24",
35 "fromYear": 0,
36 "fromPeriod": {
37 "id": 0,
38 "displayId": "string",
39 "status": "CREATED",
40 "day": 0,
41 "year": 0,
42 "month": 0,
43 "postingPeriod": 0,
44 "yearShift": 0,
45 "periodStartDate": "2019-08-24",
46 "periodEndDate": "2019-08-24"
47 },
48 "toYear": 0,
49 "toPeriod": {
50 "id": 0,
51 "displayId": "string",
52 "status": "CREATED",
53 "day": 0,
54 "year": 0,
55 "month": 0,
56 "postingPeriod": 0,
57 "yearShift": 0,
58 "periodStartDate": "2019-08-24",
59 "periodEndDate": "2019-08-24"
60 },
61 "postingCategory": "INTERNAL",
62 "leaseTypeFilterType": "ALL",
63 "leaseTypes": [
64 "LEASE_CONTRACT_FIXED_PART_A"
65 ],
66 "exchangeRateType": {
67 "currencyType": "string",
68 "currencyDefinitionType": "CONTRACT_CURRENCY",
69 "targetCurrencyId": 0,
70 "targetCurrencyDisplayId": "string",
71 "erpSystemDisplayId": "string"
72 },
73 "accountTypeFilterType": "ALL",
74 "accountTypes": [
75 "BALANCESHEET"
76 ],
77 "generalLedgerAccountFilterType": "ALL",
78 "generalLedgerAccounts": [
79 {
80 "id": 0,
81 "displayId": "string",
82 "status": "CREATED",
83 "erpSystemId": 0,
84 "erpSystemDisplayId": "string",
85 "shortName": "string",
86 "longName": "string",
87 "accountCategory": "BALANCESHEET",
88 "accountTarget": "ALL"
89 }
90 ],
91 "vendorFilterType": "ALL",
92 "vendors": [
93 {
94 "id": 0,
95 "displayId": "string",
96 "status": "CREATED",
97 "name": "string",
98 "erpSystemDisplayId": "string"
99 }
100 ],
101 "internalAssetClassFilterType": "ALL",
102 "internalAssetClass": [
103 {
104 "id": 0,
105 "displayId": "string",
106 "status": "CREATED",
107 "name": "string",
108 "assetClassType": "PROPERTY",
109 "infiniteUsefulLife": true
110 }
111 ],
112 "accountingStandardType": "GAAP",
113 "leaseClassificationFilterType": "ALL",
114 "classifications": [
115 "NON_LEASE"
116 ],
117 "nfsEntityType": "CONTRACT",
118 "nfsIds": [
119 {
120 "id": 0,
121 "displayId": "string"
122 }
123 ],
124 "migratedFilterType": "MIGRATED"
125 },
126 "profile": {
127 "id": 0,
128 "name": "string",
129 "profileId": 0,
130 "calendarType": "REGULAR_CALENDAR",
131 "fiscalVariant": {
132 "id": 0,
133 "displayId": "string",
134 "status": "CREATED",
135 "isCalendarYear": true,
136 "yearDependent": true,
137 "erpSystemDisplayId": "string",
138 "isErpSystemDefault": true
139 },
140 "principalPositionType": "LESSEE",
141 "erpSystemFilterType": "ALL",
142 "erpSystems": [
143 {
144 "id": 0,
145 "displayId": "string",
146 "status": "CREATED",
147 "name": "string",
148 "type": "NAKISA",
149 "sapVersion": "ECC_EHP5"
150 }
151 ],
152 "leaseAreaFilterType": "ALL",
153 "leaseAreas": [
154 {
155 "id": 0,
156 "displayId": "string",
157 "status": "CREATED",
158 "name": "string"
159 }
160 ],
161 "businessUnitFilterType": "ALL",
162 "businessUnits": [
163 {
164 "id": 0,
165 "displayId": "string",
166 "status": "CREATED",
167 "name": "string"
168 }
169 ],
170 "companyFilterType": "ALL",
171 "companyCodes": [
172 {
173 "id": 0,
174 "displayId": "string",
175 "status": "CREATED",
176 "erpSystemId": 0,
177 "erpSystemDisplayId": "string",
178 "countryId": 0,
179 "countryDisplayId": "string",
180 "postingPeriodVariantId": 0,
181 "fiscalVariantId": 0
182 }
183 ],
184 "departmentFilterType": "ALL",
185 "leaseDepartments": [
186 {
187 "id": 0,
188 "displayId": "string",
189 "status": "CREATED",
190 "name": "string"
191 }
192 ],
193 "leaseGroupFilterType": "ALL",
194 "leaseGroups": [
195 {
196 "id": 0,
197 "displayId": "string",
198 "status": "CREATED",
199 "name": "string"
200 }
201 ],
202 "costCenterFilterType": "ALL",
203 "costCenters": [
204 {
205 "id": 0,
206 "displayId": "string",
207 "status": "CREATED",
208 "name": "string"
209 }
210 ],
211 "profitCenterFilterType": "ALL",
212 "profitCenters": [
213 {
214 "id": 0,
215 "displayId": "string",
216 "status": "CREATED",
217 "name": "string",
218 "validTo": "2019-08-24",
219 "erpSystemId": 0,
220 "erpSystemDisplayId": "string"
221 }
222 ],
223 "workBreakdownStructureFilterType": "ALL",
224 "workBreakdownStructures": [
225 {
226 "id": 0,
227 "displayId": "string",
228 "status": "CREATED",
229 "name": "string"
230 }
231 ]
232 }
233 }
234}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
none |
none |
defaultMessage |
string |
false |
none |
none |
debugMessage |
string |
false |
none |
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 |