Request Information
URI Parameters
None.
Body Parameters
The file handle.
Nano.FileHandleName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the filehandle identifier. |
integer |
None. |
appraisalOrderDocument |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
created |
Gets or sets the created. |
date |
None. |
metadata |
Gets or sets the metadata. |
string |
None. |
mimeType |
Gets or sets the mime type. |
string |
None. |
name |
Gets or sets the name. |
string |
None. |
url |
Gets or sets the url. |
string |
None. |
users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
appConditions |
Gets or sets the app condition identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{ "id": 1, "appraisalOrderDocument": "2", "created": "2025-04-25T18:08:35.7721764Z", "metadata": "sample String 4", "mimeType": "sample String 5", "name": "sample String 6", "url": "sample String 7", "users": [ "1", "2" ], "appConditions": [ "1", "2" ] }
text/html
{"id":1,"appraisalOrderDocument":"2","created":"2025-04-25T18:08:35.7721764Z","metadata":"sample String 4","mimeType":"sample String 5","name":"sample String 6","url":"sample String 7","users":["1","2"],"appConditions":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created file handle.
Nano.FileHandleName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the filehandle identifier. |
integer |
None. |
appraisalOrderDocument |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
created |
Gets or sets the created. |
date |
None. |
metadata |
Gets or sets the metadata. |
string |
None. |
mimeType |
Gets or sets the mime type. |
string |
None. |
name |
Gets or sets the name. |
string |
None. |
url |
Gets or sets the url. |
string |
None. |
users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
appConditions |
Gets or sets the app condition identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "id": 1, "appraisalOrderDocument": "2", "created": "2025-04-25T18:08:35.7721764Z", "metadata": "sample String 4", "mimeType": "sample String 5", "name": "sample String 6", "url": "sample String 7", "users": [ "1", "2" ], "appConditions": [ "1", "2" ] }
text/html
{"id":1,"appraisalOrderDocument":"2","created":"2025-04-25T18:08:35.7721764Z","metadata":"sample String 4","mimeType":"sample String 5","name":"sample String 6","url":"sample String 7","users":["1","2"],"appConditions":["1","2"]}
application/vnd.api+json
Sample not available.