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 "justification": "string",
15 "statusId": 0,
16 "requestedDate": "2019-08-24",
17 "approvedDate": "2019-08-24",
18 "status": {
19 "createdBy": "string",
20 "lastModifiedBy": "string",
21 "createdDate": "2019-08-24T14:15:22Z",
22 "lastModifiedDate": "2019-08-24T14:15:22Z",
23 "archived": true,
24 "externalId": "string",
25 "id": 0,
26 "priority": 0,
27 "internalId": 0,
28 "pickListCode": "string",
29 "pickListLabel": "string",
30 "label": "string",
31 "cultureId": 0,
32 "labelDtos": [
33 {
34 "createdBy": "string",
35 "lastModifiedBy": "string",
36 "createdDate": "2019-08-24T14:15:22Z",
37 "lastModifiedDate": "2019-08-24T14:15:22Z",
38 "archived": true,
39 "externalId": "string",
40 "id": 0,
41 "cultureId": 0,
42 "value": "string"
43 }
44 ]
45 },
46 "requester": "string",
47 "approver": "string",
48 "projectId": 0,
49 "projectName": "string",
50 "projectDisplayId": "string"
51 }
52 ]
53 },
54 "page": {
55 "size": 0,
56 "totalElements": 0,
57 "totalPages": 0,
58 "number": 0
59 }
60}
📄 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 |