PagedModelEntityModelProposalEmailTemplateDto¶
Example Json Object
1{
2 "_embedded": {
3 "proposalEmailTemplates": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "label": "string",
13 "cultureId": 0,
14 "proposalEmailId": 0,
15 "labelDtos": [
16 {
17 "createdBy": "string",
18 "lastModifiedBy": "string",
19 "createdDate": "2019-08-24T14:15:22Z",
20 "lastModifiedDate": "2019-08-24T14:15:22Z",
21 "archived": true,
22 "externalId": "string",
23 "id": 0,
24 "cultureId": 0,
25 "value": "string"
26 }
27 ]
28 }
29 ]
30 },
31 "page": {
32 "size": 0,
33 "totalElements": 0,
34 "totalPages": 0,
35 "number": 0
36 }
37}
📄 Description: Data transfer object representing a paginated collection of email templates used for proposal communications within the Nakisa Portfolio Management Suite, facilitating effective engagement in portfolio and asset management for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» proposalEmailTemplates |
false |
none |
[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.] |
|
page |
false |
none |
Page number for pagination |