MilestoneCost¶
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 "sourceId": 0,
10 "estimated": 0,
11 "totalActual": 0
12}
📄 Description: The MilestoneCost schema represents the financial allocation associated with key milestones within a portfolio, enabling effective asset management and analytics for real estate properties. This object facilitates informed decision-making by providing insights into cost distribution across various stages of property development and management.
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 |
sourceId |
integer(int64) |
false |
none |
Unique identifier for the source |
estimated |
number |
false |
none |
Value for estimated field |
totalActual |
number |
false |
none |
Value for totalActual field |