PagedModelEntityModelAppealDto¶
Example Json Object
1{
2 "_embedded": {
3 "appeals": [
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 "appealAssessmentId": 0,
13 "appealReviewedId": 0,
14 "appealed": true,
15 "appealActionId": 0,
16 "followUpDate": "2019-08-24",
17 "targetedAssessment": 0,
18 "revisedAssessment": 0,
19 "appealNegotiationId": 0,
20 "settlementDate": "2019-08-24",
21 "note": "string",
22 "savings": [
23 {
24 "year": 0,
25 "savings": 0
26 }
27 ],
28 "assessmentId": 0,
29 "assessmentExternalId": "string",
30 "appealAssessment": {
31 "createdBy": "string",
32 "lastModifiedBy": "string",
33 "createdDate": "2019-08-24T14:15:22Z",
34 "lastModifiedDate": "2019-08-24T14:15:22Z",
35 "archived": true,
36 "externalId": "string",
37 "id": 0,
38 "priority": 0,
39 "internalId": 0,
40 "pickListCode": "string",
41 "pickListLabel": "string",
42 "label": "string",
43 "cultureId": 0,
44 "labelDtos": [
45 {
46 "createdBy": "string",
47 "lastModifiedBy": "string",
48 "createdDate": "2019-08-24T14:15:22Z",
49 "lastModifiedDate": "2019-08-24T14:15:22Z",
50 "archived": true,
51 "externalId": "string",
52 "id": 0,
53 "cultureId": 0,
54 "value": "string"
55 }
56 ]
57 },
58 "appealReviewed": {
59 "createdBy": "string",
60 "lastModifiedBy": "string",
61 "createdDate": "2019-08-24T14:15:22Z",
62 "lastModifiedDate": "2019-08-24T14:15:22Z",
63 "archived": true,
64 "externalId": "string",
65 "id": 0,
66 "priority": 0,
67 "internalId": 0,
68 "pickListCode": "string",
69 "pickListLabel": "string",
70 "label": "string",
71 "cultureId": 0,
72 "labelDtos": [
73 {
74 "createdBy": "string",
75 "lastModifiedBy": "string",
76 "createdDate": "2019-08-24T14:15:22Z",
77 "lastModifiedDate": "2019-08-24T14:15:22Z",
78 "archived": true,
79 "externalId": "string",
80 "id": 0,
81 "cultureId": 0,
82 "value": "string"
83 }
84 ]
85 },
86 "appealAction": {
87 "createdBy": "string",
88 "lastModifiedBy": "string",
89 "createdDate": "2019-08-24T14:15:22Z",
90 "lastModifiedDate": "2019-08-24T14:15:22Z",
91 "archived": true,
92 "externalId": "string",
93 "id": 0,
94 "priority": 0,
95 "internalId": 0,
96 "pickListCode": "string",
97 "pickListLabel": "string",
98 "label": "string",
99 "cultureId": 0,
100 "labelDtos": [
101 {
102 "createdBy": "string",
103 "lastModifiedBy": "string",
104 "createdDate": "2019-08-24T14:15:22Z",
105 "lastModifiedDate": "2019-08-24T14:15:22Z",
106 "archived": true,
107 "externalId": "string",
108 "id": 0,
109 "cultureId": 0,
110 "value": "string"
111 }
112 ]
113 },
114 "appealNegotiation": {
115 "createdBy": "string",
116 "lastModifiedBy": "string",
117 "createdDate": "2019-08-24T14:15:22Z",
118 "lastModifiedDate": "2019-08-24T14:15:22Z",
119 "archived": true,
120 "externalId": "string",
121 "id": 0,
122 "priority": 0,
123 "internalId": 0,
124 "pickListCode": "string",
125 "pickListLabel": "string",
126 "label": "string",
127 "cultureId": 0,
128 "labelDtos": [
129 {
130 "createdBy": "string",
131 "lastModifiedBy": "string",
132 "createdDate": "2019-08-24T14:15:22Z",
133 "lastModifiedDate": "2019-08-24T14:15:22Z",
134 "archived": true,
135 "externalId": "string",
136 "id": 0,
137 "cultureId": 0,
138 "value": "string"
139 }
140 ]
141 }
142 }
143 ]
144 },
145 "page": {
146 "size": 0,
147 "totalElements": 0,
148 "totalPages": 0,
149 "number": 0
150 }
151}
📄 Description: Data transfer object representing a paginated collection of appeal records within the Nakisa Portfolio Management Suite, facilitating efficient access to portfolio, asset, and analytics data related to real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» appeals |
false |
none |
[Data transfer object representing an appeal related to real estate assets within the Nakisa Portfolio Management Suite, facilitating the analysis and management of portfolio performance and asset valuation.] |
|
page |
false |
none |
Page number for pagination |