Milestone¶
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 "name": "string",
10 "description": "string",
11 "wbs": 0,
12 "percProject": 0,
13 "startDate": "2019-08-24",
14 "targetDate": "2019-08-24",
15 "baselineTargetDate": "2019-08-24",
16 "dateActualized": "2019-08-24",
17 "scheduleFrom": "2019-08-24",
18 "noOfDaysToSchedule": 0,
19 "milestoneTypeId": 0,
20 "statusId": 0,
21 "approverId": 0,
22 "approvalStatusId": 0,
23 "approvalDate": "2019-08-24",
24 "isTemplate": true,
25 "milestoneTasks": [
26 {
27 "createdBy": "string",
28 "lastModifiedBy": "string",
29 "createdDate": "2019-08-24T14:15:22Z",
30 "lastModifiedDate": "2019-08-24T14:15:22Z",
31 "archived": true,
32 "externalId": "string",
33 "id": 0,
34 "name": "string",
35 "description": "string",
36 "wbs": 0,
37 "startDate": "2019-08-24",
38 "targetDate": "2019-08-24",
39 "statusId": 0,
40 "assigneeId": 0,
41 "assigneeCanModify": true,
42 "notificationTypeId": 0,
43 "triggerId": 0,
44 "statusOfTriggerId": 0,
45 "emailSendDate": "2019-08-24",
46 "lastEmailSent": "2019-08-24",
47 "isEmailAcknowledged": true,
48 "nbEmailSent": 0,
49 "milestoneTaskKeywordId": 0,
50 "milestoneTaskKeywordValue": "string",
51 "approverId": 0,
52 "approvalStatusId": 0,
53 "refernceTaskId": 0,
54 "nrmWorkOrderId": 0,
55 "nrmWorkOrderDisplayId": "string",
56 "approvalDate": "2019-08-24",
57 "milestoneTaskCost": {
58 "createdBy": "string",
59 "lastModifiedBy": "string",
60 "createdDate": "2019-08-24T14:15:22Z",
61 "lastModifiedDate": "2019-08-24T14:15:22Z",
62 "archived": true,
63 "externalId": "string",
64 "id": 0,
65 "actual": 0
66 }
67 }
68 ],
69 "milestoneCost": {
70 "createdBy": "string",
71 "lastModifiedBy": "string",
72 "createdDate": "2019-08-24T14:15:22Z",
73 "lastModifiedDate": "2019-08-24T14:15:22Z",
74 "archived": true,
75 "externalId": "string",
76 "id": 0,
77 "sourceId": 0,
78 "estimated": 0,
79 "totalActual": 0
80 }
81}
📄 Description: Data transfer object representing a milestone within the Nakisa Portfolio Management Suite, encapsulating key achievements and performance indicators related to portfolio and asset management in the real estate sector.
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 |
name |
string |
false |
none |
Name of the resource |
description |
string |
false |
none |
Description of the resource |
wbs |
integer(int32) |
false |
none |
Numeric value representing wbs |
percProject |
integer(int32) |
false |
none |
Numeric value representing percProject |
startDate |
string(date) |
false |
none |
Start date of the resource |
targetDate |
string(date) |
false |
none |
Date of the target |
baselineTargetDate |
string(date) |
false |
none |
Date of the baseline target |
dateActualized |
string(date) |
false |
none |
Text value for dateActualized in Milestone |
scheduleFrom |
string(date) |
false |
none |
Text value for scheduleFrom in Milestone |
noOfDaysToSchedule |
integer(int32) |
false |
none |
Numeric value representing noOfDaysToSchedule |
milestoneTypeId |
integer(int64) |
false |
none |
Unique identifier for the milestone type |
statusId |
integer(int64) |
false |
none |
Unique identifier for the status |
approverId |
integer(int64) |
false |
none |
Unique identifier for the approver |
approvalStatusId |
integer(int64) |
false |
none |
Unique identifier for the approval status |
approvalDate |
string(date) |
false |
none |
Date of the approval |
isTemplate |
boolean |
false |
none |
Whether the resource is template |
milestoneTasks |
false |
none |
List of milestoneTasks items |
|
milestoneCost |
false |
none |
Value for milestoneCost field |