EntityModelPercentageRentRuleDto¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "paymentFrequencyId": 0,
10 "adjustmentFrequencyId": 0,
11 "minimum": 0,
12 "maximum": 0,
13 "calculationModeId": 0,
14 "breakevenPointTypeId": 0,
15 "breakevenPointPercentage": 0,
16 "formula": "string",
17 "note": "string",
18 "chargeExpenseCategoryIds": [
19 0
20 ],
21 "expenseCategoryIds": [
22 0
23 ],
24 "paymentFrequency": {
25 "createdBy": "string",
26 "lastModifiedBy": "string",
27 "createdDate": "2019-08-24T14:15:22Z",
28 "lastModifiedDate": "2019-08-24T14:15:22Z",
29 "archived": true,
30 "externalId": "string",
31 "id": 0,
32 "priority": 0,
33 "internalId": 0,
34 "pickListCode": "string",
35 "pickListLabel": "string",
36 "label": "string",
37 "cultureId": 0,
38 "labelDtos": [
39 {
40 "createdBy": "string",
41 "lastModifiedBy": "string",
42 "createdDate": "2019-08-24T14:15:22Z",
43 "lastModifiedDate": "2019-08-24T14:15:22Z",
44 "archived": true,
45 "externalId": "string",
46 "id": 0,
47 "cultureId": 0,
48 "value": "string"
49 }
50 ]
51 },
52 "adjustmentFrequency": {
53 "createdBy": "string",
54 "lastModifiedBy": "string",
55 "createdDate": "2019-08-24T14:15:22Z",
56 "lastModifiedDate": "2019-08-24T14:15:22Z",
57 "archived": true,
58 "externalId": "string",
59 "id": 0,
60 "priority": 0,
61 "internalId": 0,
62 "pickListCode": "string",
63 "pickListLabel": "string",
64 "label": "string",
65 "cultureId": 0,
66 "labelDtos": [
67 {
68 "createdBy": "string",
69 "lastModifiedBy": "string",
70 "createdDate": "2019-08-24T14:15:22Z",
71 "lastModifiedDate": "2019-08-24T14:15:22Z",
72 "archived": true,
73 "externalId": "string",
74 "id": 0,
75 "cultureId": 0,
76 "value": "string"
77 }
78 ]
79 },
80 "calculationMode": {
81 "createdBy": "string",
82 "lastModifiedBy": "string",
83 "createdDate": "2019-08-24T14:15:22Z",
84 "lastModifiedDate": "2019-08-24T14:15:22Z",
85 "archived": true,
86 "externalId": "string",
87 "id": 0,
88 "priority": 0,
89 "internalId": 0,
90 "pickListCode": "string",
91 "pickListLabel": "string",
92 "label": "string",
93 "cultureId": 0,
94 "labelDtos": [
95 {
96 "createdBy": "string",
97 "lastModifiedBy": "string",
98 "createdDate": "2019-08-24T14:15:22Z",
99 "lastModifiedDate": "2019-08-24T14:15:22Z",
100 "archived": true,
101 "externalId": "string",
102 "id": 0,
103 "cultureId": 0,
104 "value": "string"
105 }
106 ]
107 },
108 "breakevenPointType": {
109 "createdBy": "string",
110 "lastModifiedBy": "string",
111 "createdDate": "2019-08-24T14:15:22Z",
112 "lastModifiedDate": "2019-08-24T14:15:22Z",
113 "archived": true,
114 "externalId": "string",
115 "id": 0,
116 "priority": 0,
117 "internalId": 0,
118 "pickListCode": "string",
119 "pickListLabel": "string",
120 "label": "string",
121 "cultureId": 0,
122 "labelDtos": [
123 {
124 "createdBy": "string",
125 "lastModifiedBy": "string",
126 "createdDate": "2019-08-24T14:15:22Z",
127 "lastModifiedDate": "2019-08-24T14:15:22Z",
128 "archived": true,
129 "externalId": "string",
130 "id": 0,
131 "cultureId": 0,
132 "value": "string"
133 }
134 ]
135 }
136}
📄 Description: Data transfer object representing the percentage rent rule applicable to real estate assets within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
paymentFrequencyId |
integer(int64) |
false |
none |
Unique identifier for the payment frequency |
adjustmentFrequencyId |
integer(int64) |
false |
none |
Unique identifier for the adjustment frequency |
minimum |
number |
false |
none |
Value for minimum field |
maximum |
number |
false |
none |
Value for maximum field |
calculationModeId |
integer(int64) |
false |
none |
Unique identifier for the calculation mode |
breakevenPointTypeId |
integer(int64) |
false |
none |
Unique identifier for the breakeven point type |
breakevenPointPercentage |
number |
false |
none |
Percentage of breakeven point |
formula |
string |
false |
none |
Text value for formula in EntityModelPercentageRentRuleDto |
note |
string |
false |
none |
Text value for note in EntityModelPercentageRentRuleDto |
chargeExpenseCategoryIds |
[integer] |
false |
none |
List of chargeExpenseCategoryIds items |
expenseCategoryIds |
[integer] |
false |
none |
List of expenseCategoryIds items |
paymentFrequency |
false |
none |
Value for paymentFrequency field |
|
adjustmentFrequency |
false |
none |
Value for adjustmentFrequency field |
|
calculationMode |
false |
none |
Value for calculationMode field |
|
breakevenPointType |
false |
none |
Type of the breakeven point |