MilestoneTaskCostDto¶
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 "actual": 0,
10 "milestoneTaskId": 0,
11 "milestoneTaskDisplayId": "string",
12 "milestoneTaskName": "string",
13 "status": "string"
14}
📄 Description: Data transfer object representing the cost associated with a milestone task within the Nakisa Portfolio Management Suite, facilitating effective financial analysis and reporting for 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 |
actual |
number |
false |
none |
Value for actual field |
milestoneTaskId |
integer(int64) |
false |
none |
Unique identifier for the milestone task |
milestoneTaskDisplayId |
string |
false |
none |
Unique identifier for the milestone task display |
milestoneTaskName |
string |
false |
none |
Name of the milestone task |
status |
string |
false |
none |
Status of the resource |