PagedModelEntityModelPercentageRentRuleDto¶
Example Json Object
1{
2 "_embedded": {
3 "percentageRentRules": [
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 "paymentFrequencyId": 0,
13 "adjustmentFrequencyId": 0,
14 "minimum": 0,
15 "maximum": 0,
16 "calculationModeId": 0,
17 "breakevenPointTypeId": 0,
18 "breakevenPointPercentage": 0,
19 "formula": "string",
20 "note": "string",
21 "chargeExpenseCategoryIds": [
22 0
23 ],
24 "expenseCategoryIds": [
25 0
26 ],
27 "paymentFrequency": {
28 "createdBy": "string",
29 "lastModifiedBy": "string",
30 "createdDate": "2019-08-24T14:15:22Z",
31 "lastModifiedDate": "2019-08-24T14:15:22Z",
32 "archived": true,
33 "externalId": "string",
34 "id": 0,
35 "priority": 0,
36 "internalId": 0,
37 "pickListCode": "string",
38 "pickListLabel": "string",
39 "label": "string",
40 "cultureId": 0,
41 "labelDtos": [
42 {
43 "createdBy": "string",
44 "lastModifiedBy": "string",
45 "createdDate": "2019-08-24T14:15:22Z",
46 "lastModifiedDate": "2019-08-24T14:15:22Z",
47 "archived": true,
48 "externalId": "string",
49 "id": 0,
50 "cultureId": 0,
51 "value": "string"
52 }
53 ]
54 },
55 "adjustmentFrequency": {
56 "createdBy": "string",
57 "lastModifiedBy": "string",
58 "createdDate": "2019-08-24T14:15:22Z",
59 "lastModifiedDate": "2019-08-24T14:15:22Z",
60 "archived": true,
61 "externalId": "string",
62 "id": 0,
63 "priority": 0,
64 "internalId": 0,
65 "pickListCode": "string",
66 "pickListLabel": "string",
67 "label": "string",
68 "cultureId": 0,
69 "labelDtos": [
70 {
71 "createdBy": "string",
72 "lastModifiedBy": "string",
73 "createdDate": "2019-08-24T14:15:22Z",
74 "lastModifiedDate": "2019-08-24T14:15:22Z",
75 "archived": true,
76 "externalId": "string",
77 "id": 0,
78 "cultureId": 0,
79 "value": "string"
80 }
81 ]
82 },
83 "calculationMode": {
84 "createdBy": "string",
85 "lastModifiedBy": "string",
86 "createdDate": "2019-08-24T14:15:22Z",
87 "lastModifiedDate": "2019-08-24T14:15:22Z",
88 "archived": true,
89 "externalId": "string",
90 "id": 0,
91 "priority": 0,
92 "internalId": 0,
93 "pickListCode": "string",
94 "pickListLabel": "string",
95 "label": "string",
96 "cultureId": 0,
97 "labelDtos": [
98 {
99 "createdBy": "string",
100 "lastModifiedBy": "string",
101 "createdDate": "2019-08-24T14:15:22Z",
102 "lastModifiedDate": "2019-08-24T14:15:22Z",
103 "archived": true,
104 "externalId": "string",
105 "id": 0,
106 "cultureId": 0,
107 "value": "string"
108 }
109 ]
110 },
111 "breakevenPointType": {
112 "createdBy": "string",
113 "lastModifiedBy": "string",
114 "createdDate": "2019-08-24T14:15:22Z",
115 "lastModifiedDate": "2019-08-24T14:15:22Z",
116 "archived": true,
117 "externalId": "string",
118 "id": 0,
119 "priority": 0,
120 "internalId": 0,
121 "pickListCode": "string",
122 "pickListLabel": "string",
123 "label": "string",
124 "cultureId": 0,
125 "labelDtos": [
126 {
127 "createdBy": "string",
128 "lastModifiedBy": "string",
129 "createdDate": "2019-08-24T14:15:22Z",
130 "lastModifiedDate": "2019-08-24T14:15:22Z",
131 "archived": true,
132 "externalId": "string",
133 "id": 0,
134 "cultureId": 0,
135 "value": "string"
136 }
137 ]
138 }
139 }
140 ]
141 },
142 "page": {
143 "size": 0,
144 "totalElements": 0,
145 "totalPages": 0,
146 "number": 0
147 }
148}
📄 Description: Data transfer object representing a paginated collection of percentage rent rules within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» percentageRentRules |
false |
none |
[Data transfer object representing the percentage rent rule applicable to real estate assets within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and management.] |
|
page |
false |
none |
Page number for pagination |