ProjectSiteForecastedSaleDto¶
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 "salesYearEstAmount": 0.1,
10 "salesYearIncYear": 0.1,
11 "anticipatedSaleEstAmount": 0.1,
12 "anticipatedSalesIncYear": 0.1,
13 "salesLostEstAmount": 0.1,
14 "salesLostIncYear": 0.1,
15 "incrementalSalesEstAmount": 0.1,
16 "incrementalSalesIncYear": 0.1,
17 "typeId": 0,
18 "unitId": 0,
19 "projectSiteRelationId": 0,
20 "site": "string",
21 "siteExternalId": "string",
22 "siteId": 0,
23 "isDraft": true,
24 "siteCurrency": "string",
25 "siteMeasureUnit": "string",
26 "areaInfo": [
27 [
28 {}
29 ]
30 ]
31}
📄 Description: Data transfer object representing the projected sales for a specific real estate property within the Nakisa Portfolio Management Suite, facilitating portfolio and asset analytics.
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 |
salesYearEstAmount |
number(double) |
false |
none |
Amount of sales year est |
salesYearIncYear |
number(double) |
false |
none |
Value for salesYearIncYear field |
anticipatedSaleEstAmount |
number(double) |
false |
none |
Amount of anticipated sale est |
anticipatedSalesIncYear |
number(double) |
false |
none |
Value for anticipatedSalesIncYear field |
salesLostEstAmount |
number(double) |
false |
none |
Amount of sales lost est |
salesLostIncYear |
number(double) |
false |
none |
Value for salesLostIncYear field |
incrementalSalesEstAmount |
number(double) |
false |
none |
Amount of incremental sales est |
incrementalSalesIncYear |
number(double) |
false |
none |
Value for incrementalSalesIncYear field |
typeId |
integer(int64) |
false |
none |
Unique identifier for the type |
unitId |
integer(int64) |
false |
none |
Unique identifier for the unit |
projectSiteRelationId |
integer(int64) |
false |
none |
Unique identifier for the project site relation |
site |
string |
false |
none |
Text value for site in ProjectSiteForecastedSaleDto |
siteExternalId |
string |
false |
none |
Unique identifier for the site external |
siteId |
integer(int64) |
false |
none |
Unique identifier for the site |
isDraft |
boolean |
false |
none |
Whether the resource is draft |
siteCurrency |
string |
false |
none |
Text value for siteCurrency in ProjectSiteForecastedSaleDto |
siteMeasureUnit |
string |
false |
none |
Text value for siteMeasureUnit in ProjectSiteForecastedSaleDto |
areaInfo |
[array] |
false |
none |
List of areaInfo items |