ProjectModifierDto¶
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 "project": {
10 "createdBy": "string",
11 "lastModifiedBy": "string",
12 "createdDate": "2019-08-24T14:15:22Z",
13 "lastModifiedDate": "2019-08-24T14:15:22Z",
14 "archived": true,
15 "externalId": "string",
16 "id": 0,
17 "name": "string",
18 "description": "string",
19 "targetDate": "2019-08-24",
20 "startDate": "2019-08-24",
21 "dueDate": "2019-08-24",
22 "possessionDate": "2019-08-24",
23 "projectTargetTypeId": 0,
24 "projectActivityId": 0,
25 "projectTypeId": 0,
26 "projectItemId": 0,
27 "projectExecutorTypeId": 0,
28 "projectPriorityId": 0,
29 "projectPrivacyId": 0,
30 "projectStatusId": 0,
31 "progressStatusId": 0,
32 "projectManagerId": 0,
33 "isTemplate": true,
34 "budgetAmount": 0,
35 "bufferAmount": 0,
36 "milestone": [
37 {
38 "createdBy": "string",
39 "lastModifiedBy": "string",
40 "createdDate": "2019-08-24T14:15:22Z",
41 "lastModifiedDate": "2019-08-24T14:15:22Z",
42 "archived": true,
43 "externalId": "string",
44 "id": 0,
45 "name": "string",
46 "description": "string",
47 "wbs": 0,
48 "percProject": 0,
49 "startDate": "2019-08-24",
50 "targetDate": "2019-08-24",
51 "baselineTargetDate": "2019-08-24",
52 "dateActualized": "2019-08-24",
53 "scheduleFrom": "2019-08-24",
54 "noOfDaysToSchedule": 0,
55 "milestoneTypeId": 0,
56 "statusId": 0,
57 "approverId": 0,
58 "approvalStatusId": 0,
59 "approvalDate": "2019-08-24",
60 "isTemplate": true,
61 "milestoneTasks": [
62 {
63 "createdBy": "string",
64 "lastModifiedBy": "string",
65 "createdDate": "2019-08-24T14:15:22Z",
66 "lastModifiedDate": "2019-08-24T14:15:22Z",
67 "archived": true,
68 "externalId": "string",
69 "id": 0,
70 "name": "string",
71 "description": "string",
72 "wbs": 0,
73 "startDate": "2019-08-24",
74 "targetDate": "2019-08-24",
75 "statusId": 0,
76 "assigneeId": 0,
77 "assigneeCanModify": true,
78 "notificationTypeId": 0,
79 "triggerId": 0,
80 "statusOfTriggerId": 0,
81 "emailSendDate": "2019-08-24",
82 "lastEmailSent": "2019-08-24",
83 "isEmailAcknowledged": true,
84 "nbEmailSent": 0,
85 "milestoneTaskKeywordId": 0,
86 "milestoneTaskKeywordValue": "string",
87 "approverId": 0,
88 "approvalStatusId": 0,
89 "refernceTaskId": 0,
90 "nrmWorkOrderId": 0,
91 "nrmWorkOrderDisplayId": "string",
92 "approvalDate": "2019-08-24",
93 "milestoneTaskCost": {
94 "createdBy": "string",
95 "lastModifiedBy": "string",
96 "createdDate": "2019-08-24T14:15:22Z",
97 "lastModifiedDate": "2019-08-24T14:15:22Z",
98 "archived": true,
99 "externalId": "string",
100 "id": 0,
101 "actual": 0,
102 "workOrderCost": 0
103 }
104 }
105 ],
106 "milestoneCost": {
107 "createdBy": "string",
108 "lastModifiedBy": "string",
109 "createdDate": "2019-08-24T14:15:22Z",
110 "lastModifiedDate": "2019-08-24T14:15:22Z",
111 "archived": true,
112 "externalId": "string",
113 "id": 0,
114 "sourceId": 0,
115 "estimated": 0,
116 "totalActual": 0
117 }
118 }
119 ],
120 "projectCost": {
121 "createdBy": "string",
122 "lastModifiedBy": "string",
123 "createdDate": "2019-08-24T14:15:22Z",
124 "lastModifiedDate": "2019-08-24T14:15:22Z",
125 "archived": true,
126 "externalId": "string",
127 "id": 0,
128 "totalBudget": 0,
129 "totalEstimated": 0,
130 "grandTotalActual": 0
131 }
132 },
133 "projectId": 0,
134 "userId": 0,
135 "userDto": {
136 "createdBy": "string",
137 "lastModifiedBy": "string",
138 "createdDate": "2019-08-24T14:15:22Z",
139 "lastModifiedDate": "2019-08-24T14:15:22Z",
140 "archived": true,
141 "externalId": "string",
142 "id": 0,
143 "email": "string",
144 "userName": "string",
145 "firstName": "string",
146 "lastName": "string",
147 "displayName": "string",
148 "permissions": "string",
149 "internalId": "string",
150 "preferredCulture": {
151 "createdBy": "string",
152 "lastModifiedBy": "string",
153 "createdDate": "2019-08-24T14:15:22Z",
154 "lastModifiedDate": "2019-08-24T14:15:22Z",
155 "archived": true,
156 "externalId": "string",
157 "id": 0,
158 "name": "string",
159 "code": "string",
160 "defaultCulture": true,
161 "enable": true
162 },
163 "userGroups": [
164 {
165 "createdBy": "string",
166 "lastModifiedBy": "string",
167 "createdDate": "2019-08-24T14:15:22Z",
168 "lastModifiedDate": "2019-08-24T14:15:22Z",
169 "archived": true,
170 "externalId": "string",
171 "id": 0,
172 "name": "string",
173 "description": "string",
174 "internalId": "string"
175 }
176 ],
177 "partnerIds": [
178 0
179 ],
180 "partners": [
181 {
182 "id": 0,
183 "status": "CREATED",
184 "displayId": "string",
185 "erpSystemId": 0,
186 "erpSystemDisplayId": "string",
187 "name": "string",
188 "fax": "string",
189 "phone": "string",
190 "parentId": 0,
191 "parentName": "string",
192 "parentDisplayId": "string",
193 "companyId": 0,
194 "partnerRoleId": 0,
195 "partnerContactId": 0
196 }
197 ]
198 }
199}
📄 Description: Data transfer object representing modifications to a project within the Nakisa Portfolio Management Suite, encompassing key attributes related to portfolio management, asset allocation, and real estate analytics.
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 |
project |
false |
none |
Value for project field |
|
projectId |
integer(int64) |
true |
none |
Unique identifier for the project |
userId |
integer(int64) |
false |
none |
Unique identifier for the user |
userDto |
false |
none |
User information related to portfolio management |