Request Information

URI Parameters

NameDescriptionTypeAdditional information
appraisalHoldId

The appraisal hold identifier.

integer

Required

Body Parameters

The appraisal hold.

Nano.AppraisalHold
NameDescriptionTypeAdditional information
expirationDate

Gets or sets the expiration date.

string

None.

holdDate

Gets or sets the hold date.

date

None.

holdReason

Gets or sets the hold reason.

string

None.

releaseDate

Gets or sets the release date.

date

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the appraisal hold identifier.

integer

None.

heldBy

Gets or sets the held by identifier.

integer

None.

releasedBy

Gets or sets the release by identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "expirationDate": "sample String 1",
  "holdDate": "2025-04-25T18:58:03.6211938Z",
  "holdReason": "sample String 3",
  "releaseDate": "2025-04-25T18:58:03.6211938Z",
  "app": 4,
  "id": 5,
  "heldBy": 6,
  "releasedBy": 1
}

text/html

Sample:
{"expirationDate":"sample String 1","holdDate":"2025-04-25T18:58:03.6211938Z","holdReason":"sample String 3","releaseDate":"2025-04-25T18:58:03.6211938Z","app":4,"id":5,"heldBy":6,"releasedBy":1}

application/xml, text/xml

Sample:
<AppraisalHold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ExpirationDate>sample String 1</ExpirationDate>
  <HoldDate>2025-04-25T18:58:03.6211938Z</HoldDate>
  <HoldReason>sample String 3</HoldReason>
  <ReleaseDate>2025-04-25T18:58:03.6211938Z</ReleaseDate>
  <AppId>4</AppId>
  <AppraisalHoldId>5</AppraisalHoldId>
  <HeldById>6</HeldById>
  <ReleasedById>1</ReleasedById>
</AppraisalHold>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated appraisal hold.

Nano.AppraisalHold
NameDescriptionTypeAdditional information
expirationDate

Gets or sets the expiration date.

string

None.

holdDate

Gets or sets the hold date.

date

None.

holdReason

Gets or sets the hold reason.

string

None.

releaseDate

Gets or sets the release date.

date

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the appraisal hold identifier.

integer

None.

heldBy

Gets or sets the held by identifier.

integer

None.

releasedBy

Gets or sets the release by identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "expirationDate": "sample String 1",
  "holdDate": "2025-04-25T18:58:03.6211938Z",
  "holdReason": "sample String 3",
  "releaseDate": "2025-04-25T18:58:03.6211938Z",
  "app": 4,
  "id": 5,
  "heldBy": 6,
  "releasedBy": 1
}

text/html

Sample:
{"expirationDate":"sample String 1","holdDate":"2025-04-25T18:58:03.6211938Z","holdReason":"sample String 3","releaseDate":"2025-04-25T18:58:03.6211938Z","app":4,"id":5,"heldBy":6,"releasedBy":1}

application/xml, text/xml

Sample:
<AppraisalHold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ExpirationDate>sample String 1</ExpirationDate>
  <HoldDate>2025-04-25T18:58:03.6211938Z</HoldDate>
  <HoldReason>sample String 3</HoldReason>
  <ReleaseDate>2025-04-25T18:58:03.6211938Z</ReleaseDate>
  <AppId>4</AppId>
  <AppraisalHoldId>5</AppraisalHoldId>
  <HeldById>6</HeldById>
  <ReleasedById>1</ReleasedById>
</AppraisalHold>

application/vnd.api+json

Sample:

Sample not available.