PageBudgetDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "numberOfElements": 0,
5 "pageable": {
6 "unpaged": true,
7 "paged": true,
8 "pageNumber": 0,
9 "pageSize": 0,
10 "offset": 0,
11 "sort": {
12 "unsorted": true,
13 "sorted": true,
14 "empty": true
15 }
16 },
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 "totalSpent": 0,
153 "totalReserved": 0,
154 "budgetBalance": 0
155 },
156 "nimInvestmentAreaDto": {
157 "id": 0,
158 "createdOn": "2019-08-24T14:15:22Z",
159 "createdById": "string",
160 "modifiedOn": "2019-08-24T14:15:22Z",
161 "modifiedById": "string",
162 "createdByName": "string",
163 "lastModifiedByName": "string",
164 "displayId": "string",
165 "name": "string",
166 "assetClasses": [
167 0
168 ]
169 }
170 }
171 ]
172 }
173 ],
174 "number": 0,
175 "sort": {
176 "unsorted": true,
177 "sorted": true,
178 "empty": true
179 },
180 "first": true,
181 "last": true,
182 "empty": true
183}
📄 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 |
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
pageable |
false |
none |
Value for pageable field |
|
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 |