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 "unitId": 0,
18 "area": 0,
19 "defaultCurrencyId": 0,
20 "typeId": 0,
21 "legalEntityIds": [
22 0
23 ],
24 "siteManagerId": 0,
25 "siteStatusId": 0,
26 "referenceLocationId": 0,
27 "draft": true
28}
📄 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 |
true |
none |
Text value for storeNumber in Site |
fileNumber |
string |
false |
none |
Text value for fileNumber in Site |
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 |
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 |