VersionDto¶
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 "name": "string",
10 "description": "string",
11 "modificationDate": "2019-08-24",
12 "updateContractRate": true,
13 "leaseEvent": {
14 "createdBy": "string",
15 "lastModifiedBy": "string",
16 "createdDate": "2019-08-24T14:15:22Z",
17 "lastModifiedDate": "2019-08-24T14:15:22Z",
18 "archived": true,
19 "externalId": "string",
20 "id": 0,
21 "typeId": 0,
22 "code": "string",
23 "reviewedBy": "string",
24 "reviewedDate": "2019-08-24",
25 "reviewedStatusId": 0,
26 "activityDate": "2019-08-24",
27 "relatedPickListOptionId": 0,
28 "detail": "string",
29 "note": {
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 "message": "string",
38 "preserveOriginalAudit": true,
39 "originalCreatedBy": "string",
40 "originalCreatedDate": "2019-08-24T14:15:22Z",
41 "originalLastModifiedBy": "string",
42 "originalLastModifiedDate": "2019-08-24T14:15:22Z"
43 },
44 "type": {
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 "priority": 0,
53 "internalId": 0,
54 "pickListCode": "string",
55 "pickListLabel": "string",
56 "label": "string",
57 "cultureId": 0,
58 "labelDtos": [
59 {
60 "createdBy": "string",
61 "lastModifiedBy": "string",
62 "createdDate": "2019-08-24T14:15:22Z",
63 "lastModifiedDate": "2019-08-24T14:15:22Z",
64 "archived": true,
65 "externalId": "string",
66 "id": 0,
67 "cultureId": 0,
68 "value": "string"
69 }
70 ]
71 },
72 "reviewedStatus": {
73 "createdBy": "string",
74 "lastModifiedBy": "string",
75 "createdDate": "2019-08-24T14:15:22Z",
76 "lastModifiedDate": "2019-08-24T14:15:22Z",
77 "archived": true,
78 "externalId": "string",
79 "id": 0,
80 "priority": 0,
81 "internalId": 0,
82 "pickListCode": "string",
83 "pickListLabel": "string",
84 "label": "string",
85 "cultureId": 0,
86 "labelDtos": [
87 {
88 "createdBy": "string",
89 "lastModifiedBy": "string",
90 "createdDate": "2019-08-24T14:15:22Z",
91 "lastModifiedDate": "2019-08-24T14:15:22Z",
92 "archived": true,
93 "externalId": "string",
94 "id": 0,
95 "cultureId": 0,
96 "value": "string"
97 }
98 ]
99 },
100 "relatedPickListOption": {
101 "createdBy": "string",
102 "lastModifiedBy": "string",
103 "createdDate": "2019-08-24T14:15:22Z",
104 "lastModifiedDate": "2019-08-24T14:15:22Z",
105 "archived": true,
106 "externalId": "string",
107 "id": 0,
108 "priority": 0,
109 "internalId": 0,
110 "pickListCode": "string",
111 "pickListLabel": "string",
112 "label": "string",
113 "cultureId": 0,
114 "labelDtos": [
115 {
116 "createdBy": "string",
117 "lastModifiedBy": "string",
118 "createdDate": "2019-08-24T14:15:22Z",
119 "lastModifiedDate": "2019-08-24T14:15:22Z",
120 "archived": true,
121 "externalId": "string",
122 "id": 0,
123 "cultureId": 0,
124 "value": "string"
125 }
126 ]
127 }
128 },
129 "scenario": true,
130 "isVisibleVendorPortal": true,
131 "isTerminationVersion": true,
132 "terminationDate": "2019-08-24",
133 "penaltyAmount": 0.1
134}
📄 Description: Data transfer object representing the versioning information of assets within the Nakisa Portfolio Management Suite, facilitating effective portfolio analytics and management of real estate properties.
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 |
name |
string |
false |
none |
Name of the resource |
description |
string |
false |
none |
Description of the resource |
modificationDate |
string(date) |
false |
none |
Date of the modification |
updateContractRate |
boolean |
false |
none |
Rate of update contract |
leaseEvent |
false |
none |
Value for leaseEvent field |
|
scenario |
boolean |
false |
write-only |
Boolean flag indicating scenario status |
isVisibleVendorPortal |
boolean |
false |
none |
Whether the resource is visible vendor portal |
isTerminationVersion |
boolean |
false |
none |
Whether the resource is termination version |
terminationDate |
string(date) |
false |
none |
Date of the termination |
penaltyAmount |
number(double) |
false |
none |
Amount of penalty |