Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appraisalOrderCommentId |
The appraisal order comment identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The appraisal order comment, if it exists.
Nano.AppraisalOrderComment| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| notified |
Gets or sets the notified. |
date |
None. |
| comment |
Gets or sets the comment. |
string |
None. |
| actionRequired |
Gets or sets a value indicating whether action is required. |
boolean |
None. |
| code |
Gets or sets the code. |
string |
None. |
| source |
Gets or sets the source. |
string |
None. |
| createDate |
Gets or sets the create date. |
date |
None. |
| addedBy |
Gets or sets the added by identifier. |
integer |
None. |
| id |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
| appraisalOrder |
Gets or sets the appraisal order identifier. |
integer |
None. |
| appraisalOrderStatuses |
Gets or sets the appraisal order status identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"date": "2025-11-09T06:01:56.2282849Z",
"notified": "2025-11-09T06:01:56.2282849Z",
"comment": "sample String 1",
"actionRequired": true,
"code": "sample String 3",
"source": "sample String 4",
"createDate": "2025-11-09T06:01:56.2282849Z",
"addedBy": 1,
"id": 5,
"appraisalOrder": 6,
"appraisalOrderStatuses": [
1,
2
]
}
text/html
Sample:
{"date":"2025-11-09T06:01:56.2282849Z","notified":"2025-11-09T06:01:56.2282849Z","comment":"sample String 1","actionRequired":true,"code":"sample String 3","source":"sample String 4","createDate":"2025-11-09T06:01:56.2282849Z","addedBy":1,"id":5,"appraisalOrder":6,"appraisalOrderStatuses":[1,2]}
application/vnd.api+json
Sample:
Sample not available.