AreaHistoryDto¶
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 "startDate": "2019-08-24",
10 "endDate": "2019-08-24",
11 "measure": 0,
12 "details": "string",
13 "floor": "string",
14 "suite": "string",
15 "areaId": 0
16}
📄 Description: Data transfer object representing the historical data of an area within the Nakisa Portfolio Management Suite, encompassing insights related to portfolio performance, asset utilization, and analytics for real estate properties.
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 |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
measure |
number |
false |
none |
Value for measure field |
details |
string |
false |
none |
Text value for details in AreaHistoryDto |
floor |
string |
false |
none |
Text value for floor in AreaHistoryDto |
suite |
string |
false |
none |
Text value for suite in AreaHistoryDto |
areaId |
integer(int64) |
false |
none |
Unique identifier for the area |