EntityLiteDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "name": "string"
5}
📄 Description: Data transfer object representing a lightweight entity within the Nakisa Portfolio Management Suite, encapsulating essential details related to portfolios, assets, analytics, and real estate properties for streamlined management and reporting.
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 |
name |
string |
false |
none |
Name of the resource |