MilestoneTask¶
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 "startDate": "2019-08-24",
13 "targetDate": "2019-08-24",
14 "statusId": 0,
15 "assigneeId": 0,
16 "assigneeCanModify": true,
17 "notificationTypeId": 0,
18 "triggerId": 0,
19 "statusOfTriggerId": 0,
20 "emailSendDate": "2019-08-24",
21 "lastEmailSent": "2019-08-24",
22 "isEmailAcknowledged": true,
23 "nbEmailSent": 0,
24 "milestoneTaskKeywordId": 0,
25 "milestoneTaskKeywordValue": "string",
26 "approverId": 0,
27 "approvalStatusId": 0,
28 "refernceTaskId": 0,
29 "nrmWorkOrderId": 0,
30 "nrmWorkOrderDisplayId": "string",
31 "approvalDate": "2019-08-24",
32 "milestoneTaskCost": {
33 "createdBy": "string",
34 "lastModifiedBy": "string",
35 "createdDate": "2019-08-24T14:15:22Z",
36 "lastModifiedDate": "2019-08-24T14:15:22Z",
37 "archived": true,
38 "externalId": "string",
39 "id": 0,
40 "actual": 0
41 }
42}
📄 Description: Data transfer object representing a milestone task within the Nakisa Portfolio Management Suite, encompassing key details related to portfolio management, asset tracking, and 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 |
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 |
startDate |
string(date) |
false |
none |
Start date of the resource |
targetDate |
string(date) |
false |
none |
Date of the target |
statusId |
integer(int64) |
false |
none |
Unique identifier for the status |
assigneeId |
integer(int64) |
false |
none |
Unique identifier for the assignee |
assigneeCanModify |
boolean |
false |
none |
Boolean flag indicating assigneeCanModify status |
notificationTypeId |
integer(int64) |
false |
none |
Unique identifier for the notification type |
triggerId |
integer(int64) |
false |
none |
Unique identifier for the trigger |
statusOfTriggerId |
integer(int64) |
false |
none |
Unique identifier for the status of trigger |
emailSendDate |
string(date) |
false |
none |
Date of the email send |
lastEmailSent |
string(date) |
false |
none |
Text value for lastEmailSent in MilestoneTask |
isEmailAcknowledged |
boolean |
false |
none |
Whether the resource is email acknowledged |
nbEmailSent |
integer(int32) |
false |
none |
Numeric value representing nbEmailSent |
milestoneTaskKeywordId |
integer(int64) |
false |
none |
Unique identifier for the milestone task keyword |
milestoneTaskKeywordValue |
string |
false |
none |
Text value for milestoneTaskKeywordValue in MilestoneTask |
approverId |
integer(int64) |
false |
none |
Unique identifier for the approver |
approvalStatusId |
integer(int64) |
false |
none |
Unique identifier for the approval status |
refernceTaskId |
integer(int64) |
false |
none |
Unique identifier for the refernce task |
nrmWorkOrderId |
integer(int64) |
false |
none |
none |
nrmWorkOrderDisplayId |
string |
false |
none |
none |
approvalDate |
string(date) |
false |
none |
Date of the approval |
milestoneTaskCost |
false |
none |
Value for milestoneTaskCost field |