Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appraisalHoldId |
The appraisal hold identifier. |
integer |
Required |
Body Parameters
The appraisal hold.
Nano.AppraisalHoldName | Description | Type | Additional 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
{ "expirationDate": "sample String 1", "holdDate": "2025-04-25T18:38:54.8331796Z", "holdReason": "sample String 3", "releaseDate": "2025-04-25T18:38:54.8331796Z", "app": 4, "id": 5, "heldBy": 6, "releasedBy": 1 }
text/html
{"expirationDate":"sample String 1","holdDate":"2025-04-25T18:38:54.8331796Z","holdReason":"sample String 3","releaseDate":"2025-04-25T18:38:54.8331796Z","app":4,"id":5,"heldBy":6,"releasedBy":1}
application/xml, text/xml
<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:38:54.8331796Z</HoldDate> <HoldReason>sample String 3</HoldReason> <ReleaseDate>2025-04-25T18:38:54.8331796Z</ReleaseDate> <AppId>4</AppId> <AppraisalHoldId>5</AppraisalHoldId> <HeldById>6</HeldById> <ReleasedById>1</ReleasedById> </AppraisalHold>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated appraisal hold.
Nano.AppraisalHoldName | Description | Type | Additional 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
{ "expirationDate": "sample String 1", "holdDate": "2025-04-25T18:38:54.8331796Z", "holdReason": "sample String 3", "releaseDate": "2025-04-25T18:38:54.8331796Z", "app": 4, "id": 5, "heldBy": 6, "releasedBy": 1 }
text/html
{"expirationDate":"sample String 1","holdDate":"2025-04-25T18:38:54.8331796Z","holdReason":"sample String 3","releaseDate":"2025-04-25T18:38:54.8331796Z","app":4,"id":5,"heldBy":6,"releasedBy":1}
application/xml, text/xml
<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:38:54.8331796Z</HoldDate> <HoldReason>sample String 3</HoldReason> <ReleaseDate>2025-04-25T18:38:54.8331796Z</ReleaseDate> <AppId>4</AppId> <AppraisalHoldId>5</AppraisalHoldId> <HeldById>6</HeldById> <ReleasedById>1</ReleasedById> </AppraisalHold>
application/vnd.api+json
Sample not available.