PlantLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "name": "string",
6 "companyId": 0
7}
📄 Description: Data transfer object representing a real estate asset within the Nakisa Portfolio Management Suite, encompassing key portfolio analytics and performance metrics to facilitate informed decision-making.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
string |
false |
none |
Status of the resource |
name |
string |
false |
none |
Name of the resource |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |