ProjectParticipantDto¶
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 "isEmailActive": true,
10 "isPrivacy": true,
11 "milestones": [
12 {
13 "createdBy": "string",
14 "lastModifiedBy": "string",
15 "createdDate": "2019-08-24T14:15:22Z",
16 "lastModifiedDate": "2019-08-24T14:15:22Z",
17 "archived": true,
18 "externalId": "string",
19 "id": 0,
20 "name": "string",
21 "description": "string",
22 "wbs": 0,
23 "percProject": 0,
24 "startDate": "2019-08-24",
25 "targetDate": "2019-08-24",
26 "baselineTargetDate": "2019-08-24",
27 "dateActualized": "2019-08-24",
28 "scheduleFrom": "2019-08-24",
29 "noOfDaysToSchedule": 0,
30 "milestoneTypeId": 0,
31 "statusId": 0,
32 "approverId": 0,
33 "approvalStatusId": 0,
34 "approvalDate": "2019-08-24",
35 "isTemplate": true,
36 "milestoneTasks": [
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 "startDate": "2019-08-24",
49 "targetDate": "2019-08-24",
50 "statusId": 0,
51 "assigneeId": 0,
52 "assigneeCanModify": true,
53 "notificationTypeId": 0,
54 "triggerId": 0,
55 "statusOfTriggerId": 0,
56 "emailSendDate": "2019-08-24",
57 "lastEmailSent": "2019-08-24",
58 "isEmailAcknowledged": true,
59 "nbEmailSent": 0,
60 "milestoneTaskKeywordId": 0,
61 "milestoneTaskKeywordValue": "string",
62 "approverId": 0,
63 "approvalStatusId": 0,
64 "refernceTaskId": 0,
65 "nrmWorkOrderId": 0,
66 "nrmWorkOrderDisplayId": "string",
67 "approvalDate": "2019-08-24",
68 "milestoneTaskCost": {
69 "createdBy": "string",
70 "lastModifiedBy": "string",
71 "createdDate": "2019-08-24T14:15:22Z",
72 "lastModifiedDate": "2019-08-24T14:15:22Z",
73 "archived": true,
74 "externalId": "string",
75 "id": 0,
76 "actual": 0,
77 "workOrderCost": 0
78 }
79 }
80 ],
81 "milestoneCost": {
82 "createdBy": "string",
83 "lastModifiedBy": "string",
84 "createdDate": "2019-08-24T14:15:22Z",
85 "lastModifiedDate": "2019-08-24T14:15:22Z",
86 "archived": true,
87 "externalId": "string",
88 "id": 0,
89 "sourceId": 0,
90 "estimated": 0,
91 "totalActual": 0
92 }
93 }
94 ],
95 "projectId": 0,
96 "userId": 0,
97 "userDto": {
98 "createdBy": "string",
99 "lastModifiedBy": "string",
100 "createdDate": "2019-08-24T14:15:22Z",
101 "lastModifiedDate": "2019-08-24T14:15:22Z",
102 "archived": true,
103 "externalId": "string",
104 "id": 0,
105 "email": "string",
106 "userName": "string",
107 "firstName": "string",
108 "lastName": "string",
109 "displayName": "string",
110 "permissions": "string",
111 "internalId": "string",
112 "preferredCulture": {
113 "createdBy": "string",
114 "lastModifiedBy": "string",
115 "createdDate": "2019-08-24T14:15:22Z",
116 "lastModifiedDate": "2019-08-24T14:15:22Z",
117 "archived": true,
118 "externalId": "string",
119 "id": 0,
120 "name": "string",
121 "code": "string",
122 "defaultCulture": true,
123 "enable": true
124 },
125 "userGroups": [
126 {
127 "createdBy": "string",
128 "lastModifiedBy": "string",
129 "createdDate": "2019-08-24T14:15:22Z",
130 "lastModifiedDate": "2019-08-24T14:15:22Z",
131 "archived": true,
132 "externalId": "string",
133 "id": 0,
134 "name": "string",
135 "description": "string",
136 "internalId": "string"
137 }
138 ],
139 "partnerIds": [
140 0
141 ],
142 "partners": [
143 {
144 "id": 0,
145 "status": "CREATED",
146 "displayId": "string",
147 "erpSystemId": 0,
148 "erpSystemDisplayId": "string",
149 "name": "string",
150 "fax": "string",
151 "phone": "string",
152 "parentId": 0,
153 "parentName": "string",
154 "parentDisplayId": "string",
155 "companyId": 0,
156 "partnerRoleId": 0,
157 "partnerContactId": 0
158 }
159 ]
160 },
161 "milestoneIds": [
162 0
163 ]
164}
📄 Description: Data transfer object representing an individual participant in a project within the Nakisa Portfolio Management Suite, encompassing relevant details for portfolio analysis, asset management, and real estate property evaluation.
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 |
isEmailActive |
boolean |
false |
none |
Whether the resource is email active |
isPrivacy |
boolean |
false |
none |
Whether the resource is privacy |
milestones |
false |
none |
List of milestones items |
|
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 |
|
milestoneIds |
[integer] |
false |
none |
List of milestoneIds items |