AppealDto

📄 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

[AppealSavings]

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

PickListOptionDto

false

none

Value for appealAssessment field

appealReviewed

PickListOptionDto

false

none

Value for appealReviewed field

appealAction

PickListOptionDto

false

none

Value for appealAction field

appealNegotiation

PickListOptionDto

false

none

Value for appealNegotiation field