ProjectSiteRelationDto¶
Example Json Object
1{
2 "id": 0,
3 "siteExternalId": "string",
4 "siteName": "string",
5 "siteArea": 0.1,
6 "siteUnitId": 0,
7 "isDraft": true,
8 "projectId": 0,
9 "siteId": 0
10}
📄 Description: Data transfer object representing the relationship between projects and associated sites within the Nakisa Portfolio Management Suite, facilitating enhanced portfolio analytics and asset management for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
siteExternalId |
string |
false |
none |
Unique identifier for the site external |
siteName |
string |
false |
none |
Name of the site |
siteArea |
number(double) |
false |
none |
Value for siteArea field |
siteUnitId |
integer(int64) |
false |
none |
Unique identifier for the site unit |
isDraft |
boolean |
false |
none |
Whether the resource is draft |
projectId |
integer(int64) |
false |
none |
Unique identifier for the project |
siteId |
integer(int64) |
false |
none |
Unique identifier for the site |