Site¶
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 "storeNumber": "string",
11 "fileNumber": "string",
12 "businessUnitId": 0,
13 "propertyTypeId": 0,
14 "buildingTypeId": 0,
15 "siteQualityId": 0,
16 "areaTypeId": 0,
17 "areaName": "string",
18 "areaSourceId": 0,
19 "unitId": 0,
20 "area": 0,
21 "defaultCurrencyId": 0,
22 "typeId": 0,
23 "legalEntityIds": [
24 0
25 ],
26 "siteManagerId": 0,
27 "siteStatusId": 0,
28 "referenceLocationId": 0,
29 "draft": true
30}
📄 Description: Data transfer object representing a site within the Nakisa Portfolio Management Suite, encompassing essential details related to real estate properties, portfolio management, 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 |
name |
string |
true |
none |
Name of the resource |
storeNumber |
string |
false |
none |
Unique identifier for the store within the Nakisa Portfolio Management Suite, facilitating the management and analysis of real estate assets. |
fileNumber |
string |
false |
none |
Unique identifier for the asset within the Nakisa Portfolio Management Suite, facilitating efficient tracking and management of real estate properties in the portfolio. |
businessUnitId |
integer(int64) |
false |
none |
Unique identifier for the business unit |
propertyTypeId |
integer(int64) |
false |
none |
Unique identifier for the property type |
buildingTypeId |
integer(int64) |
false |
none |
Unique identifier for the building type |
siteQualityId |
integer(int64) |
false |
none |
Unique identifier for the site quality |
areaTypeId |
integer(int64) |
false |
none |
Unique identifier for the area type |
areaName |
string |
false |
none |
none |
areaSourceId |
integer(int64) |
false |
none |
none |
unitId |
integer(int64) |
false |
none |
Unique identifier for the unit |
area |
number |
false |
none |
Value for area field |
defaultCurrencyId |
integer(int64) |
false |
none |
Unique identifier for the default currency |
typeId |
integer(int64) |
false |
none |
Unique identifier for the type |
legalEntityIds |
[integer] |
false |
none |
List of legalEntityIds items |
siteManagerId |
integer(int64) |
false |
none |
Unique identifier for the site manager |
siteStatusId |
integer(int64) |
false |
none |
Unique identifier for the site status |
referenceLocationId |
integer(int64) |
false |
none |
Unique identifier for the reference location |
draft |
boolean |
false |
none |
Boolean flag indicating draft status |