PageBudgetDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "pageSize": 0,
7 "unpaged": true,
8 "paged": true,
9 "offset": 0,
10 "sort": {
11 "sorted": true,
12 "unsorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "createdBy": "string",
21 "lastModifiedBy": "string",
22 "createdDate": "2019-08-24T14:15:22Z",
23 "lastModifiedDate": "2019-08-24T14:15:22Z",
24 "archived": true,
25 "externalId": "string",
26 "id": 0,
27 "name": "string",
28 "startDate": "2019-08-24",
29 "dueDate": "2019-08-24",
30 "departmentId": 0,
31 "statusId": 0,
32 "totalBudgetAmount": 0,
33 "allocatedBudgetAmount": 0,
34 "owner": "string",
35 "status": {
36 "createdBy": "string",
37 "lastModifiedBy": "string",
38 "createdDate": "2019-08-24T14:15:22Z",
39 "lastModifiedDate": "2019-08-24T14:15:22Z",
40 "archived": true,
41 "externalId": "string",
42 "id": 0,
43 "priority": 0,
44 "internalId": 0,
45 "pickListCode": "string",
46 "pickListLabel": "string",
47 "label": "string",
48 "cultureId": 0,
49 "labelDtos": [
50 {
51 "createdBy": "string",
52 "lastModifiedBy": "string",
53 "createdDate": "2019-08-24T14:15:22Z",
54 "lastModifiedDate": "2019-08-24T14:15:22Z",
55 "archived": true,
56 "externalId": "string",
57 "id": 0,
58 "cultureId": 0,
59 "value": "string"
60 }
61 ]
62 },
63 "department": {
64 "createdBy": "string",
65 "lastModifiedBy": "string",
66 "createdDate": "2019-08-24T14:15:22Z",
67 "lastModifiedDate": "2019-08-24T14:15:22Z",
68 "archived": true,
69 "externalId": "string",
70 "id": 0,
71 "priority": 0,
72 "internalId": 0,
73 "pickListCode": "string",
74 "pickListLabel": "string",
75 "label": "string",
76 "cultureId": 0,
77 "labelDtos": [
78 {
79 "createdBy": "string",
80 "lastModifiedBy": "string",
81 "createdDate": "2019-08-24T14:15:22Z",
82 "lastModifiedDate": "2019-08-24T14:15:22Z",
83 "archived": true,
84 "externalId": "string",
85 "id": 0,
86 "cultureId": 0,
87 "value": "string"
88 }
89 ]
90 },
91 "nimBudgetLinkDtos": [
92 {
93 "createdBy": "string",
94 "lastModifiedBy": "string",
95 "createdDate": "2019-08-24T14:15:22Z",
96 "lastModifiedDate": "2019-08-24T14:15:22Z",
97 "archived": true,
98 "externalId": "string",
99 "id": 0,
100 "nimBudgetId": 0,
101 "nimInvestmentAreaId": 0,
102 "nimBudgetDto": {},
103 "nimBudgetInvestmentAreaDto": {
104 "id": 0,
105 "createdOn": "2019-08-24T14:15:22Z",
106 "createdById": "string",
107 "modifiedOn": "2019-08-24T14:15:22Z",
108 "modifiedById": "string",
109 "createdByName": "string",
110 "lastModifiedByName": "string",
111 "amount": 0,
112 "originalCurrencyId": 0,
113 "originalCurrencyDisplayId": "string",
114 "originalAmount": 0,
115 "rate": 0,
116 "rateDate": "2019-08-24",
117 "investmentAreaId": 0,
118 "investmentArea": {
119 "id": 0,
120 "createdOn": "2019-08-24T14:15:22Z",
121 "createdById": "string",
122 "modifiedOn": "2019-08-24T14:15:22Z",
123 "modifiedById": "string",
124 "createdByName": "string",
125 "lastModifiedByName": "string",
126 "displayId": "string",
127 "name": "string",
128 "assetClasses": [
129 0
130 ]
131 },
132 "budgetYearDistributions": [
133 {
134 "id": 0,
135 "createdOn": "2019-08-24T14:15:22Z",
136 "createdById": "string",
137 "modifiedOn": "2019-08-24T14:15:22Z",
138 "modifiedById": "string",
139 "createdByName": "string",
140 "lastModifiedByName": "string",
141 "year": 0,
142 "amount": 0,
143 "originalCurrencyId": 0,
144 "originalCurrencyDisplayId": "string",
145 "originalAmount": 0,
146 "rate": 0,
147 "rateDate": "2019-08-24",
148 "spent": 0,
149 "budgetInvestmentAreaId": 0
150 }
151 ],
152 "investmentRequest": {
153 "id": 0,
154 "createdOn": "2019-08-24T14:15:22Z",
155 "createdById": "string",
156 "modifiedOn": "2019-08-24T14:15:22Z",
157 "modifiedById": "string",
158 "createdByName": "string",
159 "lastModifiedByName": "string",
160 "requestedAmount": 0,
161 "companyCurrency": "string",
162 "investmentAreaIds": [
163 0
164 ],
165 "requestCategoryId": 0,
166 "displayId": "string",
167 "leaseAreaId": 0,
168 "leaseAreaDisplayId": "string",
169 "leaseAreaName": "string",
170 "businessUnitId": 0,
171 "businessUnitDisplayId": "string",
172 "companyId": 0,
173 "companyDisplayId": "string",
174 "departmentId": 0,
175 "departmentDisplayId": "string",
176 "title": "string",
177 "investmentCurrencyId": 0,
178 "investmentCurrencyDisplayId": "string",
179 "companyCurrencyId": 0,
180 "companyCurrencyDisplayId": "string",
181 "reportingCurrencyId": 0,
182 "reportingCurrencyDisplayId": "string",
183 "masterInvestmentRequestId": 0,
184 "inceptionExchangeRate": 0,
185 "exchangeRateValidFrom": "2019-08-24",
186 "weightedAverageExchangeRate": 0,
187 "status": "DRAFT",
188 "workflowStepName": "string",
189 "description": "string",
190 "justification": "string",
191 "totalRequestedAmount": 0,
192 "totalExpense": 0,
193 "totalSpent": 0,
194 "originalRequestedAmount": 0,
195 "modifiedAmount": 0,
196 "currentAvailable": 0,
197 "modificationId": 0,
198 "requestCategory": {
199 "id": 0,
200 "createdOn": "2019-08-24T14:15:22Z",
201 "createdById": "string",
202 "modifiedOn": "2019-08-24T14:15:22Z",
203 "modifiedById": "string",
204 "createdByName": "string",
205 "lastModifiedByName": "string",
206 "displayId": "string",
207 "title": "string",
208 "subTitle": "string",
209 "icon": "string",
210 "budgetTitle": "string",
211 "budgetSubTitle": "string",
212 "investmentTitle": "string",
213 "investmentSubTitle": "string"
214 },
215 "expectedInitiationDate": "2019-08-24",
216 "expectedCompletionDate": "2019-08-24",
217 "actualInitiationDate": "2019-08-24",
218 "actualCompletionDate": "2019-08-24",
219 "requestUrgency": "string",
220 "leaseArea": {
221 "id": 0,
222 "status": "CREATED",
223 "displayId": "string",
224 "name": "string",
225 "businessUnitId": 0
226 },
227 "businessUnit": {
228 "id": 0,
229 "status": "CREATED",
230 "displayId": "string",
231 "name": "string",
232 "leaseAreaId": 0,
233 "companyId": 0
234 },
235 "company": {
236 "id": 0,
237 "status": "CREATED",
238 "displayId": "string",
239 "erpSystemId": 0,
240 "erpSystemDisplayId": "string",
241 "countryId": 0,
242 "countryDisplayId": "string",
243 "postingPeriodVariantId": 0,
244 "name": "string",
245 "postingPeriodVariantDisplayId": "string",
246 "controllingAreaId": 0,
247 "controllingAreaDisplayId": "string",
248 "chartOfAccountId": 0,
249 "chartOfAccountDisplayId": "string",
250 "fiscalVariantId": 0,
251 "fiscalVariantDisplayId": "string",
252 "chartOfDepreciationId": 0,
253 "chartOfDepreciationDisplayId": "string",
254 "purchasingOrganizationId": 0,
255 "assetId": 0,
256 "exchangeRateTypeId": 0,
257 "plantId": 0,
258 "incrementalBorrowingRateId": 0,
259 "businessUnitId": 0,
260 "projectId": 0,
261 "transferVariantId": 0,
262 "partnerId": 0,
263 "departmentId": 0,
264 "accountingStandardId": 0,
265 "generalLedgerAccountId": 0,
266 "consumerPriceIndexCategoryId": 0,
267 "costCenterId": 0,
268 "costCenterRelationValidFrom": "2019-08-24",
269 "costCenterRelationValidTo": "2019-08-24"
270 },
271 "department": {
272 "id": 0,
273 "status": "CREATED",
274 "displayId": "string",
275 "name": "string",
276 "companyId": 0,
277 "leaseGroupId": 0
278 },
279 "linkedBudgets": [
280 {
281 "id": 0,
282 "createdOn": "2019-08-24T14:15:22Z",
283 "createdById": "string",
284 "modifiedOn": "2019-08-24T14:15:22Z",
285 "modifiedById": "string",
286 "createdByName": "string",
287 "lastModifiedByName": "string",
288 "requestCategoryId": 0,
289 "year": 0,
290 "displayId": "string",
291 "project": "string",
292 "requestCategory": {
293 "id": 0,
294 "createdOn": "2019-08-24T14:15:22Z",
295 "createdById": "string",
296 "modifiedOn": "2019-08-24T14:15:22Z",
297 "modifiedById": "string",
298 "createdByName": "string",
299 "lastModifiedByName": "string",
300 "displayId": "string",
301 "title": "string",
302 "subTitle": "string",
303 "icon": "string",
304 "budgetTitle": "string",
305 "budgetSubTitle": "string",
306 "investmentTitle": "string",
307 "investmentSubTitle": "string"
308 }
309 }
310 ],
311 "investmentRequestToInvestmentAreaIdsLinkedToBudget": [
312 0
313 ]
314 },
315 "investmentRequests": [
316 {
317 "id": 0,
318 "createdOn": "2019-08-24T14:15:22Z",
319 "createdById": "string",
320 "modifiedOn": "2019-08-24T14:15:22Z",
321 "modifiedById": "string",
322 "createdByName": "string",
323 "lastModifiedByName": "string",
324 "requestedAmount": 0,
325 "companyCurrency": "string",
326 "investmentAreaIds": [
327 0
328 ],
329 "requestCategoryId": 0,
330 "displayId": "string",
331 "leaseAreaId": 0,
332 "leaseAreaDisplayId": "string",
333 "leaseAreaName": "string",
334 "businessUnitId": 0,
335 "businessUnitDisplayId": "string",
336 "companyId": 0,
337 "companyDisplayId": "string",
338 "departmentId": 0,
339 "departmentDisplayId": "string",
340 "title": "string",
341 "investmentCurrencyId": 0,
342 "investmentCurrencyDisplayId": "string",
343 "companyCurrencyId": 0,
344 "companyCurrencyDisplayId": "string",
345 "reportingCurrencyId": 0,
346 "reportingCurrencyDisplayId": "string",
347 "masterInvestmentRequestId": 0,
348 "inceptionExchangeRate": 0,
349 "exchangeRateValidFrom": "2019-08-24",
350 "weightedAverageExchangeRate": 0,
351 "status": "DRAFT",
352 "workflowStepName": "string",
353 "description": "string",
354 "justification": "string",
355 "totalRequestedAmount": 0,
356 "totalExpense": 0,
357 "totalSpent": 0,
358 "originalRequestedAmount": 0,
359 "modifiedAmount": 0,
360 "currentAvailable": 0,
361 "modificationId": 0,
362 "requestCategory": {
363 "id": 0,
364 "createdOn": "2019-08-24T14:15:22Z",
365 "createdById": "string",
366 "modifiedOn": "2019-08-24T14:15:22Z",
367 "modifiedById": "string",
368 "createdByName": "string",
369 "lastModifiedByName": "string",
370 "displayId": "string",
371 "title": "string",
372 "subTitle": "string",
373 "icon": "string",
374 "budgetTitle": "string",
375 "budgetSubTitle": "string",
376 "investmentTitle": "string",
377 "investmentSubTitle": "string"
378 },
379 "expectedInitiationDate": "2019-08-24",
380 "expectedCompletionDate": "2019-08-24",
381 "actualInitiationDate": "2019-08-24",
382 "actualCompletionDate": "2019-08-24",
383 "requestUrgency": "string",
384 "leaseArea": {
385 "id": 0,
386 "status": "CREATED",
387 "displayId": "string",
388 "name": "string",
389 "businessUnitId": 0
390 },
391 "businessUnit": {
392 "id": 0,
393 "status": "CREATED",
394 "displayId": "string",
395 "name": "string",
396 "leaseAreaId": 0,
397 "companyId": 0
398 },
399 "company": {
400 "id": 0,
401 "status": "CREATED",
402 "displayId": "string",
403 "erpSystemId": 0,
404 "erpSystemDisplayId": "string",
405 "countryId": 0,
406 "countryDisplayId": "string",
407 "postingPeriodVariantId": 0,
408 "name": "string",
409 "postingPeriodVariantDisplayId": "string",
410 "controllingAreaId": 0,
411 "controllingAreaDisplayId": "string",
412 "chartOfAccountId": 0,
413 "chartOfAccountDisplayId": "string",
414 "fiscalVariantId": 0,
415 "fiscalVariantDisplayId": "string",
416 "chartOfDepreciationId": 0,
417 "chartOfDepreciationDisplayId": "string",
418 "purchasingOrganizationId": 0,
419 "assetId": 0,
420 "exchangeRateTypeId": 0,
421 "plantId": 0,
422 "incrementalBorrowingRateId": 0,
423 "businessUnitId": 0,
424 "projectId": 0,
425 "transferVariantId": 0,
426 "partnerId": 0,
427 "departmentId": 0,
428 "accountingStandardId": 0,
429 "generalLedgerAccountId": 0,
430 "consumerPriceIndexCategoryId": 0,
431 "costCenterId": 0,
432 "costCenterRelationValidFrom": "2019-08-24",
433 "costCenterRelationValidTo": "2019-08-24"
434 },
435 "department": {
436 "id": 0,
437 "status": "CREATED",
438 "displayId": "string",
439 "name": "string",
440 "companyId": 0,
441 "leaseGroupId": 0
442 },
443 "linkedBudgets": [
444 {
445 "id": 0,
446 "createdOn": "2019-08-24T14:15:22Z",
447 "createdById": "string",
448 "modifiedOn": "2019-08-24T14:15:22Z",
449 "modifiedById": "string",
450 "createdByName": "string",
451 "lastModifiedByName": "string",
452 "requestCategoryId": 0,
453 "year": 0,
454 "displayId": "string",
455 "project": "string",
456 "requestCategory": {}
457 }
458 ],
459 "investmentRequestToInvestmentAreaIdsLinkedToBudget": [
460 0
461 ]
462 }
463 ],
464 "totalSpent": 0,
465 "totalReserved": 0,
466 "budgetBalance": 0
467 },
468 "nimInvestmentAreaDto": {
469 "id": 0,
470 "createdOn": "2019-08-24T14:15:22Z",
471 "createdById": "string",
472 "modifiedOn": "2019-08-24T14:15:22Z",
473 "modifiedById": "string",
474 "createdByName": "string",
475 "lastModifiedByName": "string",
476 "displayId": "string",
477 "name": "string",
478 "assetClasses": [
479 0
480 ]
481 }
482 }
483 ]
484 }
485 ],
486 "number": 0,
487 "sort": {
488 "sorted": true,
489 "unsorted": true,
490 "empty": true
491 },
492 "first": true,
493 "last": true,
494 "empty": true
495}
📄 Description: Data transfer object representing the budget allocation for a specific page within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management analytics in the context of real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
pageable |
false |
none |
Value for pageable field |
|
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
List of content items |
|
number |
integer(int32) |
false |
none |
Numeric value representing number |
sort |
false |
none |
Sort order specification |
|
first |
boolean |
false |
none |
Whether this is the first page |
last |
boolean |
false |
none |
Whether this is the last page |
empty |
boolean |
false |
none |
Whether the result set is empty |