EmailNotificationDto¶
Example Json Object
1{
2 "createdDate": "2019-08-24T14:15:22Z",
3 "lastModifiedDate": "2019-08-24T14:15:22Z",
4 "id": 0,
5 "forUserEmail": "string",
6 "byUserEmail": "string",
7 "service": "string",
8 "subjectCode": "string",
9 "subjectParams": [
10 "string"
11 ],
12 "langCode": "string",
13 "bodyCode": "string",
14 "bodyParams": [
15 "string"
16 ],
17 "templateName": "string",
18 "sent": true,
19 "title": "string",
20 "description": "string"
21}
📄 Description: Data transfer object representing an email notification related to portfolio management activities, including asset updates and analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
forUserEmail |
string |
false |
none |
User information related to portfolio management |
byUserEmail |
string |
false |
none |
User information related to portfolio management |
service |
string |
false |
none |
Text value for service in EmailNotificationDto |
subjectCode |
string |
false |
none |
Code for the subject |
subjectParams |
[string] |
false |
none |
List of subjectParams items |
langCode |
string |
false |
none |
Code for the lang |
bodyCode |
string |
false |
none |
Code for the body |
bodyParams |
[string] |
false |
none |
List of bodyParams items |
templateName |
string |
false |
none |
Name of the template |
sent |
boolean |
false |
none |
Boolean flag indicating sent status |
title |
string |
false |
none |
Title of the resource |
description |
string |
false |
none |
Description of the resource |