EntityModelReminderUserDto¶
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 "acknowledge": true,
9 "userDto": {
10 "createdBy": "string",
11 "lastModifiedBy": "string",
12 "createdDate": "2019-08-24T14:15:22Z",
13 "lastModifiedDate": "2019-08-24T14:15:22Z",
14 "archived": true,
15 "externalId": "string",
16 "id": 0,
17 "email": "string",
18 "userName": "string",
19 "firstName": "string",
20 "lastName": "string",
21 "displayName": "string",
22 "permissions": "string",
23 "internalId": "string",
24 "preferredCulture": {
25 "createdBy": "string",
26 "lastModifiedBy": "string",
27 "createdDate": "2019-08-24T14:15:22Z",
28 "lastModifiedDate": "2019-08-24T14:15:22Z",
29 "archived": true,
30 "externalId": "string",
31 "id": 0,
32 "name": "string",
33 "code": "string",
34 "defaultCulture": true,
35 "enable": true
36 },
37 "userGroups": [
38 {
39 "createdBy": "string",
40 "lastModifiedBy": "string",
41 "createdDate": "2019-08-24T14:15:22Z",
42 "lastModifiedDate": "2019-08-24T14:15:22Z",
43 "archived": true,
44 "externalId": "string",
45 "id": 0,
46 "name": "string",
47 "description": "string",
48 "internalId": "string"
49 }
50 ],
51 "partnerIds": [
52 0
53 ],
54 "partners": [
55 {
56 "id": 0,
57 "status": "CREATED",
58 "displayId": "string",
59 "erpSystemId": 0,
60 "erpSystemDisplayId": "string",
61 "name": "string",
62 "fax": "string",
63 "phone": "string",
64 "parentId": 0,
65 "parentName": "string",
66 "parentDisplayId": "string",
67 "companyId": 0,
68 "partnerRoleId": 0,
69 "partnerContactId": 0
70 }
71 ]
72 }
73}
📄 Description: Data transfer object representing a user reminder within the Nakisa Portfolio Management Suite, facilitating timely notifications 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 |
acknowledge |
boolean |
false |
none |
Boolean flag indicating acknowledge status |
userDto |
false |
none |
User information related to portfolio management |