ProjectSiteDevelopmentDto¶
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 "applyToMasterPlan": true,
10 "expectDowntime": true,
11 "tempStore": true,
12 "developmentProgressId": 0,
13 "developmentStatusId": 0,
14 "projectSiteRelationId": 0,
15 "developmentProgress": {
16 "createdBy": "string",
17 "lastModifiedBy": "string",
18 "createdDate": "2019-08-24T14:15:22Z",
19 "lastModifiedDate": "2019-08-24T14:15:22Z",
20 "archived": true,
21 "externalId": "string",
22 "id": 0,
23 "priority": 0,
24 "internalId": 0,
25 "pickListCode": "string",
26 "pickListLabel": "string",
27 "label": "string",
28 "cultureId": 0,
29 "labelDtos": [
30 {
31 "createdBy": "string",
32 "lastModifiedBy": "string",
33 "createdDate": "2019-08-24T14:15:22Z",
34 "lastModifiedDate": "2019-08-24T14:15:22Z",
35 "archived": true,
36 "externalId": "string",
37 "id": 0,
38 "cultureId": 0,
39 "value": "string"
40 }
41 ]
42 },
43 "developmentStatus": {
44 "createdBy": "string",
45 "lastModifiedBy": "string",
46 "createdDate": "2019-08-24T14:15:22Z",
47 "lastModifiedDate": "2019-08-24T14:15:22Z",
48 "archived": true,
49 "externalId": "string",
50 "id": 0,
51 "priority": 0,
52 "internalId": 0,
53 "pickListCode": "string",
54 "pickListLabel": "string",
55 "label": "string",
56 "cultureId": 0,
57 "labelDtos": [
58 {
59 "createdBy": "string",
60 "lastModifiedBy": "string",
61 "createdDate": "2019-08-24T14:15:22Z",
62 "lastModifiedDate": "2019-08-24T14:15:22Z",
63 "archived": true,
64 "externalId": "string",
65 "id": 0,
66 "cultureId": 0,
67 "value": "string"
68 }
69 ]
70 },
71 "site": "string",
72 "siteId": 0,
73 "siteExternalId": "string",
74 "isDraft": true
75}
📄 Description: Data transfer object representing the development details of a project site within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management 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 |
applyToMasterPlan |
boolean |
false |
none |
Boolean flag indicating applyToMasterPlan status |
expectDowntime |
boolean |
false |
none |
Boolean flag indicating expectDowntime status |
tempStore |
boolean |
false |
none |
Boolean flag indicating tempStore status |
developmentProgressId |
integer(int64) |
false |
none |
Unique identifier for the development progress |
developmentStatusId |
integer(int64) |
false |
none |
Unique identifier for the development status |
projectSiteRelationId |
integer(int64) |
false |
none |
Unique identifier for the project site relation |
developmentProgress |
false |
none |
Value for developmentProgress field |
|
developmentStatus |
false |
none |
Status of the development |
|
site |
string |
false |
none |
Text value for site in ProjectSiteDevelopmentDto |
siteId |
integer(int64) |
false |
none |
Unique identifier for the site |
siteExternalId |
string |
false |
none |
Unique identifier for the site external |
isDraft |
boolean |
false |
none |
Whether the resource is draft |