PagedModelEntityModelProposalEmailRecipientDto¶
Example Json Object
1{
2 "_embedded": {
3 "proposalEmailRecipients": [
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 "firstName": "string",
13 "lastName": "string",
14 "email": "string",
15 "isAcknowledge": true,
16 "dateAcknowledge": "2019-08-24",
17 "userId": 0,
18 "user": {
19 "createdBy": "string",
20 "lastModifiedBy": "string",
21 "createdDate": "2019-08-24T14:15:22Z",
22 "lastModifiedDate": "2019-08-24T14:15:22Z",
23 "archived": true,
24 "externalId": "string",
25 "id": 0,
26 "email": "string",
27 "userName": "string",
28 "firstName": "string",
29 "lastName": "string",
30 "displayName": "string",
31 "permissions": "string",
32 "internalId": "string",
33 "preferredCulture": {
34 "createdBy": "string",
35 "lastModifiedBy": "string",
36 "createdDate": "2019-08-24T14:15:22Z",
37 "lastModifiedDate": "2019-08-24T14:15:22Z",
38 "archived": true,
39 "externalId": "string",
40 "id": 0,
41 "name": "string",
42 "code": "string",
43 "defaultCulture": true,
44 "enable": true
45 },
46 "userGroups": [
47 {
48 "createdBy": "string",
49 "lastModifiedBy": "string",
50 "createdDate": "2019-08-24T14:15:22Z",
51 "lastModifiedDate": "2019-08-24T14:15:22Z",
52 "archived": true,
53 "externalId": "string",
54 "id": 0,
55 "name": "string",
56 "description": "string",
57 "internalId": "string"
58 }
59 ],
60 "partnerIds": [
61 0
62 ],
63 "partners": [
64 {
65 "id": 0,
66 "status": "CREATED",
67 "displayId": "string",
68 "erpSystemId": 0,
69 "erpSystemDisplayId": "string",
70 "name": "string",
71 "fax": "string",
72 "phone": "string",
73 "parentId": 0,
74 "parentName": "string",
75 "parentDisplayId": "string",
76 "companyId": 0,
77 "partnerRoleId": 0,
78 "partnerContactId": 0
79 }
80 ]
81 },
82 "proposalEmailId": 0
83 }
84 ]
85 },
86 "page": {
87 "size": 0,
88 "totalElements": 0,
89 "totalPages": 0,
90 "number": 0
91 }
92}
📄 Description: Data transfer object representing a paginated list of email recipients for proposals within the Nakisa Portfolio Management Suite, facilitating efficient communication and collaboration in portfolio and asset management for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» proposalEmailRecipients |
false |
none |
[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.] |
|
page |
false |
none |
Page number for pagination |