PagedModelEntityModelBudgetRequestDto¶
Example Json Object
1{
2 "_embedded": {
3 "budgetRequests": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "requestedAmount": 0,
13 "currentBudgetAmount": 0,
14 "requesterComment": "string",
15 "approverComment": "string",
16 "statusId": 0,
17 "requestedDate": "2019-08-24",
18 "approvedDate": "2019-08-24",
19 "status": {
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 "priority": 0,
28 "internalId": 0,
29 "pickListCode": "string",
30 "pickListLabel": "string",
31 "label": "string",
32 "cultureId": 0,
33 "labelDtos": [
34 {
35 "createdBy": "string",
36 "lastModifiedBy": "string",
37 "createdDate": "2019-08-24T14:15:22Z",
38 "lastModifiedDate": "2019-08-24T14:15:22Z",
39 "archived": true,
40 "externalId": "string",
41 "id": 0,
42 "cultureId": 0,
43 "value": "string"
44 }
45 ]
46 },
47 "requester": "string",
48 "approver": "string",
49 "projectId": 0,
50 "projectName": "string",
51 "projectDisplayId": "string",
52 "allocationList": [
53 {
54 "createdBy": "string",
55 "lastModifiedBy": "string",
56 "createdDate": "2019-08-24T14:15:22Z",
57 "lastModifiedDate": "2019-08-24T14:15:22Z",
58 "archived": true,
59 "externalId": "string",
60 "id": 0,
61 "allocatedAmount": 0,
62 "projectId": 0,
63 "projectName": "string",
64 "projectDisplayId": "string",
65 "budgetId": 0,
66 "budgetDto": {
67 "createdBy": "string",
68 "lastModifiedBy": "string",
69 "createdDate": "2019-08-24T14:15:22Z",
70 "lastModifiedDate": "2019-08-24T14:15:22Z",
71 "archived": true,
72 "externalId": "string",
73 "id": 0,
74 "name": "string",
75 "startDate": "2019-08-24",
76 "dueDate": "2019-08-24",
77 "departmentId": 0,
78 "statusId": 0,
79 "totalBudgetAmount": 0,
80 "allocatedBudgetAmount": 0,
81 "owner": "string",
82 "status": {
83 "createdBy": "string",
84 "lastModifiedBy": "string",
85 "createdDate": "2019-08-24T14:15:22Z",
86 "lastModifiedDate": "2019-08-24T14:15:22Z",
87 "archived": true,
88 "externalId": "string",
89 "id": 0,
90 "priority": 0,
91 "internalId": 0,
92 "pickListCode": "string",
93 "pickListLabel": "string",
94 "label": "string",
95 "cultureId": 0,
96 "labelDtos": [
97 {
98 "createdBy": "string",
99 "lastModifiedBy": "string",
100 "createdDate": "2019-08-24T14:15:22Z",
101 "lastModifiedDate": "2019-08-24T14:15:22Z",
102 "archived": true,
103 "externalId": "string",
104 "id": 0,
105 "cultureId": 0,
106 "value": "string"
107 }
108 ]
109 },
110 "department": {
111 "createdBy": "string",
112 "lastModifiedBy": "string",
113 "createdDate": "2019-08-24T14:15:22Z",
114 "lastModifiedDate": "2019-08-24T14:15:22Z",
115 "archived": true,
116 "externalId": "string",
117 "id": 0,
118 "priority": 0,
119 "internalId": 0,
120 "pickListCode": "string",
121 "pickListLabel": "string",
122 "label": "string",
123 "cultureId": 0,
124 "labelDtos": [
125 {
126 "createdBy": "string",
127 "lastModifiedBy": "string",
128 "createdDate": "2019-08-24T14:15:22Z",
129 "lastModifiedDate": "2019-08-24T14:15:22Z",
130 "archived": true,
131 "externalId": "string",
132 "id": 0,
133 "cultureId": 0,
134 "value": "string"
135 }
136 ]
137 },
138 "nimBudgetLinkDtos": [
139 {
140 "createdBy": "string",
141 "lastModifiedBy": "string",
142 "createdDate": "2019-08-24T14:15:22Z",
143 "lastModifiedDate": "2019-08-24T14:15:22Z",
144 "archived": true,
145 "externalId": "string",
146 "id": 0,
147 "nimBudgetId": 0,
148 "nimInvestmentAreaId": 0,
149 "nimBudgetDto": {},
150 "nimBudgetInvestmentAreaDto": {
151 "id": 0,
152 "createdOn": "2019-08-24T14:15:22Z",
153 "createdById": "string",
154 "modifiedOn": "2019-08-24T14:15:22Z",
155 "modifiedById": "string",
156 "createdByName": "string",
157 "lastModifiedByName": "string",
158 "amount": 0,
159 "originalCurrencyId": 0,
160 "originalCurrencyDisplayId": "string",
161 "originalAmount": 0,
162 "rate": 0,
163 "rateDate": "2019-08-24",
164 "investmentAreaId": 0,
165 "investmentArea": {},
166 "budgetYearDistributions": [],
167 "investmentRequest": {},
168 "investmentRequests": [],
169 "totalSpent": 0,
170 "totalReserved": 0,
171 "budgetBalance": 0
172 },
173 "nimInvestmentAreaDto": {
174 "id": 0,
175 "createdOn": "2019-08-24T14:15:22Z",
176 "createdById": "string",
177 "modifiedOn": "2019-08-24T14:15:22Z",
178 "modifiedById": "string",
179 "createdByName": "string",
180 "lastModifiedByName": "string",
181 "displayId": "string",
182 "name": "string",
183 "assetClasses": []
184 }
185 }
186 ]
187 }
188 }
189 ]
190 }
191 ]
192 },
193 "page": {
194 "size": 0,
195 "totalElements": 0,
196 "totalPages": 0,
197 "number": 0
198 }
199}
📄 Description: Data transfer object representing a paginated collection of budget requests within the Nakisa Portfolio Management Suite, facilitating efficient management and analysis of financial allocations for real estate properties and associated assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» budgetRequests |
false |
none |
[Data transfer object representing a budget request within the Nakisa Portfolio Management Suite, facilitating the analysis and allocation of financial resources for portfolios and real estate assets.] |
|
page |
false |
none |
Page number for pagination |