EntityModelEsgDto¶
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 "esgTypeId": 0,
10 "startDate": "2019-08-24",
11 "endDate": "2019-08-24",
12 "consumedQuantity": 0,
13 "esgType": {
14 "createdBy": "string",
15 "lastModifiedBy": "string",
16 "createdDate": "2019-08-24T14:15:22Z",
17 "lastModifiedDate": "2019-08-24T14:15:22Z",
18 "archived": true,
19 "externalId": "string",
20 "id": 0,
21 "priority": 0,
22 "internalId": 0,
23 "pickListCode": "string",
24 "pickListLabel": "string",
25 "label": "string",
26 "cultureId": 0,
27 "labelDtos": [
28 {
29 "createdBy": "string",
30 "lastModifiedBy": "string",
31 "createdDate": "2019-08-24T14:15:22Z",
32 "lastModifiedDate": "2019-08-24T14:15:22Z",
33 "archived": true,
34 "externalId": "string",
35 "id": 0,
36 "cultureId": 0,
37 "value": "string"
38 }
39 ]
40 },
41 "esgUnit": {
42 "id": 0,
43 "status": "CREATED",
44 "displayId": "string",
45 "erpSystemId": 0,
46 "erpSystemDisplayId": "string",
47 "name": "string"
48 },
49 "emissionQuantity": 0,
50 "emissionUnit": {
51 "createdBy": "string",
52 "lastModifiedBy": "string",
53 "createdDate": "2019-08-24T14:15:22Z",
54 "lastModifiedDate": "2019-08-24T14:15:22Z",
55 "archived": true,
56 "externalId": "string",
57 "id": 0,
58 "priority": 0,
59 "internalId": 0,
60 "pickListCode": "string",
61 "pickListLabel": "string",
62 "label": "string",
63 "cultureId": 0,
64 "labelDtos": [
65 {
66 "createdBy": "string",
67 "lastModifiedBy": "string",
68 "createdDate": "2019-08-24T14:15:22Z",
69 "lastModifiedDate": "2019-08-24T14:15:22Z",
70 "archived": true,
71 "externalId": "string",
72 "id": 0,
73 "cultureId": 0,
74 "value": "string"
75 }
76 ]
77 }
78}
📄 Description: Data transfer object representing an entity model for Environmental, Social, and Governance (ESG) analytics within the Nakisa Portfolio Management Suite, facilitating insights into portfolio and asset performance in the context of real estate properties.
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 |
esgTypeId |
integer(int64) |
false |
none |
Unique identifier for the esg type |
startDate |
string(date) |
true |
none |
Start date of the resource |
endDate |
string(date) |
true |
none |
End date of the resource |
consumedQuantity |
number |
true |
none |
Quantity of consumed quantity |
esgType |
false |
none |
Type of the esg |
|
esgUnit |
false |
none |
Value for esgUnit field |
|
emissionQuantity |
number |
false |
none |
Quantity of emission quantity |
emissionUnit |
false |
none |
Value for emissionUnit field |