Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appraisalOrderStatusId |
The appraisal order status identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The appraisal order status, if it exists.
Nano.AppraisalOrderStatusName | Description | Type | Additional information |
---|---|---|---|
date |
Gets or sets the date. |
date |
None. |
notified |
Gets or sets the notified. |
date |
None. |
status |
Gets or sets the status. |
string |
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. |
appraisalOrderComment |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
appraisalOrder |
Gets or sets the appraisal order identifier. |
integer |
None. |
id |
Gets or sets the appraisal order status identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "date": "2025-04-25T18:43:41.8641993Z", "notified": "2025-04-25T18:43:41.8641993Z", "status": "sample String 1", "code": "sample String 2", "source": "sample String 3", "createDate": "2025-04-25T18:43:41.8641993Z", "appraisalOrderComment": 1, "appraisalOrder": 4, "id": 5 }
text/html
Sample:
{"date":"2025-04-25T18:43:41.8641993Z","notified":"2025-04-25T18:43:41.8641993Z","status":"sample String 1","code":"sample String 2","source":"sample String 3","createDate":"2025-04-25T18:43:41.8641993Z","appraisalOrderComment":1,"appraisalOrder":4,"id":5}
application/xml, text/xml
Sample:
<AppraisalOrderStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Date>2025-04-25T18:43:41.8641993Z</Date> <Notified>2025-04-25T18:43:41.8641993Z</Notified> <Status>sample String 1</Status> <Code>sample String 2</Code> <Source>sample String 3</Source> <CreateDate>2025-04-25T18:43:41.8641993Z</CreateDate> <AppraisalOrderCommentId>1</AppraisalOrderCommentId> <AppraisalOrderId>4</AppraisalOrderId> <AppraisalOrderStatusId>5</AppraisalOrderStatusId> </AppraisalOrderStatus>
application/vnd.api+json
Sample:
Sample not available.