PagedModelEntityModelLeaseReconciliationPeriodDto¶
Example Json Object
1{
2 "_embedded": {
3 "leaseReconciliationPeriods": [
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 "startDate": "2019-08-24",
13 "endDate": "2019-08-24",
14 "statusId": 0,
15 "invoiceAmount": 0,
16 "receivedDate": "2019-08-24",
17 "acceptedAmount": 0,
18 "reviewedBy": "string",
19 "reviewedDate": "2019-08-24",
20 "fullReconciliation": true,
21 "status": {
22 "createdBy": "string",
23 "lastModifiedBy": "string",
24 "createdDate": "2019-08-24T14:15:22Z",
25 "lastModifiedDate": "2019-08-24T14:15:22Z",
26 "archived": true,
27 "externalId": "string",
28 "id": 0,
29 "priority": 0,
30 "internalId": 0,
31 "pickListCode": "string",
32 "pickListLabel": "string",
33 "label": "string",
34 "cultureId": 0,
35 "labelDtos": [
36 {
37 "createdBy": "string",
38 "lastModifiedBy": "string",
39 "createdDate": "2019-08-24T14:15:22Z",
40 "lastModifiedDate": "2019-08-24T14:15:22Z",
41 "archived": true,
42 "externalId": "string",
43 "id": 0,
44 "cultureId": 0,
45 "value": "string"
46 }
47 ]
48 },
49 "operatingCostPeriodId": 0,
50 "reconciledExpenseCategoryDtos": [
51 {
52 "createdBy": "string",
53 "lastModifiedBy": "string",
54 "createdDate": "2019-08-24T14:15:22Z",
55 "lastModifiedDate": "2019-08-24T14:15:22Z",
56 "archived": true,
57 "externalId": "string",
58 "id": 0,
59 "expenseGroupId": 0,
60 "totalCost": 0,
61 "accrualAmount": 0,
62 "balance": 0,
63 "expenseGroup": {
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 "reconciledExpenseDtos": [
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 "totalCost": 0,
101 "operatingCostExpenseTypeId": 0,
102 "operatingCostExpenseType": {
103 "createdBy": "string",
104 "lastModifiedBy": "string",
105 "createdDate": "2019-08-24T14:15:22Z",
106 "lastModifiedDate": "2019-08-24T14:15:22Z",
107 "archived": true,
108 "externalId": "string",
109 "id": 0,
110 "priority": 0,
111 "internalId": 0,
112 "pickListCode": "string",
113 "pickListLabel": "string",
114 "label": "string",
115 "cultureId": 0,
116 "labelDtos": [
117 {}
118 ]
119 },
120 "reconciledExpenseSegmentDtos": [
121 {
122 "createdBy": "string",
123 "lastModifiedBy": "string",
124 "createdDate": "2019-08-24T14:15:22Z",
125 "lastModifiedDate": "2019-08-24T14:15:22Z",
126 "archived": true,
127 "externalId": "string",
128 "id": 0,
129 "startDate": "2019-08-24",
130 "endDate": "2019-08-24",
131 "adjustedLocationCost": 0,
132 "proSharePercentage": 0,
133 "proShareCost": 0,
134 "cap": 0,
135 "subtotalCost": 0,
136 "adminFees": 0,
137 "totalCost": 0,
138 "conditionDto": {}
139 }
140 ]
141 }
142 ],
143 "hasWarning": true
144 }
145 ]
146 }
147 ]
148 },
149 "page": {
150 "size": 0,
151 "totalElements": 0,
152 "totalPages": 0,
153 "number": 0
154 }
155}
📄 Description: Data transfer object representing a paginated collection of lease reconciliation periods within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» leaseReconciliationPeriods |
false |
none |
[Data transfer object representing the lease reconciliation period for real estate assets within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and asset management.] |
|
page |
false |
none |
Page number for pagination |