EntityModelProposalEmailRecipientDto¶
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 "firstName": "string",
10 "lastName": "string",
11 "email": "string",
12 "isAcknowledge": true,
13 "dateAcknowledge": "2019-08-24",
14 "userId": 0,
15 "user": {
16 "createdBy": "string",
17 "lastModifiedBy": "string",
18 "createdDate": "2019-08-24T14:15:22Z",
19 "lastModifiedDate": "2019-08-24T14:15:22Z",
20 "archived": true,
21 "externalId": "string",
22 "id": 0,
23 "email": "string",
24 "userName": "string",
25 "firstName": "string",
26 "lastName": "string",
27 "displayName": "string",
28 "permissions": "string",
29 "internalId": "string",
30 "preferredCulture": {
31 "createdBy": "string",
32 "lastModifiedBy": "string",
33 "createdDate": "2019-08-24T14:15:22Z",
34 "lastModifiedDate": "2019-08-24T14:15:22Z",
35 "archived": true,
36 "externalId": "string",
37 "id": 0,
38 "name": "string",
39 "code": "string",
40 "defaultCulture": true,
41 "enable": true
42 },
43 "userGroups": [
44 {
45 "createdBy": "string",
46 "lastModifiedBy": "string",
47 "createdDate": "2019-08-24T14:15:22Z",
48 "lastModifiedDate": "2019-08-24T14:15:22Z",
49 "archived": true,
50 "externalId": "string",
51 "id": 0,
52 "name": "string",
53 "description": "string",
54 "internalId": "string"
55 }
56 ],
57 "partnerIds": [
58 0
59 ],
60 "partners": [
61 {
62 "id": 0,
63 "status": "CREATED",
64 "displayId": "string",
65 "erpSystemId": 0,
66 "erpSystemDisplayId": "string",
67 "name": "string",
68 "fax": "string",
69 "phone": "string",
70 "parentId": 0,
71 "parentName": "string",
72 "parentDisplayId": "string",
73 "companyId": 0,
74 "partnerRoleId": 0,
75 "partnerContactId": 0
76 }
77 ]
78 },
79 "proposalEmailId": 0
80}
📄 Description: Data transfer object representing the email recipients for a proposal 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 |
firstName |
string |
false |
none |
Name of the first |
lastName |
string |
false |
none |
Name of the last |
string |
false |
none |
Text value for email in EntityModelProposalEmailRecipientDto |
|
isAcknowledge |
boolean |
false |
none |
Whether the resource is acknowledge |
dateAcknowledge |
string(date) |
false |
none |
Text value for dateAcknowledge in EntityModelProposalEmailRecipientDto |
userId |
integer(int64) |
false |
none |
Unique identifier for the user |
user |
false |
none |
User information related to portfolio management |
|
proposalEmailId |
integer(int64) |
false |
none |
Unique identifier for the proposal email |