AssessmentYearDto¶
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 "year": 1900,
10 "rollNumber": "string",
11 "referenceNumber": "string",
12 "name": "string",
13 "propertyTypeId": 0,
14 "matriculeNumber": "string",
15 "proShare": 0,
16 "payToId": 0,
17 "rollStartYear": 1900,
18 "rollDuration": "string",
19 "commencementFrom": "2019-08-24",
20 "commencementTo": "2019-08-24",
21 "description": "string",
22 "propertyType": {
23 "createdBy": "string",
24 "lastModifiedBy": "string",
25 "createdDate": "2019-08-24T14:15:22Z",
26 "lastModifiedDate": "2019-08-24T14:15:22Z",
27 "archived": true,
28 "externalId": "string",
29 "id": 0,
30 "priority": 0,
31 "internalId": 0,
32 "pickListCode": "string",
33 "pickListLabel": "string",
34 "label": "string",
35 "cultureId": 0,
36 "labelDtos": [
37 {
38 "createdBy": "string",
39 "lastModifiedBy": "string",
40 "createdDate": "2019-08-24T14:15:22Z",
41 "lastModifiedDate": "2019-08-24T14:15:22Z",
42 "archived": true,
43 "externalId": "string",
44 "id": 0,
45 "cultureId": 0,
46 "value": "string"
47 }
48 ]
49 },
50 "payTo": {
51 "createdBy": "string",
52 "lastModifiedBy": "string",
53 "createdDate": "2019-08-24T14:15:22Z",
54 "lastModifiedDate": "2019-08-24T14:15:22Z",
55 "archived": true,
56 "externalId": "string",
57 "id": 0,
58 "priority": 0,
59 "internalId": 0,
60 "pickListCode": "string",
61 "pickListLabel": "string",
62 "label": "string",
63 "cultureId": 0,
64 "labelDtos": [
65 {
66 "createdBy": "string",
67 "lastModifiedBy": "string",
68 "createdDate": "2019-08-24T14:15:22Z",
69 "lastModifiedDate": "2019-08-24T14:15:22Z",
70 "archived": true,
71 "externalId": "string",
72 "id": 0,
73 "cultureId": 0,
74 "value": "string"
75 }
76 ]
77 }
78}
📄 Description: Data transfer object representing the assessment year within the Nakisa Portfolio Management Suite, encompassing key metrics and analytics related to portfolio and asset performance in real estate property management.
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 |
year |
integer(int32) |
true |
none |
Numeric value representing year |
rollNumber |
string |
true |
none |
Text value for rollNumber in AssessmentYearDto |
referenceNumber |
string |
true |
none |
Text value for referenceNumber in AssessmentYearDto |
name |
string |
true |
none |
Name of the resource |
propertyTypeId |
integer(int64) |
false |
none |
Unique identifier for the property type |
matriculeNumber |
string |
false |
none |
Text value for matriculeNumber in AssessmentYearDto |
proShare |
number |
false |
none |
Value for proShare field |
payToId |
integer(int64) |
false |
none |
Unique identifier for the pay to |
rollStartYear |
integer(int32) |
true |
none |
Numeric value representing rollStartYear |
rollDuration |
string |
true |
none |
Text value for rollDuration in AssessmentYearDto |
commencementFrom |
string(date) |
false |
none |
Text value for commencementFrom in AssessmentYearDto |
commencementTo |
string(date) |
false |
none |
Text value for commencementTo in AssessmentYearDto |
description |
string |
false |
none |
Description of the resource |
propertyType |
false |
none |
Type of the property |
|
payTo |
false |
none |
Value for payTo field |