AppealDto¶
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 "appealAssessmentId": 0,
10 "appealReviewedId": 0,
11 "appealed": true,
12 "appealActionId": 0,
13 "followUpDate": "2019-08-24",
14 "targetedAssessment": 0,
15 "revisedAssessment": 0,
16 "appealNegotiationId": 0,
17 "settlementDate": "2019-08-24",
18 "note": "string",
19 "savings": [
20 {
21 "year": 0,
22 "savings": 0
23 }
24 ],
25 "assessmentId": 0,
26 "assessmentExternalId": "string",
27 "appealAssessment": {
28 "createdBy": "string",
29 "lastModifiedBy": "string",
30 "createdDate": "2019-08-24T14:15:22Z",
31 "lastModifiedDate": "2019-08-24T14:15:22Z",
32 "archived": true,
33 "externalId": "string",
34 "id": 0,
35 "priority": 0,
36 "internalId": 0,
37 "pickListCode": "string",
38 "pickListLabel": "string",
39 "label": "string",
40 "cultureId": 0,
41 "labelDtos": [
42 {
43 "createdBy": "string",
44 "lastModifiedBy": "string",
45 "createdDate": "2019-08-24T14:15:22Z",
46 "lastModifiedDate": "2019-08-24T14:15:22Z",
47 "archived": true,
48 "externalId": "string",
49 "id": 0,
50 "cultureId": 0,
51 "value": "string"
52 }
53 ]
54 },
55 "appealReviewed": {
56 "createdBy": "string",
57 "lastModifiedBy": "string",
58 "createdDate": "2019-08-24T14:15:22Z",
59 "lastModifiedDate": "2019-08-24T14:15:22Z",
60 "archived": true,
61 "externalId": "string",
62 "id": 0,
63 "priority": 0,
64 "internalId": 0,
65 "pickListCode": "string",
66 "pickListLabel": "string",
67 "label": "string",
68 "cultureId": 0,
69 "labelDtos": [
70 {
71 "createdBy": "string",
72 "lastModifiedBy": "string",
73 "createdDate": "2019-08-24T14:15:22Z",
74 "lastModifiedDate": "2019-08-24T14:15:22Z",
75 "archived": true,
76 "externalId": "string",
77 "id": 0,
78 "cultureId": 0,
79 "value": "string"
80 }
81 ]
82 },
83 "appealAction": {
84 "createdBy": "string",
85 "lastModifiedBy": "string",
86 "createdDate": "2019-08-24T14:15:22Z",
87 "lastModifiedDate": "2019-08-24T14:15:22Z",
88 "archived": true,
89 "externalId": "string",
90 "id": 0,
91 "priority": 0,
92 "internalId": 0,
93 "pickListCode": "string",
94 "pickListLabel": "string",
95 "label": "string",
96 "cultureId": 0,
97 "labelDtos": [
98 {
99 "createdBy": "string",
100 "lastModifiedBy": "string",
101 "createdDate": "2019-08-24T14:15:22Z",
102 "lastModifiedDate": "2019-08-24T14:15:22Z",
103 "archived": true,
104 "externalId": "string",
105 "id": 0,
106 "cultureId": 0,
107 "value": "string"
108 }
109 ]
110 },
111 "appealNegotiation": {
112 "createdBy": "string",
113 "lastModifiedBy": "string",
114 "createdDate": "2019-08-24T14:15:22Z",
115 "lastModifiedDate": "2019-08-24T14:15:22Z",
116 "archived": true,
117 "externalId": "string",
118 "id": 0,
119 "priority": 0,
120 "internalId": 0,
121 "pickListCode": "string",
122 "pickListLabel": "string",
123 "label": "string",
124 "cultureId": 0,
125 "labelDtos": [
126 {
127 "createdBy": "string",
128 "lastModifiedBy": "string",
129 "createdDate": "2019-08-24T14:15:22Z",
130 "lastModifiedDate": "2019-08-24T14:15:22Z",
131 "archived": true,
132 "externalId": "string",
133 "id": 0,
134 "cultureId": 0,
135 "value": "string"
136 }
137 ]
138 }
139}
📄 Description: Data transfer object representing an appeal related to portfolio management, encompassing essential details for asset analysis and decision-making within the real estate property domain.
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 |
appealAssessmentId |
integer(int64) |
false |
none |
Unique identifier for the appeal assessment |
appealReviewedId |
integer(int64) |
false |
none |
Unique identifier for the appeal reviewed |
appealed |
boolean |
false |
none |
Boolean flag indicating appealed status |
appealActionId |
integer(int64) |
false |
none |
Unique identifier for the appeal action |
followUpDate |
string(date) |
false |
none |
Date of the follow up |
targetedAssessment |
number |
false |
none |
Value for targetedAssessment field |
revisedAssessment |
number |
false |
none |
Value for revisedAssessment field |
appealNegotiationId |
integer(int64) |
false |
none |
Unique identifier for the appeal negotiation |
settlementDate |
string(date) |
false |
none |
Date of the settlement |
note |
string |
false |
none |
Text value for note in AppealDto |
savings |
false |
none |
List of savings items |
|
assessmentId |
integer(int64) |
false |
none |
Unique identifier for the assessment |
assessmentExternalId |
string |
false |
none |
Unique identifier for the assessment external |
appealAssessment |
false |
none |
Value for appealAssessment field |
|
appealReviewed |
false |
none |
Value for appealReviewed field |
|
appealAction |
false |
none |
Value for appealAction field |
|
appealNegotiation |
false |
none |
Value for appealNegotiation field |