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