PagedModelEntityModelFOLeaseEntryDto¶
Example Json Object
1{
2 "_embedded": {
3 "fOLeaseEntries": [
4 {
5 "id": 0,
6 "fileNumber": "string",
7 "numberOfLeasesToProcess": 0,
8 "numberOfLeasesProcessed": 0,
9 "activeFOLeaseDto": {
10 "id": 0,
11 "versionName": "string",
12 "foperiodDtos": [
13 {
14 "id": 0,
15 "periodIndex": 0,
16 "startDate": "2019-08-24",
17 "endDate": "2019-08-24",
18 "fobasesMap": {
19 "property1": {
20 "id": 0,
21 "basisTypeId": 0,
22 "expenseCategoryId": 0,
23 "amount": 0,
24 "simulatedAmount": 0,
25 "postedAmount": 0
26 },
27 "property2": {
28 "id": 0,
29 "basisTypeId": 0,
30 "expenseCategoryId": 0,
31 "amount": 0,
32 "simulatedAmount": 0,
33 "postedAmount": 0
34 }
35 }
36 }
37 ]
38 },
39 "foperiodDtos": [
40 {
41 "id": 0,
42 "periodIndex": 0,
43 "startDate": "2019-08-24",
44 "endDate": "2019-08-24",
45 "fobasesMap": {
46 "property1": {
47 "id": 0,
48 "basisTypeId": 0,
49 "expenseCategoryId": 0,
50 "amount": 0,
51 "simulatedAmount": 0,
52 "postedAmount": 0
53 },
54 "property2": {
55 "id": 0,
56 "basisTypeId": 0,
57 "expenseCategoryId": 0,
58 "amount": 0,
59 "simulatedAmount": 0,
60 "postedAmount": 0
61 }
62 }
63 }
64 ]
65 }
66 ]
67 },
68 "page": {
69 "size": 0,
70 "totalElements": 0,
71 "totalPages": 0,
72 "number": 0
73 }
74}
📄 Description: Data transfer object representing a paginated collection of lease entries within the Nakisa Portfolio Management Suite, facilitating the management and analysis of real estate property assets in the context of portfolio optimization.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» fOLeaseEntries |
false |
none |
[Data transfer object representing a lease entry within the Nakisa Portfolio Management Suite, encapsulating essential details related to real estate assets and their performance analytics in the context of portfolio management.] |
|
page |
false |
none |
Page number for pagination |