EntityModelProposalEmailTemplateDto¶
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 "label": "string",
10 "cultureId": 0,
11 "proposalEmailId": 0,
12 "labelDtos": [
13 {
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 "cultureId": 0,
22 "value": "string"
23 }
24 ]
25}
📄 Description: Data transfer object representing an email template for entity model proposals within the Nakisa Portfolio Management Suite, facilitating communication related to portfolio, asset, and real estate property 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 |
label |
string |
false |
none |
Label for the resource |
cultureId |
integer(int64) |
false |
none |
Unique identifier for the culture |
proposalEmailId |
integer(int64) |
false |
none |
Unique identifier for the proposal email |
labelDtos |
false |
none |
List of labelDtos items |