Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appraisalOrderDocumentId |
The appraisal order document identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The appraisal order document, if it exists.
Nano.AppraisalOrderDocumentName | Description | Type | Additional information |
---|---|---|---|
documentName |
Gets or sets the document name. |
string |
None. |
documentUrl |
Gets or sets the document url. |
string |
None. |
vendorUploaded |
Gets or sets the vendor uploaded. |
date |
None. |
definition |
Gets or sets the definition. |
string |
None. |
boxDoxId |
Gets or sets the box dox identifier. |
string |
None. |
boxDoxAttempts |
Gets or sets the box dox attempts. |
integer |
None. |
boxDoxRendered |
Gets or sets a value indicating whether the box dox is rendered. |
boolean |
None. |
notified |
Gets or sets the notified. |
date |
None. |
reviewed |
Gets or sets the reviewed. |
date |
None. |
reserved |
Gets or sets the reserved. |
date |
None. |
minXml |
Gets or sets the min xml. |
string |
None. |
notesId |
Gets or sets the notes identifier. |
integer |
None. |
documentId |
Gets or sets the document identifier. |
string |
None. |
source |
Gets or sets the source. |
string |
None. |
downloaded |
Gets or sets the downloaded. |
date |
None. |
uploaded |
Gets or sets the uploaded. |
date |
None. |
id |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
appraisalOrder |
Gets or sets the appraisal order identifier. |
integer |
None. |
fileHandle |
Gets or sets the file handle identifier. |
integer |
None. |
reservedBy |
Gets or sets the reserved by identifier. |
integer |
None. |
reviewedBy |
Gets or sets the reviewed by identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "documentName": "sample String 1", "documentUrl": "sample String 2", "vendorUploaded": "2025-04-25T18:50:50.7471924Z", "definition": "sample String 3", "boxDoxId": "sample String 4", "boxDoxAttempts": 5, "boxDoxRendered": true, "notified": "2025-04-25T18:50:50.7471924Z", "reviewed": "2025-04-25T18:50:50.7471924Z", "reserved": "2025-04-25T18:50:50.7471924Z", "minXml": "sample String 7", "notesId": 1, "documentId": "sample String 8", "source": "sample String 9", "downloaded": "2025-04-25T18:50:50.7471924Z", "uploaded": "2025-04-25T18:50:50.7471924Z", "id": 10, "appraisalOrder": 11, "fileHandle": 1, "reservedBy": 1, "reviewedBy": 1 }
text/html
{"documentName":"sample String 1","documentUrl":"sample String 2","vendorUploaded":"2025-04-25T18:50:50.7471924Z","definition":"sample String 3","boxDoxId":"sample String 4","boxDoxAttempts":5,"boxDoxRendered":true,"notified":"2025-04-25T18:50:50.7471924Z","reviewed":"2025-04-25T18:50:50.7471924Z","reserved":"2025-04-25T18:50:50.7471924Z","minXml":"sample String 7","notesId":1,"documentId":"sample String 8","source":"sample String 9","downloaded":"2025-04-25T18:50:50.7471924Z","uploaded":"2025-04-25T18:50:50.7471924Z","id":10,"appraisalOrder":11,"fileHandle":1,"reservedBy":1,"reviewedBy":1}
application/xml, text/xml
<AppraisalOrderDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DocumentName>sample String 1</DocumentName> <DocumentUrl>sample String 2</DocumentUrl> <VendorUploaded>2025-04-25T18:50:50.7471924Z</VendorUploaded> <Definition>sample String 3</Definition> <BoxDoxId>sample String 4</BoxDoxId> <BoxDoxAttempts>5</BoxDoxAttempts> <BoxDoxRendered>true</BoxDoxRendered> <Notified>2025-04-25T18:50:50.7471924Z</Notified> <Reviewed>2025-04-25T18:50:50.7471924Z</Reviewed> <Reserved>2025-04-25T18:50:50.7471924Z</Reserved> <MinXml>sample String 7</MinXml> <NotesId>1</NotesId> <DocumentId>sample String 8</DocumentId> <Source>sample String 9</Source> <Downloaded>2025-04-25T18:50:50.7471924Z</Downloaded> <Uploaded>2025-04-25T18:50:50.7471924Z</Uploaded> <AppraisalOrderDocumentId>10</AppraisalOrderDocumentId> <AppraisalOrderId>11</AppraisalOrderId> <FileHandleId>1</FileHandleId> <ReservedById>1</ReservedById> <ReviewedById>1</ReviewedById> </AppraisalOrderDocument>
application/vnd.api+json
Sample not available.